mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
bin: fix documentation about event forwarding
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4249>
This commit is contained in:
parent
23661f0446
commit
4f988e24d2
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
* sink is in the bin, the query fails.
|
||||
*
|
||||
* A #GstBin will by default forward any event sent to it to all sink
|
||||
* ( %GST_EVENT_TYPE_DOWNSTREAM ) or source ( %GST_EVENT_TYPE_UPSTREAM ) elements
|
||||
* ( %GST_EVENT_TYPE_UPSTREAM ) or source ( %GST_EVENT_TYPE_DOWNSTREAM ) elements
|
||||
* depending on the event type.
|
||||
*
|
||||
* If all the elements return %TRUE, the bin will also return %TRUE, else %FALSE
|
||||
|
|
Loading…
Reference in a new issue