mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
valve: fixe the property link and the sice docs
This commit is contained in:
parent
0645c498f0
commit
6090f22161
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue