gstreamer/gstreamer-sharp/badplugins/inspect/dshowvideosink.raw

87 lines
2.6 KiB
Text
Raw Normal View History

<element>
<name>dshowvideosink</name>
<details>
<long-name>DirectShow video sink</long-name>
<class>Sink/Video</class>
<description>Display data using a DirectShow video renderer</description>
<authors>Pioneers of the Inevitable &lt;songbird@songbirdnest.com&gt;</authors>
</details>
<object name="GstDshowVideoSink">
<object name="GstBaseSink">
<object name="GstElement">
<object name="GstObject">
<object name="GObject">
</object>
</object>
</object>
</object>
</object>
<interfaces>
<interface name="GstImplementsInterface" />
<interface name="GstXOverlay" />
</interfaces>
<pad-templates>
<pad-template>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<caps>video/x-raw-yuv, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(fourcc){ YUY2, UYVY, YUVY, YV12 }</caps>
</pad-template>
</pad-templates>
<element-flags>
</element-flags>
<element-implementation>
<state-change function="gst_dshowvideosink_change_state"/>
<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_base_sink_chain"/>
<event-function function="gst_base_sink_event"/>
<query-function function="gst_pad_query_default"/>
<query-type-func function="gst_pad_get_query_types_default">
</query-type-func>
<intlink-function function="gst_pad_get_internal_links_default"/>
<bufferalloc-function function="gst_base_sink_pad_buffer_alloc"/>
</implementation>
</pad>
</pads>
<element-properties>
<element-property>
<name>force-aspect-ratio</name>
<type>gboolean</type>
<nick>Force aspect ratio</nick>
<blurb>When enabled, scaling will respect original aspect ratio</blurb>
<flags>RW</flags>
<default>FALSE</default>
</element-property>
<element-property>
<name>fullscreen</name>
<type>gboolean</type>
<nick>Full screen mode</nick>
<blurb>Use full-screen mode (not available when using XOverlay)</blurb>
<flags>RW</flags>
<default>FALSE</default>
</element-property>
<element-property>
<name>renderer</name>
<type>gchararray</type>
<nick>Renderer</nick>
<blurb>Force usage of specific DirectShow renderer (VMR9 or VMR)</blurb>
<flags>RW</flags>
<default>NULL</default>
</element-property>
</element-properties>
<element-signals>
</element-signals>
<element-actions>
</element-actions>
</element>