From 4f0fdabf10963e131c60c3551b7ffeb4700a0c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Mon, 13 May 2013 13:30:38 -0400 Subject: [PATCH] multifilesink: Let the base class do get_times This will make sync=TRUE work, the default is still sync=FALSE --- gst/multifile/gstmultifilesink.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index 69e9f845db..eed57160de 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -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 =