summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-06-14 16:50:41 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2010-06-14 16:50:41 +0200
commit2ced5a5d6595b8312c626cce39985f81f3fd4883 (patch)
tree4abfb9f2a8ae3b6797b4f19385c16afbeaf1930f
parentf80a824a2f2ba3d85e25585871acb60a4ad802dd (diff)
filesink: use the default get_times function
Use the default get_times function of basesink so that we honour the sync property instead of never synchronizing to the clock. Fixes #621530
-rw-r--r--plugins/elements/gstfilesink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/elements/gstfilesink.c b/plugins/elements/gstfilesink.c
index e9e5c653cf..1c69f57eb0 100644
--- a/plugins/elements/gstfilesink.c
+++ b/plugins/elements/gstfilesink.c
@@ -237,7 +237,6 @@ gst_file_sink_class_init (GstFileSinkClass * klass)
"Append to an already existing file", DEFAULT_APPEND,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
- gstbasesink_class->get_times = NULL;
gstbasesink_class->start = GST_DEBUG_FUNCPTR (gst_file_sink_start);
gstbasesink_class->stop = GST_DEBUG_FUNCPTR (gst_file_sink_stop);
gstbasesink_class->render = GST_DEBUG_FUNCPTR (gst_file_sink_render);