diff options
Diffstat (limited to 'gst/multifile/gstmultifilesink.c')
-rw-r--r-- | gst/multifile/gstmultifilesink.c | 1 |
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; |