From: Rémi Lefèvre Date: Thu, 11 Sep 2014 07:35:17 +0000 (+0200) Subject: valve: fix typo in description X-Git-Tag: 1.6.1~770 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b2231669f6f4a4052aeb52bae15790f27fb75f7;p=platform%2Fupstream%2Fgstreamer.git valve: fix typo in description https://bugzilla.gnome.org/show_bug.cgi?id=736455 --- 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. */