From a3abc0613320b9305b69a1e8527bdaf5c3e4f302 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 12 Feb 2003 17:23:45 +0000 Subject: [PATCH] fixed 105883 Original commit message from CVS: fixed 105883 --- gst/gstbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbin.c b/gst/gstbin.c index 00d87fd4ab..69e89fae4e 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -223,7 +223,7 @@ gst_bin_use_clock (GstBin *bin, GstClock *clock) g_return_if_fail (bin != NULL); g_return_if_fail (GST_IS_BIN (bin)); - return gst_bin_set_clock_func (GST_ELEMENT (bin), clock); + gst_bin_set_clock_func (GST_ELEMENT (bin), clock); } /** -- 2.34.1