Fix recursive clock _get problem

Original commit message from CVS:
Fix recursive clock _get problem
This commit is contained in:
Wim Taymans 2003-02-11 18:22:34 +00:00
parent a6dfa0f792
commit 1d8d165f41

View file

@ -141,8 +141,6 @@ gst_bin_class_init (GstBinClass * klass)
#ifndef GST_DISABLE_INDEX #ifndef GST_DISABLE_INDEX
gstelement_class->set_index = GST_DEBUG_FUNCPTR (gst_bin_set_index); gstelement_class->set_index = GST_DEBUG_FUNCPTR (gst_bin_set_index);
#endif #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->add_element = GST_DEBUG_FUNCPTR (gst_bin_add_func);
klass->remove_element = GST_DEBUG_FUNCPTR (gst_bin_remove_func); klass->remove_element = GST_DEBUG_FUNCPTR (gst_bin_remove_func);