From 4f988e24d2a7acfb02ea188d91c255ce31f853d7 Mon Sep 17 00:00:00 2001 From: Aleksandr Slobodeniuk Date: Wed, 22 Mar 2023 14:40:32 +0100 Subject: [PATCH] bin: fix documentation about event forwarding Part-of: --- subprojects/gstreamer/gst/gstbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gstreamer/gst/gstbin.c b/subprojects/gstreamer/gst/gstbin.c index 647be055b3..8c66e35c52 100644 --- a/subprojects/gstreamer/gst/gstbin.c +++ b/subprojects/gstreamer/gst/gstbin.c @@ -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