mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
d55ac2830b
Original commit message from CVS: 2005-11-06 Julien MOUTTE <julien@moutte.net> * Makefile.am: examples in dist subdirs. * configure.ac: enable parameter for building examples. * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/inspect/plugin-dfbvideosink.xml: * examples/Makefile.am: Updates.
30 lines
568 B
Text
30 lines
568 B
Text
<ARG>
|
|
<NAME>GstDfbVideoSink::surface</NAME>
|
|
<TYPE>gpointer</TYPE>
|
|
<RANGE></RANGE>
|
|
<FLAGS>w</FLAGS>
|
|
<NICK>Surface</NICK>
|
|
<BLURB>The target surface for video.</BLURB>
|
|
<DEFAULT></DEFAULT>
|
|
</ARG>
|
|
|
|
<ARG>
|
|
<NAME>GstSDLVideoSink::fullscreen</NAME>
|
|
<TYPE>gboolean</TYPE>
|
|
<RANGE></RANGE>
|
|
<FLAGS>rw</FLAGS>
|
|
<NICK>Fullscreen</NICK>
|
|
<BLURB>If true it will be Full screen.</BLURB>
|
|
<DEFAULT>FALSE</DEFAULT>
|
|
</ARG>
|
|
|
|
<ARG>
|
|
<NAME>GstSpeed::speed</NAME>
|
|
<TYPE>gfloat</TYPE>
|
|
<RANGE>[0.1,40]</RANGE>
|
|
<FLAGS>rwx</FLAGS>
|
|
<NICK>speed</NICK>
|
|
<BLURB>speed.</BLURB>
|
|
<DEFAULT>1</DEFAULT>
|
|
</ARG>
|
|
|