gstreamer/gstreamer-sharp/baseplugins/inspect/decodebin.raw

119 lines
3 KiB
Text

<element>
<name>decodebin</name>
<details>
<long-name>Decoder Bin</long-name>
<class>Generic/Bin/Decoder</class>
<description>Autoplug and decode to raw media</description>
<authors>Wim Taymans &lt;wim.taymans@gmail.com&gt;</authors>
</details>
<object name="GstDecodeBin">
<object name="GstBin">
<object name="GstElement">
<object name="GstObject">
<object name="GObject">
</object>
</object>
</object>
</object>
</object>
<interfaces>
<interface name="GstChildProxy" />
</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>sometimes</presence>
<caps>ANY</caps>
</pad-template>
</pad-templates>
<element-flags>
</element-flags>
<bin-flags>
</bin-flags>
<element-implementation>
<state-change function="gst_decode_bin_change_state"/>
<save function="gst_bin_save_thyself"/>
<load function="gst_bin_restore_thyself"/>
</element-implementation>
<clocking-interaction>
<requires-clock/>
</clocking-interaction>
<indexing-capabilities/>
<pads>
<pad>
<name>sink</name>
<direction>sink</direction>
<implementation>
<chain-based function="gst_proxy_pad_do_chain"/>
<event-function function="gst_proxy_pad_do_event"/>
<query-function function="gst_proxy_pad_do_query"/>
<query-type-func function="gst_proxy_pad_do_query_type">
</query-type-func>
<bufferalloc-function function="gst_proxy_pad_do_bufferalloc"/>
</implementation>
</pad>
</pads>
<element-properties>
<element-property>
<name>name</name>
<type>gchararray</type>
<nick>Name</nick>
<blurb>The name of the object</blurb>
<flags>RW</flags>
<default>&quot;element&quot;</default>
</element-property>
<element-property>
<name>async-handling</name>
<type>gboolean</type>
<nick>Async Handling</nick>
<blurb>The bin will handle Asynchronous state changes</blurb>
<flags>RW</flags>
<default>FALSE</default>
</element-property>
<element-property>
<name>sink-caps</name>
<type>GstCaps</type>
<nick>Sink Caps</nick>
<blurb>The caps of the input data. (NULL = use typefind element)</blurb>
<flags>RW</flags>
<default>NULL</default>
</element-property>
</element-properties>
<element-signals>
<signal>
<name>new-decoded-pad</name>
<return-type>void</return-type>
<object-type>GstDecodeBin</object-type>
<params>
<type>GstPad</type>
<type>gboolean</type>
</params>
</signal>
<signal>
<name>removed-decoded-pad</name>
<return-type>void</return-type>
<object-type>GstDecodeBin</object-type>
<params>
<type>GstPad</type>
</params>
</signal>
<signal>
<name>unknown-type</name>
<return-type>void</return-type>
<object-type>GstDecodeBin</object-type>
<params>
<type>GstPad</type>
<type>GstCaps</type>
</params>
</signal>
</element-signals>
<element-actions>
</element-actions>
</element>