valve: fix typo in description
authorRémi Lefèvre <remi.lefevre@parrot.com>
Thu, 11 Sep 2014 07:35:17 +0000 (09:35 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 11 Sep 2014 10:09:41 +0000 (11:09 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=736455

plugins/elements/gstvalve.c

index e12e150..23ffa1c 100644 (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.
  */