summaryrefslogtreecommitdiffstats
path: root/gst/multifile
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-02-07 13:48:20 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-02-07 13:48:20 +0000
commit564ffdee1168209d66e28938182f490b7200ba0a (patch)
tree5e883e93d5c6a099f458171d01f8aeb025889803 /gst/multifile
parent0664e6be030aa6b63d51e0b92c4d72a2ef19bb1c (diff)
gst/multifile/gstmultifilesink.c: Add a fixme comment.
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.
Diffstat (limited to 'gst/multifile')
-rw-r--r--gst/multifile/gstmultifilesink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c
index ad615f78..dd7e1f4c 100644
--- a/gst/multifile/gstmultifilesink.c
+++ b/gst/multifile/gstmultifilesink.c
@@ -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;