mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
basesink: reorder vmethod according to .h file
This commit is contained in:
parent
af63938333
commit
41bb41616b
1 changed files with 2 additions and 2 deletions
|
@ -544,12 +544,12 @@ gst_base_sink_class_init (GstBaseSinkClass * klass)
|
|||
gstelement_class->send_event = GST_DEBUG_FUNCPTR (gst_base_sink_send_event);
|
||||
gstelement_class->query = GST_DEBUG_FUNCPTR (default_element_query);
|
||||
|
||||
klass->fixate = GST_DEBUG_FUNCPTR (gst_base_sink_default_fixate);
|
||||
klass->get_caps = GST_DEBUG_FUNCPTR (gst_base_sink_get_caps);
|
||||
klass->set_caps = GST_DEBUG_FUNCPTR (gst_base_sink_set_caps);
|
||||
klass->get_times = GST_DEBUG_FUNCPTR (gst_base_sink_get_times);
|
||||
klass->fixate = GST_DEBUG_FUNCPTR (gst_base_sink_default_fixate);
|
||||
klass->activate_pull =
|
||||
GST_DEBUG_FUNCPTR (gst_base_sink_default_activate_pull);
|
||||
klass->get_times = GST_DEBUG_FUNCPTR (gst_base_sink_get_times);
|
||||
klass->query = GST_DEBUG_FUNCPTR (default_sink_query);
|
||||
|
||||
/* Registering debug symbols for function pointers */
|
||||
|
|
Loading…
Reference in a new issue