mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ gst_multi_file_sink_set_location (GstMultiFileSink * sink,
|
||||||
{
|
{
|
||||||
g_free (sink->filename);
|
g_free (sink->filename);
|
||||||
if (location != NULL) {
|
if (location != NULL) {
|
||||||
|
/* FIXME: validate location to have just one %d */
|
||||||
sink->filename = g_strdup (location);
|
sink->filename = g_strdup (location);
|
||||||
} else {
|
} else {
|
||||||
sink->filename = NULL;
|
sink->filename = NULL;
|
||||||
|
|
Loading…
Reference in a new issue