From b1efc2f9aaa722420577088eb8bdc2ca53a848ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 10 Feb 2009 17:29:05 +0000 Subject: [PATCH] Moved siren from gst-p-farsight to -bad --- configure.ac | 2 + docs/plugins/inspect/plugin-gstsiren.xml | 55 ++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 docs/plugins/inspect/plugin-gstsiren.xml diff --git a/configure.ac b/configure.ac index 3c0deea2fa..14b35fb62a 100644 --- a/configure.ac +++ b/configure.ac @@ -269,6 +269,7 @@ AG_GST_CHECK_PLUGIN(rtpmanager) AG_GST_CHECK_PLUGIN(scaletempo) AG_GST_CHECK_PLUGIN(sdp) AG_GST_CHECK_PLUGIN(selector) +AG_GST_CHECK_PLUGIN(siren) AG_GST_CHECK_PLUGIN(speed) AG_GST_CHECK_PLUGIN(subenc) AG_GST_CHECK_PLUGIN(stereo) @@ -1442,6 +1443,7 @@ gst/rtpmanager/Makefile gst/scaletempo/Makefile gst/sdp/Makefile gst/selector/Makefile +gst/siren/Makefile gst/speed/Makefile gst/subenc/Makefile gst/stereo/Makefile diff --git a/docs/plugins/inspect/plugin-gstsiren.xml b/docs/plugins/inspect/plugin-gstsiren.xml new file mode 100644 index 0000000000..c7b4239c07 --- /dev/null +++ b/docs/plugins/inspect/plugin-gstsiren.xml @@ -0,0 +1,55 @@ + + gstsiren + Siren encoder/decoder/payloader/depayloader plugins + ../../gst/siren/.libs/libgstsiren.so + libgstsiren.so + 0.10.10.1 + LGPL + gst-plugins-bad + GStreamer Bad Plug-ins CVS/prerelease + Unknown package origin + + + sirendec + Siren Decoder element + Codec/Decoder/Audio + Decode streams encoded with the Siren7 codec into 16bit PCM + Youness Alaoui <kakaroto@kakaroto.homelinux.net> + + + sink + sink + always +
audio/x-siren, dct-length=(int)320
+
+ + src + source + always +
audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, rate=(int)16000, channels=(int)1
+
+
+
+ + sirenenc + Siren Encoder element + Codec/Encoder/Audio + Encode 16bit PCM streams into the Siren7 codec + Youness Alaoui <kakaroto@kakaroto.homelinux.net> + + + sink + sink + always +
audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, rate=(int)16000, channels=(int)1
+
+ + src + source + always +
audio/x-siren, dct-length=(int)320
+
+
+
+
+
\ No newline at end of file