diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-23 19:57:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-23 19:57:49 +0000 |
commit | f4d9777e57fbabf08fca0beaeff88e311e6c0532 (patch) | |
tree | 2b3dceb5550f77ee1617ecdaf5c122c7ef2b5796 /docs | |
parent | 36ef03791ff3785d529872b283da158f0a51f46a (diff) | |
download | gstreamer-plugins-bad-f4d9777e57fbabf08fca0beaeff88e311e6c0532.tar.gz |
releasing 0.9.6RELEASE-0_9_6
Original commit message from CVS:
releasing 0.9.6
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 7 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-faad.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-gsm.xml | 27 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-qtdemux.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-sdlvideosink.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-speed.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-tta.xml | 27 |
7 files changed, 141 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 44c115fab..db905fbe5 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -20,6 +20,13 @@ <title>gst-plugins-bad Plugins</title> <xi:include href="xml/plugin-dfbvideosink.xml" /> + <xi:include href="xml/plugin-dfbvideosink.xml" /> + <xi:include href="xml/plugin-faad.xml" /> + <xi:include href="xml/plugin-gsm.xml" /> + <xi:include href="xml/plugin-qtdemux.xml" /> + <xi:include href="xml/plugin-sdlvideosink.xml" /> + <xi:include href="xml/plugin-speed.xml" /> + <xi:include href="xml/plugin-tta.xml" /> </chapter> </book> diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml new file mode 100644 index 000000000..7215ec60f --- /dev/null +++ b/docs/plugins/inspect/plugin-faad.xml @@ -0,0 +1,20 @@ +<plugin> + <name>faad</name> + <description>Free AAC Decoder (FAAD)</description> + <filename>../../ext/faad/.libs/libgstfaad.so</filename> + <basename>libgstfaad.so</basename> + <version>0.9.6</version> + <license>GPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer source release</package> + <origin>http://gstreamer.freedesktop.org/</origin> + <elements> + <element> + <name>faad</name> + <longname>Free AAC Decoder (FAAD)</longname> + <class>Codec/Decoder/Audio</class> + <description>Free MPEG-2/4 AAC decoder</description> + <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml new file mode 100644 index 000000000..aa0cdeaa3 --- /dev/null +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -0,0 +1,27 @@ +<plugin> + <name>gsm</name> + <description>GSM encoder/decoder</description> + <filename>../../ext/gsm/.libs/libgstgsm.so</filename> + <basename>libgstgsm.so</basename> + <version>0.9.6</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>Gstreamer</package> + <origin>http://gstreamer.freedesktop.org</origin> + <elements> + <element> + <name>gsmdec</name> + <longname>GSM audio decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Decodes GSM encoded audio</description> + <author>Philippe Khalaf <burger@speedy.org></author> + </element> + <element> + <name>gsmenc</name> + <longname>GSM audio encoder</longname> + <class>Codec/Encoder/Audio</class> + <description>Encodes GSM audio</description> + <author>Philippe Khalaf <burger@speedy.org></author> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-qtdemux.xml b/docs/plugins/inspect/plugin-qtdemux.xml new file mode 100644 index 000000000..12f809ac4 --- /dev/null +++ b/docs/plugins/inspect/plugin-qtdemux.xml @@ -0,0 +1,20 @@ +<plugin> + <name>qtdemux</name> + <description>Quicktime stream demuxer</description> + <filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename> + <basename>libgstqtdemux.so</basename> + <version>0.9.6</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer source release</package> + <origin>http://gstreamer.freedesktop.org/</origin> + <elements> + <element> + <name>qtdemux</name> + <longname>QuickTime Demuxer</longname> + <class>Codec/Demuxer</class> + <description>Demultiplex a QuickTime file into audio and video streams</description> + <author>David Schleef <ds@schleef.org></author> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-sdlvideosink.xml b/docs/plugins/inspect/plugin-sdlvideosink.xml new file mode 100644 index 000000000..43e51ec33 --- /dev/null +++ b/docs/plugins/inspect/plugin-sdlvideosink.xml @@ -0,0 +1,20 @@ +<plugin> + <name>sdlvideosink</name> + <description>SDL Video Sink</description> + <filename>../../ext/sdl/.libs/libgstsdlvideosink.so</filename> + <basename>libgstsdlvideosink.so</basename> + <version>0.9.6</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer source release</package> + <origin>http://gstreamer.freedesktop.org/</origin> + <elements> + <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></author> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml new file mode 100644 index 000000000..61da39608 --- /dev/null +++ b/docs/plugins/inspect/plugin-speed.xml @@ -0,0 +1,20 @@ +<plugin> + <name>speed</name> + <description>Set speed/pitch on audio/raw streams (resampler)</description> + <filename>../../gst/speed/.libs/libgstspeed.so</filename> + <basename>libgstspeed.so</basename> + <version>0.9.6</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer source release</package> + <origin>http://gstreamer.freedesktop.org/</origin> + <elements> + <element> + <name>speed</name> + <longname>Speed</longname> + <class>Filter/Effect/Audio</class> + <description>Set speed/pitch on audio/raw streams (resampler)</description> + <author>Andy Wingo <apwingo@eos.ncsu.edu>, Tim-Philipp Müller <tim@centricular.net></author> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml new file mode 100644 index 000000000..ec49c2f93 --- /dev/null +++ b/docs/plugins/inspect/plugin-tta.xml @@ -0,0 +1,27 @@ +<plugin> + <name>tta</name> + <description>TTA lossless audio format handling</description> + <filename>../../gst/tta/.libs/libgsttta.so</filename> + <basename>libgsttta.so</basename> + <version>0.9.6</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>gst-tta</package> + <origin>http://www.true-audio.com</origin> + <elements> + <element> + <name>ttadec</name> + <longname>TTA decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Decode TTA audio data</description> + <author>Arwed v. Merkatz <v.merkatz@gmx.net></author> + </element> + <element> + <name>ttaparse</name> + <longname>TTA file parser</longname> + <class>Codec/Demuxer/Audio</class> + <description>Parses TTA files</description> + <author>Arwed v. Merkatz <v.merkatz@gmx.net></author> + </element> + </elements> +</plugin>
\ No newline at end of file |