Moved siren from gst-p-farsight to -bad
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Tue, 10 Feb 2009 17:29:05 +0000 (17:29 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:40 +0000 (19:29 +0100)
configure.ac
docs/plugins/inspect/plugin-gstsiren.xml [new file with mode: 0644]

index 3c0deea..14b35fb 100644 (file)
@@ -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 (file)
index 0000000..c7b4239
--- /dev/null
@@ -0,0 +1,55 @@
+<plugin>
+  <name>gstsiren</name>
+  <description>Siren encoder/decoder/payloader/depayloader plugins</description>
+  <filename>../../gst/siren/.libs/libgstsiren.so</filename>
+  <basename>libgstsiren.so</basename>
+  <version>0.10.10.1</version>
+  <license>LGPL</license>
+  <source>gst-plugins-bad</source>
+  <package>GStreamer Bad Plug-ins CVS/prerelease</package>
+  <origin>Unknown package origin</origin>
+  <elements>
+    <element>
+      <name>sirendec</name>
+      <longname>Siren Decoder element</longname>
+      <class>Codec/Decoder/Audio </class>
+      <description>Decode streams encoded with the Siren7 codec into 16bit PCM</description>
+      <author>Youness Alaoui &lt;kakaroto@kakaroto.homelinux.net&gt;</author>
+      <pads>
+        <caps>
+          <name>sink</name>
+          <direction>sink</direction>
+          <presence>always</presence>
+          <details>audio/x-siren, dct-length=(int)320</details>
+        </caps>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, rate=(int)16000, channels=(int)1</details>
+        </caps>
+      </pads>
+    </element>
+    <element>
+      <name>sirenenc</name>
+      <longname>Siren Encoder element</longname>
+      <class>Codec/Encoder/Audio </class>
+      <description>Encode 16bit PCM streams into the Siren7 codec</description>
+      <author>Youness Alaoui &lt;kakaroto@kakaroto.homelinux.net&gt;</author>
+      <pads>
+        <caps>
+          <name>sink</name>
+          <direction>sink</direction>
+          <presence>always</presence>
+          <details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, rate=(int)16000, channels=(int)1</details>
+        </caps>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>audio/x-siren, dct-length=(int)320</details>
+        </caps>
+      </pads>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file