valve: fix typo in description

https://bugzilla.gnome.org/show_bug.cgi?id=736455
This commit is contained in:
Rémi Lefèvre 2014-09-11 09:35:17 +02:00 committed by Tim-Philipp Müller
parent d4a4a96f82
commit 9b2231669f

View file

@ -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.
*/