diff options
author | Julien Moutte <julien@moutte.net> | 2005-11-06 22:16:27 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2005-11-06 22:16:27 +0000 |
commit | d55ac2830b57502bcd6d6adfab2e48fd228fcdb1 (patch) | |
tree | 2b3113dca3ac63f09dcb58c1e04e80e6ee1adbe7 /docs/plugins/inspect | |
parent | 2438f5851e8c0d6e98cf45fc50300ca4387bc470 (diff) | |
download | gst-plugins-bad-d55ac2830b57502bcd6d6adfab2e48fd228fcdb1.tar.gz gst-plugins-bad-d55ac2830b57502bcd6d6adfab2e48fd228fcdb1.tar.bz2 gst-plugins-bad-d55ac2830b57502bcd6d6adfab2e48fd228fcdb1.zip |
Makefile.am: examples in dist subdirs.
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.
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r-- | docs/plugins/inspect/plugin-dfbvideosink.xml | 12 |
1 files changed, 6 insertions, 6 deletions
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 |