docs: mention extra input-selector pad properties

https://bugzilla.gnome.org/show_bug.cgi?id=638381
This commit is contained in:
Tim-Philipp Müller 2011-01-06 18:18:29 +00:00
parent 8f1a41e593
commit c8ffd4e395

View file

@ -28,6 +28,25 @@
*
* Direct one out of N input streams to the output pad.
*
* The input pads are from a GstPad subclass and have additional
* properties, which users may find useful, namely:
*
* <itemizedlist>
* <listitem>
* "running-time": Running time of stream on pad (#gint64)
* </listitem>
* <listitem>
* "tags": The currently active tags on the pad (#GstTagList, boxed type)
* </listitem>
* <listitem>
* "active": If the pad is currently active (#gboolean)
* </listitem>
* <listitem>
* "always-ok" : Make an inactive pads return #GST_FLOW_OK instead of
* #GST_FLOW_NOT_LINKED
* </listitem>
* </itemizedlist>
*
* Since: 0.10.32
*/