mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
Moved siren from gst-p-farsight to -bad
This commit is contained in:
parent
ce558ab988
commit
b1efc2f9aa
2 changed files with 57 additions and 0 deletions
|
@ -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
|
||||
|
|
55
docs/plugins/inspect/plugin-gstsiren.xml
Normal file
55
docs/plugins/inspect/plugin-gstsiren.xml
Normal file
|
@ -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 <kakaroto@kakaroto.homelinux.net></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 <kakaroto@kakaroto.homelinux.net></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>
|
Loading…
Reference in a new issue