diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-sdl.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-sdl.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml new file mode 100644 index 00000000..cf82ede4 --- /dev/null +++ b/docs/plugins/inspect/plugin-sdl.xml @@ -0,0 +1,27 @@ +<plugin> + <name>sdl</name> + <description>SDL (Simple DirectMedia Layer) support for GStreamer</description> + <filename>../../ext/sdl/.libs/libgstsdlvideosink.so</filename> + <basename>libgstsdlvideosink.so</basename> + <version>0.10.2.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>sdlaudiosink</name> + <longname>Audio Sink (SDLAUDIO)</longname> + <class>Sink/Audio</class> + <description>Output to a sound card via SDLAUDIO</description> + <author>Edgard Lima <edgard.lima@indt.org.br></author> + </element> + <element> + <name>sdlvideosink</name> + <longname>Video sink</longname> + <class>Sink/Video</class> + <description>An SDL-based videosink</description> + <author>Ronald Bultje <rbultje@ronald.bitfreak.net>Edgard Lima <edgard.lima@indt.org.br>Jan Schmidt <thaytan@mad.scientist.com></author> + </element> + </elements> +</plugin>
\ No newline at end of file |