aggregator: fix doc chunk for new buffer-consumed signal
authorTim-Philipp Müller <tim@centricular.com>
Tue, 16 Apr 2019 22:50:15 +0000 (23:50 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 16 Apr 2019 22:51:19 +0000 (23:51 +0100)
Fixes 'Warning: GstBase: incorrect number of parameters in
comment block, parameter annotations will be ignored.' from
g-ir-scanner.

libs/gst/base/gstaggregator.c

index 3228193..f1ae989 100644 (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