aggregator: fix doc chunk for new buffer-consumed signal

Fixes 'Warning: GstBase: incorrect number of parameters in
comment block, parameter annotations will be ignored.' from
g-ir-scanner.
This commit is contained in:
Tim-Philipp Müller 2019-04-16 23:50:15 +01:00
parent 35788c8563
commit 41f873fa0a

View File

@ -2924,7 +2924,7 @@ gst_aggregator_pad_class_init (GstAggregatorPadClass * klass)
gobject_class->get_property = gst_aggregator_pad_get_property;
/**
* GstAggregatorPad::buffer-consumed:
* GstAggregatorPad:buffer-consumed:
*
* Signals that a buffer was consumed. As aggregator pads store buffers
* in an internal queue, there is no direct match between input and output