mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
event: Improve documentation of gst_event_new_reconfigure()
This commit is contained in:
parent
ac1e42402a
commit
903dadef17
1 changed files with 4 additions and 3 deletions
|
@ -1285,9 +1285,10 @@ gst_event_parse_step (GstEvent * event, GstFormat * format, guint64 * amount,
|
|||
/**
|
||||
* gst_event_new_reconfigure:
|
||||
|
||||
* Create a new reconfigure event. The purpose of the step event is to travel
|
||||
* upstream and make elements renegotiate its caps. This is useful when changing
|
||||
* properties or elements on the pipeline.
|
||||
* Create a new reconfigure event. The purpose of the reconfingure event is
|
||||
* to travel upstream and make elements renegotiate their caps or reconfigure
|
||||
* their buffer pools. This is useful when changing properties on elements
|
||||
* or changing the topology of the pipeline.
|
||||
*
|
||||
* Returns: (transfer full): a new #GstEvent
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue