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.
This commit is contained in:
parent
0664e6be03
commit
564ffdee11
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user