fixed 105883

Original commit message from CVS:
fixed 105883
This commit is contained in:
Wim Taymans 2003-02-12 17:23:45 +00:00
parent f498068ef7
commit a3abc06133

View file

@ -223,7 +223,7 @@ gst_bin_use_clock (GstBin *bin, GstClock *clock)
g_return_if_fail (bin != NULL); g_return_if_fail (bin != NULL);
g_return_if_fail (GST_IS_BIN (bin)); 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);
} }
/** /**