gstreamer/gstreamer-sharp/coreplugins/inspect/tee.raw

121 lines
3.2 KiB
Text

<element>
<name>tee</name>
<details>
<long-name>Tee pipe fitting</long-name>
<class>Generic</class>
<description>1-to-N pipe fitting</description>
<authors>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</authors>
</details>
<object name="GstTee">
<object name="GstElement">
<object name="GstObject">
<object name="GObject">
</object>
</object>
</object>
</object>
<interfaces>
</interfaces>
<pad-templates>
<pad-template>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<caps>ANY</caps>
</pad-template>
<pad-template>
<name>src%d</name>
<direction>src</direction>
<presence>request</presence>
<request-function>gst_tee_request_new_pad</request-function>
<caps>ANY</caps>
</pad-template>
</pad-templates>
<element-flags>
</element-flags>
<element-implementation>
<state-change function="gst_element_change_state_func"/>
<save function="gst_element_save_thyself"/>
<load function="gst_element_restore_thyself"/>
</element-implementation>
<clocking-interaction>
</clocking-interaction>
<pads>
<pad>
<name>sink</name>
<direction>sink</direction>
<template>sink</template>
<implementation>
<chain-based function="gst_tee_chain"/>
<bufferalloc-function function="gst_tee_buffer_alloc"/>
</implementation>
</pad>
</pads>
<element-properties>
<element-property>
<name>num-src-pads</name>
<type>gint</type>
<nick>Num Src Pads</nick>
<blurb>The number of source pads</blurb>
<flags>R</flags>
<range min="0" max="2147483647"/>
<default>0</default>
</element-property>
<element-property>
<name>has-sink-loop</name>
<type>gboolean</type>
<nick>Has Sink Loop</nick>
<blurb>If the element should spawn a thread (unimplemented and deprecated)</blurb>
<flags>RW</flags>
<default>FALSE</default>
</element-property>
<element-property>
<name>has-chain</name>
<type>gboolean</type>
<nick>Has Chain</nick>
<blurb>If the element can operate in push mode</blurb>
<flags>RW</flags>
<default>TRUE</default>
</element-property>
<element-property>
<name>silent</name>
<type>gboolean</type>
<nick>Silent</nick>
<blurb>Don&apos;t produce last_message events</blurb>
<flags>RW</flags>
<default>TRUE</default>
</element-property>
<element-property>
<name>last-message</name>
<type>gchararray</type>
<nick>Last Message</nick>
<blurb>The message describing current status</blurb>
<flags>R</flags>
<default>NULL</default>
</element-property>
<element-property>
<name>pull-mode</name>
<type>GstTeePullMode</type>
<nick>Pull mode</nick>
<blurb>Behavior of tee in pull mode</blurb>
<flags>RW</flags>
<default>0</default>
<enum-values>
<value value="0" nick="never"/>
<value value="1" nick="single"/>
</enum-values>
</element-property>
<element-property>
<name>alloc-pad</name>
<type>GstPad</type>
<nick>Allocation Src Pad</nick>
<blurb>The pad used for gst_pad_alloc_buffer</blurb>
<flags>RW</flags>
<object-type>GstPad</object-type>
</element-property>
</element-properties>
<element-signals>
</element-signals>
<element-actions>
</element-actions>
</element>