gst/multifile/gstmultifilesink.c: Add a fixme comment.
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 7 Feb 2008 13:48:20 +0000 (13:48 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 7 Feb 2008 13:48:20 +0000 (13:48 +0000)
Original commit message from CVS:
* gst/multifile/gstmultifilesink.c:
Add a fixme comment.
* gst/selector/gstoutputselector.c:
Fix same leak as in input-selector.
* tests/icles/output-selector-test.c:
Improve the test.

gst/multifile/gstmultifilesink.c

index ad615f78e0e55e63c9900c6d27edda13388b1949..dd7e1f4c0aef9eb8bdeb75792093e70ce0f28050 100644 (file)
@@ -151,6 +151,7 @@ gst_multi_file_sink_set_location (GstMultiFileSink * sink,
 {
   g_free (sink->filename);
   if (location != NULL) {
+    /* FIXME: validate location to have just one %d */
     sink->filename = g_strdup (location);
   } else {
     sink->filename = NULL;