summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-dfbvideosink.xml
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-11-06 21:55:01 +0000
committerJulien Moutte <julien@moutte.net>2005-11-06 21:55:01 +0000
commit2438f5851e8c0d6e98cf45fc50300ca4387bc470 (patch)
treeed0719ecf6907fb1b8b3d69d2efc789391761d9d /docs/plugins/inspect/plugin-dfbvideosink.xml
parent72e3851f87ed6e0f07ba74afb7e260f5bfe8def8 (diff)
downloadgst-plugins-bad-2438f5851e8c0d6e98cf45fc50300ca4387bc470.tar.gz
gst-plugins-bad-2438f5851e8c0d6e98cf45fc50300ca4387bc470.tar.bz2
gst-plugins-bad-2438f5851e8c0d6e98cf45fc50300ca4387bc470.zip
Enable documentation.
Original commit message from CVS: 2005-11-06 Julien MOUTTE <julien@moutte.net> * Makefile.am: * autogen.sh: * configure.ac: * docs/Makefile.am: * docs/plugins/.cvsignore: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: * docs/plugins/gst-plugins-bad-plugins-decl.txt: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/gst-plugins-bad-plugins.types: * docs/plugins/inspect/plugin-dfbvideosink.xml: * docs/version.entities.in: Enable documentation. * examples/Makefile.am: * examples/directfb/Makefile.am: * examples/directfb/decker.ttf: * examples/directfb/dfblogo.png: * examples/directfb/gstdfb.c: (myclock), (dynamic_link), (size_changed), (setup_dynamic_link), (main): Add an example application for DirectFB.
Diffstat (limited to 'docs/plugins/inspect/plugin-dfbvideosink.xml')
-rw-r--r--docs/plugins/inspect/plugin-dfbvideosink.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-dfbvideosink.xml b/docs/plugins/inspect/plugin-dfbvideosink.xml
new file mode 100644
index 00000000..83f5fb4e
--- /dev/null
+++ b/docs/plugins/inspect/plugin-dfbvideosink.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>dfbvideosink</name>
+ <description>DirectFB video sink</description>
+ <filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
+ <basename>libgstdfbvideosink.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>dfbvideosink</name>
+ <longname>DirectFB video sink</longname>
+ <class>Sink/Video</class>
+ <description>DirectFB video sink</description>
+ <author>Julien Moutte &lt;julien@moutte.net&gt;</author>
+ </element>
+ </elements>
+</plugin>