mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
aggregator: fix up doc comment for set_src_caps
It does not occur 'later' anymore https://bugzilla.gnome.org/show_bug.cgi?id=732662
This commit is contained in:
parent
7c016752d7
commit
44e84025d7
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ _push_mandatory_events (GstAggregator * self)
|
|||
/**
|
||||
* gst_aggregator_set_src_caps:
|
||||
* @self: The #GstAggregator
|
||||
* @caps: The #GstCaps to set later on the src pad.
|
||||
* @caps: The #GstCaps to set on the src pad.
|
||||
*
|
||||
* Sets the caps to be used on the src pad.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue