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/plugins/inspect/plugin-gsm.xml | |
parent | 36ef03791ff3785d529872b283da158f0a51f46a (diff) | |
download | gst-plugins-bad-f4d9777e57fbabf08fca0beaeff88e311e6c0532.tar.gz gst-plugins-bad-f4d9777e57fbabf08fca0beaeff88e311e6c0532.tar.bz2 gst-plugins-bad-f4d9777e57fbabf08fca0beaeff88e311e6c0532.zip |
releasing 0.9.6RELEASE-0_9_6
Original commit message from CVS:
releasing 0.9.6
Diffstat (limited to 'docs/plugins/inspect/plugin-gsm.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-gsm.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml new file mode 100644 index 00000000..aa0cdeaa --- /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 |