multifilesink: Let the base class do get_times
authorOlivier Crête <olivier.crete@collabora.com>
Mon, 13 May 2013 17:30:38 +0000 (13:30 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Mon, 13 May 2013 17:34:22 +0000 (13:34 -0400)
This will make sync=TRUE work, the default is still sync=FALSE

gst/multifile/gstmultifilesink.c

index 69e9f84..eed5716 100644 (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 =