From 9b2231669f6f4a4052aeb52bae15790f27fb75f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Lef=C3=A8vre?= Date: Thu, 11 Sep 2014 09:35:17 +0200 Subject: [PATCH] valve: fix typo in description https://bugzilla.gnome.org/show_bug.cgi?id=736455 --- plugins/elements/gstvalve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstvalve.c b/plugins/elements/gstvalve.c index e12e150..23ffa1c 100644 --- a/plugins/elements/gstvalve.c +++ b/plugins/elements/gstvalve.c @@ -26,7 +26,7 @@ * The valve is a simple element that drops buffers when the #GstValve:drop * property is set to %TRUE and lets then through otherwise. * - * Any downstream error received while the #GstValve:drop property is %FALSE + * Any downstream error received while the #GstValve:drop property is %TRUE * is ignored. So downstream element can be set to %GST_STATE_NULL and removed, * without using pad blocking. */ -- 2.7.4