[brasero] Add comments



commit 14dac4128164b90bcfb05b25cb3de10e7affdc3e
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sun Nov 22 17:19:20 2009 +0100

    Add comments

 plugins/cdrdao/burn-toc2cue.c      |    5 +++++
 plugins/transcode/burn-transcode.c |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/plugins/cdrdao/burn-toc2cue.c b/plugins/cdrdao/burn-toc2cue.c
index d6ba276..1e650a6 100644
--- a/plugins/cdrdao/burn-toc2cue.c
+++ b/plugins/cdrdao/burn-toc2cue.c
@@ -103,6 +103,11 @@ brasero_toc2cue_read_stderr (BraseroProcess *process,
 	if (!strstr (line, "Converted toc-file"))
 		return BRASERO_BURN_OK;
 
+	/**
+	 * FIXME: THIS IS WRONG AND WILL FAIL IF THE TEMPORARY DIRECTORY IS NOT
+	 * ON THE SAME FILE SYSTEM AS THE DESTINATION DIRECTORY
+	 */
+
 	/* Now we also need to replace all the occurences of tmp file name by
 	 * the real output file name in the created cue */
 	source = g_io_channel_new_file (priv->output, "r", &error);
diff --git a/plugins/transcode/burn-transcode.c b/plugins/transcode/burn-transcode.c
index 8a206b4..ee04afb 100644
--- a/plugins/transcode/burn-transcode.c
+++ b/plugins/transcode/burn-transcode.c
@@ -615,6 +615,8 @@ brasero_transcode_create_pipeline (BraseroTranscode *transcode,
 								   "channels", G_TYPE_INT, 2,
 								   "width", G_TYPE_INT, 16,
 								   "depth", G_TYPE_INT, 16,
+								   /* NOTE: we use little endianness only
+								    * for libburn which requires little */
 								   "endianness", G_TYPE_INT, 1234,
 								   "rate", G_TYPE_INT, 44100,
 								   "signed", G_TYPE_BOOLEAN, TRUE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]