mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 0.11.90
This commit is contained in:
parent
2ba59831c0
commit
1ab0174c40
51 changed files with 2100 additions and 135 deletions
6
NEWS
6
NEWS
|
@ -1,4 +1,8 @@
|
||||||
This is GStreamer Bad Plug-ins 0.11.2, "Crossthreaded"
|
This is GStreamer Bad Plug-ins 0.11.90 "Where the good and the bad and the worst and the best have gone to their eternal rest"
|
||||||
|
|
||||||
|
New in 0.11.90:
|
||||||
|
|
||||||
|
* Lots of bugfixes, cleanup and other improvements
|
||||||
|
|
||||||
New in 0.11.2:
|
New in 0.11.2:
|
||||||
|
|
||||||
|
|
39
RELEASE
39
RELEASE
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
Release notes for GStreamer Bad Plug-ins 0.11.2 "Crossthreaded"
|
Release notes for GStreamer Bad Plug-ins 0.11.90 "Where the good and the bad and the worst and the best have gone to their eternal rest"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is proud to announce a new release
|
The GStreamer team is proud to announce a new release
|
||||||
in the 0.11.x unstable series of the
|
in the 0.11.x unstable series of the
|
||||||
GStreamer Bad Plug-ins.
|
GStreamer Ugly Plug-ins.
|
||||||
|
|
||||||
|
|
||||||
The 0.11.x series is an unstable series targeted at developers and will
|
The 0.11.x series is an unstable series targeted at developers and will
|
||||||
|
@ -15,9 +15,6 @@ It is, however, parallel installable with the 0.10.x series.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"That an accusation?"
|
|
||||||
|
|
||||||
|
|
||||||
No perfectly groomed moustache or any amount of fine clothing is going to
|
No perfectly groomed moustache or any amount of fine clothing is going to
|
||||||
cover up the truth - these plug-ins are Bad with a capital B.
|
cover up the truth - these plug-ins are Bad with a capital B.
|
||||||
They look fine on the outside, and might even appear to get the job done, but
|
They look fine on the outside, and might even appear to get the job done, but
|
||||||
|
@ -61,26 +58,9 @@ contains a set of well-supported plug-ins, but might pose problems for
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Many cleanups
|
* Lots of bugfixes, cleanup and other improvements
|
||||||
* Ported to new 0.11 core API changes
|
There were no bugs fixed in this release
|
||||||
* schro: Ported to 0.11
|
|
||||||
* qtkitvideosrc: Ported to 0.11
|
|
||||||
* vtdec: Ported to 0.11
|
|
||||||
* celt: Ported to 0.11
|
|
||||||
* removesilence: Ported to 0.11
|
|
||||||
* bz2: Ported to 0.11
|
|
||||||
* segmentclip: Ported to 0.11
|
|
||||||
* smooth: Ported to 0.11
|
|
||||||
* scaletempo: Ported to 0.11
|
|
||||||
* rawparse: Ported to 0.11
|
|
||||||
* shm: Ported to 0.11
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
|
||||||
|
|
||||||
* 658438 : [0.11][h263parse] Make h263 profiles/levels string fields in the caps
|
|
||||||
* 662618 : [gst-plugins-bad]compiler warnings due to printf format mismatch
|
|
||||||
* 665355 : [basevideodecoder] deletes frame but keeps it in list
|
|
||||||
* 670367 : Build failures for gst-plugins-bad
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -110,14 +90,13 @@ Applications
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Alessandro Decina
|
* Alessandro Decina
|
||||||
* Christian Fredrik Kalager Schaller
|
* Andoni Morales Alastruey
|
||||||
* David Schleef
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
* Matej Knopp
|
* Olivier Crête
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Sreerenj Balachandran
|
* Stefan Sauer
|
||||||
* Thibault Saunier
|
* Thibault Saunier
|
||||||
* Tim-Philipp Müller
|
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
|
* uraeus
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.60)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer Bad Plug-ins, 0.11.89.1,
|
AC_INIT(GStreamer Bad Plug-ins, 0.11.90,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-bad)
|
gst-plugins-bad)
|
||||||
|
|
||||||
|
@ -61,8 +61,8 @@ AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.11.3
|
GST_REQ=0.11.90
|
||||||
GSTPB_REQ=0.11.3
|
GSTPB_REQ=0.11.90
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -46315,12 +46315,12 @@
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstShmSink::buffer-time</NAME>
|
<NAME>GstShmSink::buffer-time</NAME>
|
||||||
<TYPE>guint64</TYPE>
|
<TYPE>gint64</TYPE>
|
||||||
<RANGE></RANGE>
|
<RANGE>>= G_MAXULONG</RANGE>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Buffer Time of the shm buffer</NICK>
|
<NICK>Buffer Time of the shm buffer</NICK>
|
||||||
<BLURB>Maximum Size of the shm buffer in nanoseconds (-1 to disable).</BLURB>
|
<BLURB>Maximum Size of the shm buffer in nanoseconds (-1 to disable).</BLURB>
|
||||||
<DEFAULT>18446744073709551615</DEFAULT>
|
<DEFAULT>-1</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -46328,8 +46328,8 @@
|
||||||
<TYPE>gchar*</TYPE>
|
<TYPE>gchar*</TYPE>
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>File Location</NICK>
|
<NICK>RTMP Location</NICK>
|
||||||
<BLURB>Location of the file to read.</BLURB>
|
<BLURB>Location of the RTMP url to read.</BLURB>
|
||||||
<DEFAULT>NULL</DEFAULT>
|
<DEFAULT>NULL</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
@ -57808,8 +57808,8 @@
|
||||||
<TYPE>gchar*</TYPE>
|
<TYPE>gchar*</TYPE>
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>File Location</NICK>
|
<NICK>RTMP Location</NICK>
|
||||||
<BLURB>Location of the file to read.</BLURB>
|
<BLURB>RTMP url.</BLURB>
|
||||||
<DEFAULT>NULL</DEFAULT>
|
<DEFAULT>NULL</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
@ -57933,3 +57933,23 @@
|
||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstVoAmrWbEnc::band-mode</NAME>
|
||||||
|
<TYPE>GstVoAmrWbEncBandMode</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Band Mode</NICK>
|
||||||
|
<BLURB>Encoding Band Mode (Kbps).</BLURB>
|
||||||
|
<DEFAULT>MR660</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstVoAacEnc::bitrate</NAME>
|
||||||
|
<TYPE>gint</TYPE>
|
||||||
|
<RANGE>>= 0</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Bitrate</NICK>
|
||||||
|
<BLURB>Target Audio Bitrate.</BLURB>
|
||||||
|
<DEFAULT>128000</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,8 @@ GObject
|
||||||
GstCeltEnc
|
GstCeltEnc
|
||||||
GstFaac
|
GstFaac
|
||||||
GstGSMEnc
|
GstGSMEnc
|
||||||
|
GstVoAacEnc
|
||||||
|
GstVoAmrWbEnc
|
||||||
GstBaseAudioVisualizer
|
GstBaseAudioVisualizer
|
||||||
GstSpaceScope
|
GstSpaceScope
|
||||||
GstSpectraScope
|
GstSpectraScope
|
||||||
|
@ -32,12 +34,15 @@ GObject
|
||||||
GstMpegvParse
|
GstMpegvParse
|
||||||
GstBaseSink
|
GstBaseSink
|
||||||
GstChecksumSink
|
GstChecksumSink
|
||||||
|
GstRTMPSink
|
||||||
GstShmSink
|
GstShmSink
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
GstDTMFSrc
|
GstDTMFSrc
|
||||||
GstDataURISrc
|
GstDataURISrc
|
||||||
|
GstFliteTestSrc
|
||||||
GstPushSrc
|
GstPushSrc
|
||||||
GstMMS
|
GstMMS
|
||||||
|
GstRTMPSrc
|
||||||
GstShmSrc
|
GstShmSrc
|
||||||
GstRTPDTMFSrc
|
GstRTPDTMFSrc
|
||||||
GstBaseTransform
|
GstBaseTransform
|
||||||
|
@ -49,6 +54,7 @@ GObject
|
||||||
GstScaletempo
|
GstScaletempo
|
||||||
GstVideoFilter
|
GstVideoFilter
|
||||||
GstSmooth
|
GstSmooth
|
||||||
|
GstZBar
|
||||||
GstBaseVideoCodec
|
GstBaseVideoCodec
|
||||||
GstBaseVideoDecoder
|
GstBaseVideoDecoder
|
||||||
GstSchroDec
|
GstSchroDec
|
||||||
|
@ -72,10 +78,9 @@ GObject
|
||||||
GstCompare
|
GstCompare
|
||||||
GstDVBSubOverlay
|
GstDVBSubOverlay
|
||||||
GstDVDSpu
|
GstDVDSpu
|
||||||
|
GstGmeDec
|
||||||
GstModPlug
|
GstModPlug
|
||||||
GstMpeg2enc
|
|
||||||
GstMpegPSDemux
|
GstMpegPSDemux
|
||||||
GstMplex
|
|
||||||
GstPcapParse
|
GstPcapParse
|
||||||
GstRTPBaseDepayload
|
GstRTPBaseDepayload
|
||||||
GstRtpDTMFDepay
|
GstRtpDTMFDepay
|
||||||
|
@ -91,9 +96,6 @@ GObject
|
||||||
GstAudioSegmentClip
|
GstAudioSegmentClip
|
||||||
GstVideoSegmentClip
|
GstVideoSegmentClip
|
||||||
GstY4mDec
|
GstY4mDec
|
||||||
MpegTSBase
|
|
||||||
GstTSDemux
|
|
||||||
MpegTSParse2
|
|
||||||
GstPad
|
GstPad
|
||||||
GstPadTemplate
|
GstPadTemplate
|
||||||
GstPlugin
|
GstPlugin
|
||||||
|
|
|
@ -46,6 +46,8 @@ GstVCDSrc GstURIHandler
|
||||||
GstVP8Enc GstPreset GstTagSetter
|
GstVP8Enc GstPreset GstTagSetter
|
||||||
GstVP8Enc GstTagSetter GstPreset
|
GstVP8Enc GstTagSetter GstPreset
|
||||||
GstViewfinderBin GstChildProxy
|
GstViewfinderBin GstChildProxy
|
||||||
|
GstVoAacEnc GstPreset
|
||||||
|
GstVoAmrWbEnc GstPreset
|
||||||
GstWrapperCameraBinSrc GstChildProxy
|
GstWrapperCameraBinSrc GstChildProxy
|
||||||
GstXvidEnc GstPreset
|
GstXvidEnc GstPreset
|
||||||
RsnDvdBin GstChildProxy GstURIHandler
|
RsnDvdBin GstChildProxy GstURIHandler
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
GstChildProxy GObject
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
GstColorBalance GstImplementsInterface GstElement
|
GstColorBalance GstImplementsInterface GstElement
|
||||||
GstImplementsInterface GstElement
|
GstImplementsInterface GstElement
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ADPCM decoder</description>
|
<description>ADPCM decoder</description>
|
||||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||||
<basename>libgstadpcmdec.so</basename>
|
<basename>libgstadpcmdec.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ADPCM encoder</description>
|
<description>ADPCM encoder</description>
|
||||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||||
<basename>libgstadpcmenc.so</basename>
|
<basename>libgstadpcmenc.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ASS/SSA subtitle renderer</description>
|
<description>ASS/SSA subtitle renderer</description>
|
||||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||||
<basename>libgstassrender.so</basename>
|
<basename>libgstassrender.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Creates video visualizations of audio input</description>
|
<description>Creates video visualizations of audio input</description>
|
||||||
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
||||||
<basename>libgstaudiovisualizers.so</basename>
|
<basename>libgstaudiovisualizers.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Selects convertor element based on caps</description>
|
<description>Selects convertor element based on caps</description>
|
||||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||||
<basename>libgstautoconvert.so</basename>
|
<basename>libgstautoconvert.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Elements to convert Bayer images</description>
|
<description>Elements to convert Bayer images</description>
|
||||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||||
<basename>libgstbayer.so</basename>
|
<basename>libgstbayer.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Compress or decompress streams</description>
|
<description>Compress or decompress streams</description>
|
||||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||||
<basename>libgstbz2.so</basename>
|
<basename>libgstbz2.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>camerabin2</description>
|
<description>camerabin2</description>
|
||||||
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
||||||
<basename>libgstcamerabin2.so</basename>
|
<basename>libgstcamerabin2.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>CELT plugin library</description>
|
<description>CELT plugin library</description>
|
||||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||||
<basename>libgstcelt.so</basename>
|
<basename>libgstcelt.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>data: URI source</description>
|
<description>data: URI source</description>
|
||||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||||
<basename>libgstdataurisrc.so</basename>
|
<basename>libgstdataurisrc.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Collection of elements that may or may not be useful for debugging</description>
|
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||||
<basename>libgstdebugutilsbad.so</basename>
|
<basename>libgstdebugutilsbad.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>DTMF plugins</description>
|
<description>DTMF plugins</description>
|
||||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||||
<basename>libgstdtmf.so</basename>
|
<basename>libgstdtmf.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Decodes DTS audio streams</description>
|
<description>Decodes DTS audio streams</description>
|
||||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||||
<basename>libgstdtsdec.so</basename>
|
<basename>libgstdtsdec.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>DVB subtitle renderer</description>
|
<description>DVB subtitle renderer</description>
|
||||||
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
||||||
<basename>libgstdvbsuboverlay.so</basename>
|
<basename>libgstdvbsuboverlay.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>DVD Sub-picture Overlay element</description>
|
<description>DVD Sub-picture Overlay element</description>
|
||||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||||
<basename>libgstdvdspu.so</basename>
|
<basename>libgstdvdspu.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Free AAC Encoder (FAAC)</description>
|
<description>Free AAC Encoder (FAAC)</description>
|
||||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||||
<basename>libgstfaac.so</basename>
|
<basename>libgstfaac.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Free AAC Decoder (FAAD)</description>
|
<description>Free AAC Decoder (FAAD)</description>
|
||||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||||
<basename>libgstfaad.so</basename>
|
<basename>libgstfaad.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Flite speech synthesizer plugin</description>
|
<description>Flite speech synthesizer plugin</description>
|
||||||
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
||||||
<basename>libgstflite.so</basename>
|
<basename>libgstflite.so</basename>
|
||||||
<version>0.10.22.1</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)48000, channels=(int)[ 1, 8 ]</details>
|
<details>audio/x-raw, format=(string)s16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)[ 1, 8 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GME Audio Decoder</description>
|
<description>GME Audio Decoder</description>
|
||||||
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
||||||
<basename>libgstgme.so</basename>
|
<basename>libgstgme.so</basename>
|
||||||
<version>0.10.22.1</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)32000, channels=(int)2</details>
|
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)32000, channels=(int)2</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GSM encoder/decoder</description>
|
<description>GSM encoder/decoder</description>
|
||||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||||
<basename>libgstgsm.so</basename>
|
<basename>libgstgsm.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||||
<basename>libgstmms.so</basename>
|
<basename>libgstmms.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>.MOD audio decoding</description>
|
<description>.MOD audio decoding</description>
|
||||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||||
<basename>libgstmodplug.so</basename>
|
<basename>libgstmodplug.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>MPEG demuxers</description>
|
<description>MPEG demuxers</description>
|
||||||
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
||||||
<basename>libgstmpegdemux.so</basename>
|
<basename>libgstmpegdemux.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Element parsing raw pcap streams</description>
|
<description>Element parsing raw pcap streams</description>
|
||||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||||
<basename>libgstpcapparse.so</basename>
|
<basename>libgstpcapparse.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Parses byte streams into raw frames</description>
|
<description>Parses byte streams into raw frames</description>
|
||||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||||
<basename>libgstrawparse.so</basename>
|
<basename>libgstrawparse.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Removes silence from an audio stream</description>
|
<description>Removes silence from an audio stream</description>
|
||||||
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
||||||
<basename>libgstremovesilence.so</basename>
|
<basename>libgstremovesilence.so</basename>
|
||||||
<version>0.10.23.1</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -21,13 +21,13 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details>
|
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)1</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details>
|
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)1</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>RTMP source and sink</description>
|
<description>RTMP source and sink</description>
|
||||||
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
||||||
<basename>libgstrtmp.so</basename>
|
<basename>libgstrtmp.so</basename>
|
||||||
<version>0.10.23.1</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>RTP Muxer plugins</description>
|
<description>RTP Muxer plugins</description>
|
||||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||||
<basename>libgstrtpmux.so</basename>
|
<basename>libgstrtpmux.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>rtpvp8</description>
|
<description>rtpvp8</description>
|
||||||
<filename>../../gst/rtpvp8/.libs/libgstrtpvp8.so</filename>
|
<filename>../../gst/rtpvp8/.libs/libgstrtpvp8.so</filename>
|
||||||
<basename>libgstrtpvp8.so</basename>
|
<basename>libgstrtpvp8.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Scale audio tempo in sync with playback rate</description>
|
<description>Scale audio tempo in sync with playback rate</description>
|
||||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||||
<basename>libgstscaletempoplugin.so</basename>
|
<basename>libgstscaletempoplugin.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Schroedinger plugin</description>
|
<description>Schroedinger plugin</description>
|
||||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||||
<basename>libgstschro.so</basename>
|
<basename>libgstschro.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, ARGB }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, Y42B, Y444, v216, v210, AY64, ARGB }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, ARGB }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ I420, YV12, YUY2, UYVY, AYUV, Y42B, Y444, v216, v210, AY64, ARGB }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>configure streaming sessions using SDP</description>
|
<description>configure streaming sessions using SDP</description>
|
||||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||||
<basename>libgstsdpelem.so</basename>
|
<basename>libgstsdpelem.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Segment clip elements</description>
|
<description>Segment clip elements</description>
|
||||||
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
||||||
<basename>libgstsegmentclip.so</basename>
|
<basename>libgstsegmentclip.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>shared memory sink source</description>
|
<description>shared memory sink source</description>
|
||||||
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
||||||
<basename>libgstshm.so</basename>
|
<basename>libgstshm.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
<name>shmsrc</name>
|
<name>shmsrc</name>
|
||||||
<longname>Shared Memory Source</longname>
|
<longname>Shared Memory Source</longname>
|
||||||
<class>Source</class>
|
<class>Source</class>
|
||||||
<description>Receive data from the sharem memory sink</description>
|
<description>Receive data from the shared memory sink</description>
|
||||||
<author>Olivier Crete <olivier.crete@collabora.co.uk></author>
|
<author>Olivier Crete <olivier.crete@collabora.co.uk></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Apply a smooth filter to an image</description>
|
<description>Apply a smooth filter to an image</description>
|
||||||
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
||||||
<basename>libgstsmooth.so</basename>
|
<basename>libgstsmooth.so</basename>
|
||||||
<version>0.10.23.1</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -20,13 +20,13 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>videoparsers</description>
|
<description>videoparsers</description>
|
||||||
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
||||||
<basename>libgstvideoparsersbad.so</basename>
|
<basename>libgstvideoparsersbad.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>AAC audio encoder</description>
|
<description>AAC audio encoder</description>
|
||||||
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
||||||
<basename>libgstvoaacenc.so</basename>
|
<basename>libgstvoaacenc.so</basename>
|
||||||
<version>0.10.21.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -20,13 +20,13 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ]</details>
|
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000 }, channels=(int)[ 1, 2 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/mpeg, mpegversion=(int)4, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ], stream-format=(string){ adts, raw }</details>
|
<details>audio/mpeg, mpegversion=(int)4, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000 }, channels=(int)[ 1, 2 ], stream-format=(string){ adts, raw }, base-profile=(string)lc</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>VP8 plugin</description>
|
<description>VP8 plugin</description>
|
||||||
<filename>../../ext/vp8/.libs/libgstvp8.so</filename>
|
<filename>../../ext/vp8/.libs/libgstvp8.so</filename>
|
||||||
<basename>libgstvp8.so</basename>
|
<basename>libgstvp8.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Demuxes/decodes YUV4MPEG streams</description>
|
<description>Demuxes/decodes YUV4MPEG streams</description>
|
||||||
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
||||||
<basename>libgsty4mdec.so</basename>
|
<basename>libgsty4mdec.so</basename>
|
||||||
<version>0.11.2</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins</package>
|
<package>GStreamer Bad Plug-ins</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>zbar barcode scanner</description>
|
<description>zbar barcode scanner</description>
|
||||||
<filename>../../ext/zbar/.libs/libgstzbar.so</filename>
|
<filename>../../ext/zbar/.libs/libgstzbar.so</filename>
|
||||||
<basename>libgstzbar.so</basename>
|
<basename>libgstzbar.so</basename>
|
||||||
<version>0.10.22.1</version>
|
<version>0.11.90</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins git</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -20,13 +20,13 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw-yuv, format=(fourcc){ Y800, I420, YV12, NV12, NV21, Y41B, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ Y800, I420, YV12, NV12, NV21, Y41B, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw-yuv, format=(fourcc){ Y800, I420, YV12, NV12, NV21, Y41B, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-raw, format=(string){ Y800, I420, YV12, NV12, NV21, Y41B, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -33,6 +33,17 @@ real live maintainer, or some actual wide use.
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.11.90</revision>
|
||||||
|
<branch>0.11</branch>
|
||||||
|
<name>Where the good and the bad and the worst and the best have gone to their eternal rest</name>
|
||||||
|
<created>2012-04-12</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.11.90.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.11.90.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.11.2</revision>
|
<revision>0.11.2</revision>
|
||||||
|
|
|
@ -310,7 +310,7 @@ gst_bayer_horiz_upsample_unaligned (guint8 * ORC_RESTRICT d1,
|
||||||
guint8 * ORC_RESTRICT d2, const guint8 * ORC_RESTRICT s1, int n)
|
guint8 * ORC_RESTRICT d2, const guint8 * ORC_RESTRICT s1, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
@ -535,7 +535,7 @@ gst_bayer_horiz_upsample (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
|
||||||
const guint8 * ORC_RESTRICT s1, int n)
|
const guint8 * ORC_RESTRICT s1, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
@ -854,7 +854,7 @@ gst_bayer_merge_bg_bgra (guint8 * ORC_RESTRICT d1,
|
||||||
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
@ -1181,7 +1181,7 @@ gst_bayer_merge_gr_bgra (guint8 * ORC_RESTRICT d1,
|
||||||
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
@ -1508,7 +1508,7 @@ gst_bayer_merge_bg_abgr (guint8 * ORC_RESTRICT d1,
|
||||||
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
@ -1835,7 +1835,7 @@ gst_bayer_merge_gr_abgr (guint8 * ORC_RESTRICT d1,
|
||||||
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
@ -2162,7 +2162,7 @@ gst_bayer_merge_bg_rgba (guint8 * ORC_RESTRICT d1,
|
||||||
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
@ -2489,7 +2489,7 @@ gst_bayer_merge_gr_rgba (guint8 * ORC_RESTRICT d1,
|
||||||
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
@ -2816,7 +2816,7 @@ gst_bayer_merge_bg_argb (guint8 * ORC_RESTRICT d1,
|
||||||
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
@ -3143,7 +3143,7 @@ gst_bayer_merge_gr_argb (guint8 * ORC_RESTRICT d1,
|
||||||
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
const guint8 * ORC_RESTRICT s5, const guint8 * ORC_RESTRICT s6, int n)
|
||||||
{
|
{
|
||||||
OrcExecutor _ex, *ex = &_ex;
|
OrcExecutor _ex, *ex = &_ex;
|
||||||
static int p_inited = 0;
|
static volatile int p_inited = 0;
|
||||||
static OrcProgram *p = 0;
|
static OrcProgram *p = 0;
|
||||||
void (*func) (OrcExecutor *);
|
void (*func) (OrcExecutor *);
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* package name in plugins */
|
||||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
|
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
|
||||||
|
|
||||||
/* package origin */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
#undef USE_POISONING
|
#undef USE_POISONING
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.11.89.1"
|
#define VERSION "0.11.90"
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|
Loading…
Reference in a new issue