From 6090f22161056e4dd6f210deda6d42b18ff03896 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 11 Jan 2011 15:10:32 +0200 Subject: [PATCH] valve: fixe the property link and the sice docs --- plugins/elements/gstvalve.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/elements/gstvalve.c b/plugins/elements/gstvalve.c index f1a06a5..fdc175f 100644 --- a/plugins/elements/gstvalve.c +++ b/plugins/elements/gstvalve.c @@ -23,19 +23,19 @@ /** * SECTION:element-valve * - * The valve is a simple element that drops buffers when the #GstValve::drop + * 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 %FALSE * is ignored. So downstream element can be set to %GST_STATE_NULL and removed, * without using pad blocking. * * This element was previously part of gst-plugins-farsight, and then * gst-plugins-bad. * - * Since: 0.10.32 - * * Documentation last reviewed on 2010-12-30 (0.10.31) + * + * Since: 0.10.32 */ #ifdef HAVE_CONFIG_H -- 2.7.4