bin: fix documentation about event forwarding

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4249>
This commit is contained in:
Aleksandr Slobodeniuk 2023-03-22 14:40:32 +01:00 committed by GStreamer Marge Bot
parent 23661f0446
commit 4f988e24d2

View file

@ -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