mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
multifilesink: Let the base class do get_times
This will make sync=TRUE work, the default is still sync=FALSE
This commit is contained in:
parent
f67c227878
commit
4f0fdabf10
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ gst_multi_file_sink_class_init (GstMultiFileSinkClass * klass)
|
|||
|
||||
gobject_class->finalize = gst_multi_file_sink_finalize;
|
||||
|
||||
gstbasesink_class->get_times = NULL;
|
||||
gstbasesink_class->stop = GST_DEBUG_FUNCPTR (gst_multi_file_sink_stop);
|
||||
gstbasesink_class->render = GST_DEBUG_FUNCPTR (gst_multi_file_sink_render);
|
||||
gstbasesink_class->render_list =
|
||||
|
|
Loading…
Reference in a new issue