diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 27 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dfbvideosink.xml | 12 |
2 files changed, 30 insertions, 9 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 91294e2a..62fd24cf 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -3,7 +3,28 @@ <TYPE>gpointer</TYPE> <RANGE></RANGE> <FLAGS>w</FLAGS> -<NICK>Destination surface</NICK> -<BLURB>Render video frames to this surface. The pointer you pass here has to point to an IDirectFBSurface * interface</BLURB> -<DEFAULT>NULL</DEFAULT> +<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> + diff --git a/docs/plugins/inspect/plugin-dfbvideosink.xml b/docs/plugins/inspect/plugin-dfbvideosink.xml index 83f5fb4e..b95752d1 100644 --- a/docs/plugins/inspect/plugin-dfbvideosink.xml +++ b/docs/plugins/inspect/plugin-dfbvideosink.xml @@ -1,20 +1,20 @@ <plugin> <name>dfbvideosink</name> - <description>DirectFB video sink</description> + <description>DirectFB video output plugin</description> <filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename> <basename>libgstdfbvideosink.so</basename> - <version>0.9.4</version> + <version>0.9.4.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer source release</package> + <package>GStreamer CVS/prerelease</package> <origin>http://gstreamer.freedesktop.org/</origin> <elements> <element> <name>dfbvideosink</name> - <longname>DirectFB video sink</longname> + <longname>Video sink</longname> <class>Sink/Video</class> - <description>DirectFB video sink</description> + <description>A DirectFB based videosink</description> <author>Julien Moutte <julien@moutte.net></author> </element> </elements> -</plugin> +</plugin>
\ No newline at end of file |