mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
aggregator: Fix indentation
https://bugzilla.gnome.org/show_bug.cgi?id=781673
This commit is contained in:
parent
eca91d6772
commit
d722e064fd
1 changed files with 1 additions and 2 deletions
|
@ -2403,8 +2403,7 @@ gst_aggregator_pad_constructed (GObject * object)
|
|||
gst_pad_set_chain_function (pad,
|
||||
GST_DEBUG_FUNCPTR (gst_aggregator_pad_chain));
|
||||
gst_pad_set_event_full_function_full (pad,
|
||||
GST_DEBUG_FUNCPTR (gst_aggregator_pad_event_func),
|
||||
NULL, NULL);
|
||||
GST_DEBUG_FUNCPTR (gst_aggregator_pad_event_func), NULL, NULL);
|
||||
gst_pad_set_query_function (pad,
|
||||
GST_DEBUG_FUNCPTR (gst_aggregator_pad_query_func));
|
||||
gst_pad_set_activatemode_function (pad,
|
||||
|
|
Loading…
Reference in a new issue