mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
docs: mention extra input-selector pad properties
https://bugzilla.gnome.org/show_bug.cgi?id=638381
This commit is contained in:
parent
8f1a41e593
commit
c8ffd4e395
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue