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:
Olivier Crête 2013-05-13 13:30:38 -04:00
parent f67c227878
commit 4f0fdabf10

View file

@ -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 =