mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Fix recursive clock _get problem
Original commit message from CVS: Fix recursive clock _get problem
This commit is contained in:
parent
a6dfa0f792
commit
1d8d165f41
1 changed files with 0 additions and 2 deletions
|
@ -141,8 +141,6 @@ gst_bin_class_init (GstBinClass * klass)
|
|||
#ifndef GST_DISABLE_INDEX
|
||||
gstelement_class->set_index = GST_DEBUG_FUNCPTR (gst_bin_set_index);
|
||||
#endif
|
||||
gstelement_class->set_clock = GST_DEBUG_FUNCPTR (gst_bin_set_clock_func);
|
||||
gstelement_class->get_clock = GST_DEBUG_FUNCPTR (gst_bin_get_clock_func);
|
||||
|
||||
klass->add_element = GST_DEBUG_FUNCPTR (gst_bin_add_func);
|
||||
klass->remove_element = GST_DEBUG_FUNCPTR (gst_bin_remove_func);
|
||||
|
|
Loading…
Reference in a new issue