mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
fixed 105883
Original commit message from CVS: fixed 105883
This commit is contained in:
parent
f498068ef7
commit
a3abc06133
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue