mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
debugutils: Don't consume preroll buffer twice
This commit is contained in:
parent
9715238056
commit
d516fc5fd8
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ gst_test_class_init (GstTestClass * klass)
|
|||
g_object_class_install_property (object_class, 2 * i + 2, spec);
|
||||
}
|
||||
|
||||
basesink_class->preroll = GST_DEBUG_FUNCPTR (gst_test_render_buffer);
|
||||
basesink_class->render = GST_DEBUG_FUNCPTR (gst_test_render_buffer);
|
||||
basesink_class->event = GST_DEBUG_FUNCPTR (gst_test_sink_event);
|
||||
basesink_class->start = GST_DEBUG_FUNCPTR (gst_test_start);
|
||||
|
|
Loading…
Reference in a new issue