mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
Release 0.10.11
This commit is contained in:
parent
af4818637d
commit
30e5da107b
93 changed files with 29347 additions and 23826 deletions
46
NEWS
46
NEWS
|
@ -1,4 +1,48 @@
|
|||
This is GStreamer Bad Plug-ins 0.10.9, "Keep Them Dogies Rollin"
|
||||
This is GStreamer Bad Plug-ins 0.10.10, "A precious stone"
|
||||
|
||||
Changes since 0.10.10:
|
||||
|
||||
* Add ASS/SSA subtitle handling element assrender
|
||||
* Leak fixes in the QuickTime decoder wrapper
|
||||
* Better DirectShow output on Windows
|
||||
* Extend QT muxing support to include AMR and H.263
|
||||
* mms seeking support
|
||||
* Extended MXF file format handling
|
||||
* camerabin and photography API for digital camera interfacing
|
||||
* Merge elements from Farsight: liveadder, sirendec, sirenenc, valve,
|
||||
rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert,
|
||||
mimdec, mimenc
|
||||
* typefinder based on xdgmime
|
||||
|
||||
Bugs fixed since 0.10.10:
|
||||
|
||||
* 573369 : [gstfaad] Memory corruption and segfault
|
||||
* 568704 : Metadatamux: unable to configure byte order for EXIF
|
||||
* 354908 : videoflipping interface for v4l2src
|
||||
* 369912 : missing inclusion in rpm spec file
|
||||
* 469930 : [mmssrc] seeking support PATCH
|
||||
* 481075 : Full support for ASS/SSA subtitles
|
||||
* 549645 : merge useful elements from gst-plugins-farsight into core
|
||||
* 567003 : [ladspa] improve plugin scanning
|
||||
* 567371 : [mpegtsparse] memory leak in mpegtspacketizer
|
||||
* 567828 : rtpmanager and RTCP BYE packet
|
||||
* 567965 : [flvdemux] add support for ECMA arrays in script tags
|
||||
* 568480 : gst-plugins-bad dccp plugin won't compile on Soalris
|
||||
* 568483 : Problems linking gst-plugins-bad
|
||||
* 568837 : RFE: allow building against the system modplug library
|
||||
* 569323 : [qtmux] should support audio/AMR sink
|
||||
* 570996 : bpmdetect relibably crashes with SIGSEGV on particular file
|
||||
* 571560 : gstdshowaudio decoder doesn't compile.
|
||||
* 572315 : Compiling camerabin on Windows with Visual Studio
|
||||
* 572900 : gstrtpsession should not forward recv side event to the s...
|
||||
* 573288 : [mpegtsdemux] memory leak when pusi is missed due to pack...
|
||||
* 573391 : [videoanalyse] Wrong brightness calculation
|
||||
* 575157 : xdgmime typefinder: make more conservative
|
||||
* 575565 : [mxf] mxf plugin uses symbols not in glib 2.6 (minimum gl...
|
||||
* 564114 : [PATCH] fbdev: fix depth calculation
|
||||
* 573850 : Use Glib's byte order in gstgsmdec
|
||||
* 573851 : Use glib integer types in gstfaad
|
||||
* 172043 : [mpegpsdemux] wrong video length on mpeg file
|
||||
|
||||
Changes since 0.10.9:
|
||||
|
||||
|
|
139
RELEASE
139
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Bad Plug-ins 0.10.10 "keep them dogies rollin"
|
||||
Release notes for GStreamer Bad Plug-ins 0.10.11 "A precious stone"
|
||||
|
||||
|
||||
|
||||
|
@ -60,67 +60,45 @@ contains a set of well-supported plug-ins, but might pose problems for
|
|||
|
||||
Features of this release
|
||||
|
||||
* Require gettext 0.17
|
||||
* ACM mp3 decoder element for win32
|
||||
* New MXF demuxer added
|
||||
* JPEG-2000 encoder - jp2enc added
|
||||
* RTP support
|
||||
* Fixes for RTP support
|
||||
* Add parsers for AAC and AMR
|
||||
* Move libgstapp and elements to -base
|
||||
* Add Quicktime muxer element qtmux
|
||||
* Enhance RFB capture
|
||||
* Improve MPEG-TS and MPEG-PS demuxing
|
||||
* Don't install static libs for plugins
|
||||
* Introduce audioringbuffer element
|
||||
* Improve DVD playback of ResinDVD components
|
||||
* Move old audioresample from -base as legacyaudioresample
|
||||
* Improve speexresampler, and then move it to -base
|
||||
* Improve FLV demuxing and parsing
|
||||
* Various DVB input fixes
|
||||
* Add support for frequency list descriptors for DVB
|
||||
* Improve MPEG-TS muxer
|
||||
* Various other bug-fixes
|
||||
* Add ASS/SSA subtitle handling element assrender
|
||||
* Leak fixes in the QuickTime decoder wrapper
|
||||
* Better DirectShow output on Windows
|
||||
* Extend QT muxing support to include AMR and H.263
|
||||
* mms seeking support
|
||||
* Extended MXF file format handling
|
||||
* camerabin and photography API for digital camera interfacing
|
||||
* Merge elements from Farsight: liveadder, sirendec, sirenenc, valve, rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert, mimdec, mimenc
|
||||
* typefinder based on xdgmime
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 127574 : replaygain support
|
||||
* 480543 : [spc] crashes when not given any input data
|
||||
* 546319 : [resindvd] Stuck on first menu (language selection)
|
||||
* 549222 : Totem using resindvd element as DVD navigation module doe...
|
||||
* 550280 : Move qtmux to gst-plugins-bad
|
||||
* 550454 : FLV demuxer screws up in Pitivi
|
||||
* 550613 : [mpegtsmux] Add support for ac3/dts/lpcm
|
||||
* 553823 : CodeStyle improvements and minor fixes to the DCCP plugin.
|
||||
* 555238 : Recent changes in x264 breaks compilation of x264 plugin.
|
||||
* 557161 : Wrong time displayed and no seeking with MPEG PS cut from...
|
||||
* 557763 : [mpegtsmux] DeadlockEOS due to interleaving mechanism
|
||||
* 557814 : [mpegdemux] frequency list descriptor support
|
||||
* 558639 : cross-configuring interrupts due to a failing check for " ...
|
||||
* 560841 : Provide access to packet loss
|
||||
* 561992 : debug format warning during compilation of resindvdsrc.c ...
|
||||
* 562312 : Lip-sync generates wrong `ts-offset' in GstRtpBin
|
||||
* 562319 : [rtpsession] memory corruption
|
||||
* 562802 : [appsrc] lockup in pad_push() if previous flow was wrong-...
|
||||
* 563006 : mxf mpeg422 file stops playing
|
||||
* 563147 : input-selector doesn't notify of active-pad changing when...
|
||||
* 564232 : Dual Licensing qtmux
|
||||
* 565439 : Make pcapparse compile with (mingw32) gcc
|
||||
* 565509 : rtpsource on receiver side can't get clock-rate for h264,...
|
||||
* 565614 : [mpegtsdemux] Fix memory leak
|
||||
* 565910 : allow forcing the ssrc on a rtpsession
|
||||
* 566356 : [dvbbasebin] Couple of memleaks
|
||||
* 566613 : bayer2rgb calculates wrong color offset
|
||||
* 566878 : [ladspa] Add dependencies for ladspa modules
|
||||
* 566957 : Add time based seeking to ResinDVD
|
||||
* 566958 : fix dirac support in qtmux/mp4mux
|
||||
* 566959 : Fix duration query on mpegtsdemux
|
||||
* 508029 : [speexresample] pops/glitches in some cases
|
||||
* 558416 : [PATCH] realvideodec: use pixel aspect ratio of container
|
||||
* 564482 : [appsrc] semantics of push-buffer signal awkward for bind...
|
||||
* 565319 : rtpjitterbuffer: bursty reception can cause time to be re...
|
||||
* 565613 : [mpegtsdemux] Add scrambled field to service structure
|
||||
* 567004 : ladspa plugin crashes on Solaris
|
||||
* 573369 : [gstfaad] Memory corruption and segfault
|
||||
* 568704 : Metadatamux: unable to configure byte order for EXIF
|
||||
* 354908 : videoflipping interface for v4l2src
|
||||
* 369912 : missing inclusion in rpm spec file
|
||||
* 469930 : [mmssrc] seeking support PATCH
|
||||
* 481075 : Full support for ASS/SSA subtitles
|
||||
* 549645 : merge useful elements from gst-plugins-farsight into core
|
||||
* 567003 : [ladspa] improve plugin scanning
|
||||
* 567371 : [mpegtsparse] memory leak in mpegtspacketizer
|
||||
* 567828 : rtpmanager and RTCP BYE packet
|
||||
* 567965 : [flvdemux] add support for ECMA arrays in script tags
|
||||
* 568480 : gst-plugins-bad dccp plugin won't compile on Soalris
|
||||
* 568483 : Problems linking gst-plugins-bad
|
||||
* 568837 : RFE: allow building against the system modplug library
|
||||
* 569323 : [qtmux] should support audio/AMR sink
|
||||
* 570996 : bpmdetect relibably crashes with SIGSEGV on particular file
|
||||
* 571560 : gstdshowaudio decoder doesn't compile.
|
||||
* 572315 : Compiling camerabin on Windows with Visual Studio
|
||||
* 572900 : gstrtpsession should not forward recv side event to the s...
|
||||
* 573288 : [mpegtsdemux] memory leak when pusi is missed due to pack...
|
||||
* 573391 : [videoanalyse] Wrong brightness calculation
|
||||
* 575157 : xdgmime typefinder: make more conservative
|
||||
* 575565 : [mxf] mxf plugin uses symbols not in glib 2.6 (minimum gl...
|
||||
* 564114 : [PATCH] fbdev: fix depth calculation
|
||||
* 573850 : Use Glib's byte order in gstgsmdec
|
||||
* 573851 : Use glib integer types in gstfaad
|
||||
* 172043 : [mpegpsdemux] wrong video length on mpeg file
|
||||
|
||||
Download
|
||||
|
||||
|
@ -139,8 +117,7 @@ http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
|
|||
|
||||
Developers
|
||||
|
||||
CVS is hosted on cvs.freedesktop.org.
|
||||
All code is in CVS and can be checked out from there.
|
||||
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
|
||||
Interested developers of the core library, plug-ins, and applications should
|
||||
subscribe to the gstreamer-devel list. If there is sufficient interest we
|
||||
will create more lists as necessary.
|
||||
|
@ -150,36 +127,46 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Arnout Vandecappelle
|
||||
* Andoni Morales
|
||||
* Andrzej Polatyński
|
||||
* Andy Wingo
|
||||
* Benjamin Schmitz
|
||||
* Brian Cameron
|
||||
* Christian Schaller
|
||||
* Cygwin Ports maintainer
|
||||
* Damien Lespiau
|
||||
* David Härdeman
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Hans de Goede
|
||||
* Håvard Graff
|
||||
* Jan Schmidt
|
||||
* Jonathan Matthew
|
||||
* Jan Urbanski
|
||||
* Josep Torra
|
||||
* Julien Moutte
|
||||
* Leandro Melo de Sales
|
||||
* Luotao Fu
|
||||
* LRN
|
||||
* Lasse Laukkanen
|
||||
* Laurent Glayal
|
||||
* Mark Nauwelaerts
|
||||
* Michael Smith
|
||||
* Nokia Corporation
|
||||
* Olivier Crete
|
||||
* Robin Stocker
|
||||
* Sascha Hauer
|
||||
* Olivier Crête
|
||||
* Peter Kjellerstedt
|
||||
* Philipe Kalaf
|
||||
* Philippe Khalaf
|
||||
* René Stadler
|
||||
* Sebastian Dröge
|
||||
* Sebastian Pölsterl
|
||||
* Simon McVittie
|
||||
* Sjoerd Simons
|
||||
* Stefan Kost
|
||||
* Tal Shalif
|
||||
* Thiago Sousa Santos
|
||||
* Thijs Vermeir
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
* Zaheer Abbas Merali
|
||||
* Youness Alaoui
|
||||
* Zaheer Merali
|
||||
* Zeeshan Ali
|
||||
* philippe.kalaf@collabora.co.uk
|
||||
* sjoerd@luon.net
|
||||
* vanista
|
||||
* 이문형
|
||||
* zeenix@gmail.com
|
||||
* zeeshan.ali@nokia.com
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.10.5,
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.11,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-bad)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<ARG>
|
||||
<NAME>GstPitch::pitch</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[0,1,10]</RANGE>
|
||||
<RANGE>[0.1,10]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Pitch</NICK>
|
||||
<BLURB>Audio stream pitch.</BLURB>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<ARG>
|
||||
<NAME>GstPitch::rate</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[0,1,10]</RANGE>
|
||||
<RANGE>[0.1,10]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Rate</NICK>
|
||||
<BLURB>Audio stream rate.</BLURB>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<ARG>
|
||||
<NAME>GstPitch::tempo</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[0,1,10]</RANGE>
|
||||
<RANGE>[0.1,10]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Tempo</NICK>
|
||||
<BLURB>Audio stream tempo.</BLURB>
|
||||
|
@ -1331,7 +1331,7 @@
|
|||
<ARG>
|
||||
<NAME>GstSpeed::speed</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[0,1,40]</RANGE>
|
||||
<RANGE>[0.1,40]</RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>speed</NICK>
|
||||
<BLURB>speed.</BLURB>
|
||||
|
@ -16855,7 +16855,7 @@
|
|||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Dry-Wet-Balance</NICK>
|
||||
<BLURB>Dry-Wet-Balance.</BLURB>
|
||||
<DEFAULT>0,5</DEFAULT>
|
||||
<DEFAULT>0.5</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -17115,7 +17115,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>IP-Factor</NICK>
|
||||
<BLURB>Quantizer factor between I- and P-frames.</BLURB>
|
||||
<DEFAULT>1,4</DEFAULT>
|
||||
<DEFAULT>1.4</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -17135,7 +17135,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>PB-Factor</NICK>
|
||||
<BLURB>Quantizer factor between P- and B-frames.</BLURB>
|
||||
<DEFAULT>1,3</DEFAULT>
|
||||
<DEFAULT>1.3</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -17825,7 +17825,7 @@
|
|||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Pattern sensitivity</NICK>
|
||||
<BLURB>The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest).</BLURB>
|
||||
<DEFAULT>0,3</DEFAULT>
|
||||
<DEFAULT>0.3</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -17865,7 +17865,7 @@
|
|||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Pattern center</NICK>
|
||||
<BLURB>The center of the black/white separation (0.0 = lowest, 1.0 highest).</BLURB>
|
||||
<DEFAULT>0,5</DEFAULT>
|
||||
<DEFAULT>0.5</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -18015,7 +18015,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>stereo</NICK>
|
||||
<BLURB>stereo.</BLURB>
|
||||
<DEFAULT>0,1</DEFAULT>
|
||||
<DEFAULT>0.1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -22580,13 +22580,13 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Overlap Length</NICK>
|
||||
<BLURB>Percentage of stride to overlap.</BLURB>
|
||||
<DEFAULT>0,2</DEFAULT>
|
||||
<DEFAULT>0.2</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstScaletempo::rate</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE>[-2,14748e+09,2,14748e+09]</RANGE>
|
||||
<RANGE>[-2.14748e+09,2.14748e+09]</RANGE>
|
||||
<FLAGS>r</FLAGS>
|
||||
<NICK>Playback Rate</NICK>
|
||||
<BLURB>Current playback rate.</BLURB>
|
||||
|
@ -23293,3 +23293,13 @@
|
|||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstAutoConvert::factories</NAME>
|
||||
<TYPE>gpointer</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>GList of GstElementFactory</NICK>
|
||||
<BLURB>GList of GstElementFactory objects to pick from (the element takes ownership of the list (NULL means it will go through all possible elements), can only be set once.</BLURB>
|
||||
<DEFAULT></DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -13,368 +13,149 @@ GObject
|
|||
GstCameraBin
|
||||
RsnDvdBin
|
||||
DvbBaseBin
|
||||
GstSDPDemux
|
||||
GstAutoConvert
|
||||
GstRtpBin
|
||||
GstRtpClient
|
||||
GstXvidEnc
|
||||
GstXvidDec
|
||||
GstX264Enc
|
||||
GstTwoLame
|
||||
GstWildmidi
|
||||
GstTimidity
|
||||
GstSpcDec
|
||||
GstPitch
|
||||
GstBaseTransform
|
||||
GstAudioFilter
|
||||
GstBPMDetect
|
||||
GstStereo
|
||||
GstVideoFilter
|
||||
GstVideoAnalyse
|
||||
GstVideoDetect
|
||||
GstVideoMark
|
||||
GstScaletempo
|
||||
GstDeinterlace
|
||||
GstBayer2RGB
|
||||
GstAudioresample
|
||||
GstBaseSink
|
||||
GstSFSink
|
||||
GstVideoSink
|
||||
GstSDLVideoSink
|
||||
GstBaseAudioSink
|
||||
GstAudioSink
|
||||
GstSDLAudioSink
|
||||
GstNasSink
|
||||
GstApExSink
|
||||
GstOss4Sink
|
||||
GstJackAudioSink
|
||||
AlsaSPDIFSink
|
||||
GstFBDEVSink
|
||||
GstDCCPServerSink
|
||||
GstDCCPClientSink
|
||||
GstSDPDemux
|
||||
GstBz2enc
|
||||
GstBz2dec
|
||||
GstModPlug
|
||||
GstBaseSrc
|
||||
GstSFSrc
|
||||
GstPushSrc
|
||||
GstNeonhttpSrc
|
||||
GstMythtvSrc
|
||||
GstDc1394
|
||||
GstMMS
|
||||
GstBaseAudioSrc
|
||||
GstJackAudioSrc
|
||||
GstAudioSrc
|
||||
GstOss4Source
|
||||
GstDc1394
|
||||
GstVCDSrc
|
||||
GstDvbSrc
|
||||
GstRfbSrc
|
||||
GstDCCPClientSrc
|
||||
GstDCCPServerSrc
|
||||
GstRfbSrc
|
||||
GstSFSrc
|
||||
GstDTMFSrc
|
||||
GstRTPDTMFSrc
|
||||
GstTRM
|
||||
GstMusepackDec
|
||||
GstMpeg2enc
|
||||
GstBaseMetadata
|
||||
GstMetadataDemux
|
||||
GstMetadataMux
|
||||
GstCDAudio
|
||||
GstBaseSink
|
||||
GstVideoSink
|
||||
GstDfbVideoSink
|
||||
GstSDLVideoSink
|
||||
GstBaseAudioSink
|
||||
GstAudioSink
|
||||
GstSDLAudioSink
|
||||
GstApExSink
|
||||
GstNasSink
|
||||
GstOss4Sink
|
||||
GstJackAudioSink
|
||||
GstSFSink
|
||||
AlsaSPDIFSink
|
||||
GstFBDEVSink
|
||||
GstDCCPServerSink
|
||||
GstDCCPClientSink
|
||||
GstFaad
|
||||
GstCeltEnc
|
||||
GstCeltDec
|
||||
GstSpcDec
|
||||
GstWildmidi
|
||||
GstBaseTransform
|
||||
GstAudioFilter
|
||||
GstOFA
|
||||
GstBPMDetect
|
||||
GstStereo
|
||||
GstBayer2RGB
|
||||
GstLegacyresample
|
||||
GstScaletempo
|
||||
GstDeinterlace
|
||||
GstVideoFilter
|
||||
GstVideoAnalyse
|
||||
GstVideoDetect
|
||||
GstVideoMark
|
||||
GstIIR
|
||||
GstSignalProcessor
|
||||
ladspa-noise-white
|
||||
ladspa-delay-5s
|
||||
ladspa-amp-mono
|
||||
ladspa-amp-stereo
|
||||
ladspa-adsr
|
||||
ladspa-lpf
|
||||
ladspa-hpf
|
||||
ladspa-noise-white
|
||||
ladspa-sine-faaa
|
||||
ladspa-sine-faac
|
||||
ladspa-sine-fcaa
|
||||
ladspa-sine-fcac
|
||||
ladspa-difference-iama-oa
|
||||
ladspa-difference-iamc-oa
|
||||
ladspa-difference-icma-oa
|
||||
ladspa-difference-icmc-oc
|
||||
ladspa-adsr-g+t
|
||||
ladspa-amp-gaia-oa
|
||||
ladspa-amp-gcia-oa
|
||||
ladspa-branch-ia-oaoa
|
||||
ladspa-branch-ic-ococ
|
||||
ladspa-dahdsr-g+t-audio
|
||||
ladspa-dahdsr-g+t-control
|
||||
ladspa-dahdsr-cg+t-control
|
||||
ladspa-interpolator
|
||||
ladspa-fmod-fama-oa
|
||||
ladspa-fmod-famc-oa
|
||||
ladspa-fmod-fcma-oa
|
||||
ladspa-fmod-fcmc-oc
|
||||
ladspa-quantiser20
|
||||
ladspa-lp4pole-faraia-oa
|
||||
ladspa-lp4pole-fcrcia-oa
|
||||
ladspa-product-iaia-oa
|
||||
ladspa-product-iaic-oa
|
||||
ladspa-product-icic-oc
|
||||
ladspa-pulse-fapa-oa
|
||||
ladspa-pulse-fapc-oa
|
||||
ladspa-pulse-fcpa-oa
|
||||
ladspa-pulse-fcpc-oa
|
||||
ladspa-quantiser100
|
||||
ladspa-quantiser50
|
||||
ladspa-sawtooth-fa-oa
|
||||
ladspa-sawtooth-fc-oa
|
||||
ladspa-random-fasa-oa
|
||||
ladspa-random-fasc-oa
|
||||
ladspa-random-fcsa-oa
|
||||
ladspa-random-fcsc-oa
|
||||
ladspa-ratio-nada-oa
|
||||
ladspa-ratio-nadc-oa
|
||||
ladspa-ratio-ncda-oa
|
||||
ladspa-ratio-ncdc-oc
|
||||
ladspa-sinusWavewrapper
|
||||
ladspa-sequencer64
|
||||
ladspa-sequencer32
|
||||
ladspa-sequencer16
|
||||
ladspa-square-fa-oa
|
||||
ladspa-square-fc-oa
|
||||
ladspa-sum-iaia-oa
|
||||
ladspa-sum-iaic-oa
|
||||
ladspa-sum-icic-oc
|
||||
ladspa-syncpulse-fapaga-oa
|
||||
ladspa-syncpulse-fcpcga-oa
|
||||
ladspa-syncsquare-faga-oa
|
||||
ladspa-syncsquare-fcga-oa
|
||||
ladspa-tracker-gaaadaia-oa
|
||||
ladspa-tracker-gaacdcia-oa
|
||||
ladspa-triangle-fasa-oa
|
||||
ladspa-triangle-fasc-oa
|
||||
ladspa-triangle-fcsa-oa
|
||||
ladspa-triangle-fcsc-oa
|
||||
ladspa-bf2cube
|
||||
ladspa-bf2quad
|
||||
ladspa-bf2stereo
|
||||
ladspa-fmh2oct
|
||||
ladspa-encode-bformat
|
||||
ladspa-encode-fmh
|
||||
ladspa-bf-rotate-z
|
||||
ladspa-fmh-rotate-z
|
||||
ladspa-am
|
||||
ladspa-analogue
|
||||
ladspa-canyon-delay
|
||||
ladspa-disintegrator
|
||||
ladspa-sledgehammer
|
||||
ladspa-delay-0-01s
|
||||
ladspa-delay-0-1s
|
||||
ladspa-delay-1s
|
||||
ladspa-delay-60s
|
||||
ladspa-track-max-peak
|
||||
ladspa-track-max-rms
|
||||
ladspa-track-peak
|
||||
ladspa-track-rms
|
||||
ladspa-fmh2bf
|
||||
ladspa-fbdelay-0-01s
|
||||
ladspa-fbdelay-0-1s
|
||||
ladspa-fbdelay-1s
|
||||
ladspa-fbdelay-5s
|
||||
ladspa-fbdelay-60s
|
||||
ladspa-freeverb3
|
||||
ladspa-grain-scatter
|
||||
ladspa-hard-gate
|
||||
ladspa-identity-audio
|
||||
ladspa-identity-control
|
||||
ladspa-lofi
|
||||
ladspa-logistic
|
||||
ladspa-mixer
|
||||
ladspa-noise-source-white
|
||||
ladspa-null-ai
|
||||
ladspa-null-ao
|
||||
ladspa-null-ci
|
||||
ladspa-null-co
|
||||
ladspa-organ
|
||||
ladspa-peak
|
||||
ladspa-phasemod
|
||||
ladspa-pink-interpolated-audio
|
||||
ladspa-pink-full-frequency
|
||||
ladspa-pink-sh
|
||||
ladspa-compress-peak
|
||||
ladspa-compress-rms
|
||||
ladspa-expand-peak
|
||||
ladspa-expand-rms
|
||||
ladspa-limit-peak
|
||||
ladspa-limit-rms
|
||||
ladspa-syndrum
|
||||
ladspa-vcf303
|
||||
ladspa-wshape-sine
|
||||
ladspa-amp
|
||||
ladspa-diode
|
||||
ladspa-divider
|
||||
ladspa-shaper
|
||||
ladspa-ringmod-2i1o
|
||||
ladspa-ringmod-1i1o1l
|
||||
ladspa-comb
|
||||
ladspa-declip
|
||||
ladspa-foverdrive
|
||||
ladspa-multivoiceChorus
|
||||
ladspa-hermesFilter
|
||||
ladspa-decimator
|
||||
ladspa-flanger
|
||||
ladspa-retroFlange
|
||||
ladspa-singlePara
|
||||
ladspa-triplePara
|
||||
ladspa-transient
|
||||
ladspa-fadDelay
|
||||
ladspa-dcRemove
|
||||
ladspa-tapeDelay
|
||||
ladspa-valve
|
||||
ladspa-sifter
|
||||
ladspa-harmonicGen
|
||||
ladspa-stepMuxer
|
||||
ladspa-foldover
|
||||
ladspa-svf
|
||||
ladspa-gsm
|
||||
ladspa-gverb
|
||||
ladspa-lfoPhaser
|
||||
ladspa-fourByFourPole
|
||||
ladspa-autoPhaser
|
||||
ladspa-fastLookaheadLimiter
|
||||
ladspa-surroundEncoder
|
||||
ladspa-delayorama
|
||||
ladspa-dysonCompress
|
||||
ladspa-crossoverDist
|
||||
ladspa-valveRect
|
||||
ladspa-split
|
||||
ladspa-alias
|
||||
ladspa-satanMaximiser
|
||||
ladspa-karaoke
|
||||
ladspa-gate
|
||||
ladspa-combSplitter
|
||||
ladspa-waveTerrain
|
||||
ladspa-hardLimiter
|
||||
ladspa-smoothDecimate
|
||||
ladspa-fmOsc
|
||||
ladspa-analogueOsc
|
||||
ladspa-rateShifter
|
||||
ladspa-freqTracker
|
||||
ladspa-modDelay
|
||||
ladspa-matrixStMS
|
||||
ladspa-matrixMSSt
|
||||
ladspa-matrixSpatialiser
|
||||
ladspa-plate
|
||||
ladspa-gong
|
||||
ladspa-sc1
|
||||
ladspa-sc2
|
||||
ladspa-sc3
|
||||
ladspa-zm1
|
||||
ladspa-inv
|
||||
ladspa-chebstortion
|
||||
ladspa-bodeShifter
|
||||
ladspa-bodeShifterCV
|
||||
ladspa-amPitchshift
|
||||
ladspa-sc4
|
||||
ladspa-lcrDelay
|
||||
ladspa-giantFlange
|
||||
ladspa-djFlanger
|
||||
ladspa-gongBeater
|
||||
ladspa-hilbert
|
||||
ladspa-sinCos
|
||||
ladspa-se4
|
||||
ladspa-bandpass-a-iir
|
||||
ladspa-bandpass-iir
|
||||
ladspa-highpass-iir
|
||||
ladspa-lowpass-iir
|
||||
ladspa-notch-iir
|
||||
ladspa-dj-eq-mono
|
||||
ladspa-dj-eq
|
||||
ladspa-bwxover-iir
|
||||
ladspa-buttlow-iir
|
||||
ladspa-butthigh-iir
|
||||
ladspa-allpass-n
|
||||
ladspa-allpass-l
|
||||
ladspa-allpass-c
|
||||
ladspa-comb-n
|
||||
ladspa-comb-l
|
||||
ladspa-comb-c
|
||||
ladspa-decay
|
||||
ladspa-delay-n
|
||||
ladspa-delay-l
|
||||
ladspa-delay-c
|
||||
ladspa-impulse-fc
|
||||
ladspa-vynil
|
||||
ladspa-revdelay
|
||||
ladspa-lsFilter
|
||||
ladspa-const
|
||||
ladspa-pointerCastDistortion
|
||||
ladspa-pitchScale
|
||||
ladspa-artificialLatency
|
||||
ladspa-xfade
|
||||
ladspa-xfade4
|
||||
ladspa-sc4m
|
||||
ladspa-mbeq
|
||||
ladspa-pitchScaleHQ
|
||||
ladspa-imp
|
||||
ladspa-lpf
|
||||
ladspa-hpf
|
||||
GstXvidEnc
|
||||
GstXvidDec
|
||||
GstPitch
|
||||
GstMusepackDec
|
||||
GstMpeg2enc
|
||||
GstGSMEnc
|
||||
GstGSMDec
|
||||
GstFaad
|
||||
GstFaac
|
||||
GstDtsDec
|
||||
GstCDAudio
|
||||
GstBz2enc
|
||||
GstBz2dec
|
||||
GstAmrwbDec
|
||||
GstAmrwbParse
|
||||
GstAmrwbEnc
|
||||
GstDiracEnc
|
||||
GstTRM
|
||||
GstX264Enc
|
||||
GstBaseMetadata
|
||||
GstMetadataDemux
|
||||
GstMetadataMux
|
||||
GstOss4Mixer
|
||||
GstValve
|
||||
GstAmrBaseParse
|
||||
GstAmrParse
|
||||
GstFestival
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
GstSrtEnc
|
||||
GstMpeg4VParse
|
||||
GstCDXAParse
|
||||
GstVcdParse
|
||||
GstNsfDec
|
||||
GstSirenDec
|
||||
GstSirenEnc
|
||||
MpegTsMux
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
GstRTPMux
|
||||
GstRTPDTMFMux
|
||||
GstLiveAdder
|
||||
GstBaseRTPDepayload
|
||||
GstRtpDTMFDepay
|
||||
GstY4mEncode
|
||||
GstVMncDec
|
||||
GstTtaParse
|
||||
GstTtaDec
|
||||
GstSrtEnc
|
||||
GstSpeed
|
||||
GstInputSelector
|
||||
GstOutputSelector
|
||||
GstRawParse
|
||||
GstVideoParse
|
||||
GstAudioParse
|
||||
GstRtpJitterBuffer
|
||||
GstRtpPtDemux
|
||||
GstRtpSession
|
||||
GstRtpSsrcDemux
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
GstRawParse
|
||||
GstVideoParse
|
||||
GstAudioParse
|
||||
GstPcapParse
|
||||
GstInputSelector
|
||||
GstOutputSelector
|
||||
GstAacBaseParse
|
||||
GstAacParse
|
||||
GstVMncDec
|
||||
GstQTMux
|
||||
GstMP4Mux
|
||||
GstGPPMux
|
||||
GstMJ2Mux
|
||||
GstPcapParse
|
||||
GstNuvDemux
|
||||
GstNsfDec
|
||||
GstMXFDemux
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
MpegVideoParse
|
||||
MpegTsMux
|
||||
GstH264Parse
|
||||
GstMXFDemux
|
||||
GstY4mEncode
|
||||
GstSpeed
|
||||
GstFreeze
|
||||
GstDVDSpu
|
||||
AIFFParse
|
||||
GstTtaParse
|
||||
GstTtaDec
|
||||
GstLiveAdder
|
||||
GstValve
|
||||
GstBaseRTPDepayload
|
||||
GstRtpDTMFDepay
|
||||
GstNuvDemux
|
||||
GstFLVDemux
|
||||
GstFlvMux
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
MpegTSParse
|
||||
GstMpeg4VParse
|
||||
GstModPlug
|
||||
GstH264Parse
|
||||
GstFreeze
|
||||
GstFLVDemux
|
||||
GstFlvMux
|
||||
GstFestival
|
||||
GstDVDSpu
|
||||
GstDeinterlace2
|
||||
GstCDXAParse
|
||||
GstVcdParse
|
||||
GstAmrBaseParse
|
||||
GstAmrParse
|
||||
AIFFParse
|
||||
GstAacBaseParse
|
||||
GstAacParse
|
||||
GstBus
|
||||
GstTask
|
||||
GstClock
|
||||
|
@ -395,11 +176,11 @@ GInterface
|
|||
GstChildProxy
|
||||
GstURIHandler
|
||||
GstImplementsInterface
|
||||
GstXOverlay
|
||||
GstNavigation
|
||||
GstColorBalance
|
||||
GstXOverlay
|
||||
GstTagSetter
|
||||
GstMixer
|
||||
GstPropertyProbe
|
||||
GstColorBalance
|
||||
GstPhotography
|
||||
MXFDescriptiveMetadataFrameworkInterface
|
||||
GstPhotography
|
||||
|
|
|
@ -1,21 +1,24 @@
|
|||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstCameraBin GstChildProxy GstColorBalance GstPhotography GstImplementsInterface GstXOverlay GstTagSetter
|
||||
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstXOverlay GstTagSetter GstPhotography
|
||||
RsnDvdBin GstChildProxy GstURIHandler
|
||||
DvbBaseBin GstChildProxy GstURIHandler
|
||||
GstSDPDemux GstChildProxy
|
||||
GstAutoConvert GstChildProxy
|
||||
GstRtpBin GstChildProxy
|
||||
GstRtpClient GstChildProxy
|
||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||
GstApExSink GstImplementsInterface GstMixer
|
||||
GstOss4Sink GstPropertyProbe
|
||||
GstSDPDemux GstChildProxy
|
||||
GstNeonhttpSrc GstURIHandler
|
||||
GstMythtvSrc GstURIHandler
|
||||
GstMMS GstURIHandler
|
||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstVCDSrc GstURIHandler
|
||||
GstMetadataMux GstTagSetter
|
||||
GstCDAudio GstURIHandler
|
||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
||||
GstApExSink GstImplementsInterface GstMixer
|
||||
GstOss4Sink GstPropertyProbe
|
||||
GstCeltEnc GstTagSetter
|
||||
GstMetadataMux GstTagSetter
|
||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstQTMux GstTagSetter
|
||||
GstMP4Mux GstTagSetter
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
GstChildProxy GstObject
|
||||
GstImplementsInterface GstObject GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||
GstTagSetter GstObject GstElement
|
||||
GstMixer GstObject GstImplementsInterface GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstPhotography GstObject GstImplementsInterface GstElement
|
||||
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
||||
GstPhotography GstObject GstImplementsInterface GstElement
|
||||
|
|
|
@ -420,7 +420,7 @@ gint arg1
|
|||
<RETURNS>gboolean</RETURNS>
|
||||
<FLAGS>l</FLAGS>
|
||||
GstCameraBin *gstcamerabin
|
||||
GString *arg1
|
||||
gpointer arg1
|
||||
</SIGNAL>
|
||||
|
||||
<SIGNAL>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Advanced Audio Coding Parser</description>
|
||||
<filename>../../gst/aacparse/.libs/libgstaacparse.so</filename>
|
||||
<basename>libgstaacparse.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>aacparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Parse an .aiff file into raw audio</description>
|
||||
<filename>../../gst/aiffparse/.libs/libgstaiffparse.so</filename>
|
||||
<basename>libgstaiffparse.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>aiffparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Alsa plugin for S/PDIF output</description>
|
||||
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
||||
<basename>libgstalsaspdif.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>alsaspdifsink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Adaptive Multi-Rate Parser</description>
|
||||
<filename>../../gst/amrparse/.libs/libgstamrparse.so</filename>
|
||||
<basename>libgstamrparse.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>amrparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Apple AirPort Express Plugin</description>
|
||||
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
||||
<basename>libgstapexsink.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>apexsink</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Selects convertor element based on caps</description>
|
||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||
<basename>libgstautoconvert.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Elements to convert Bayer images</description>
|
||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||
<basename>libgstbayer.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>bayer2rgb</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>bz2dec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>High level api for DC (Digital Camera) application</description>
|
||||
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
||||
<basename>libgstcamerabin.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>camerabin</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Play CD audio through the CD Drive</description>
|
||||
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
||||
<basename>libgstcdaudio.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cdaudio</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||
<basename>libgstcdxaparse.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cdxaparse</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>CELT plugin library</description>
|
||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||
<basename>libgstcelt.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>1394 IIDC Video Source</description>
|
||||
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
||||
<basename>libgstdc1394.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dc1394src</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data over the network via DCCP.</description>
|
||||
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
||||
<basename>libgstdccp.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>DCCP</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Deinterlacer</description>
|
||||
<filename>../../gst/deinterlace2/.libs/libgstdeinterlace2.so</filename>
|
||||
<basename>libgstdeinterlace2.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>deinterlace2</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DirectFB video output plugin</description>
|
||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||
<basename>libgstdfbvideosink.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Dirac plugin</description>
|
||||
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
||||
<basename>libgstdirac.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>DTMF plugins</description>
|
||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||
<basename>libgstdtmf.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dtmfsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dtsdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dvbbasebin</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>DVD Sub-picture Overlay element</description>
|
||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||
<basename>libgstdvdspu.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dvdspu</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Free AAC Encoder (FAAC)</description>
|
||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||
<basename>libgstfaac.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>faac</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>faad</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>linux framebuffer video sink</description>
|
||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||
<basename>libgstfbdevsink.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>fbdevsink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Synthesizes plain text into audio</description>
|
||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||
<basename>libgstfestival.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>festival</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>FLV muxing and demuxing plugin</description>
|
||||
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
||||
<basename>libgstflv.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>flvdemux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Stream freezer</description>
|
||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||
<basename>libgstfreeze.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>freeze</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>gsmdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Deinterlace video</description>
|
||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||
<basename>libgstdeinterlace.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>deinterlace</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>RTP session management plugin library</description>
|
||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||
<basename>libgstrtpmanager.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>gstrtpbin</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<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>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>sirendec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Element parsing raw h264 streams</description>
|
||||
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
||||
<basename>libgsth264parse.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>h264parse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Jack elements</description>
|
||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||
<basename>libgstjack.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>jackaudiosink</name>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,13 @@
|
|||
<plugin>
|
||||
<name>legacyresample</name>
|
||||
<description>Resamples audio</description>
|
||||
<filename>../../gst/audioresample/.libs/libgstlegacyresample.so</filename>
|
||||
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
||||
<basename>libgstlegacyresample.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>legacyresample</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Adds multiple live discontinuous streams</description>
|
||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||
<basename>libgstliveadder.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>liveadder</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
||||
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
||||
<basename>libgstmetadata.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>metadatademux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||
<basename>libgstmms.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mmssrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>.MOD audio decoding</description>
|
||||
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>modplug</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>High-quality MPEG-1/2 video encoder</description>
|
||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||
<basename>libgstmpeg2enc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpeg2enc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MPEG-4 video parser</description>
|
||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||
<basename>libgstmpeg4videoparse.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpeg4videoparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MPEG demuxers</description>
|
||||
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
||||
<basename>libgstmpegdemux.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpegpsdemux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MPEG-TS muxer</description>
|
||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||
<basename>libgstmpegtsmux.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpegtsmux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MPEG-1 and MPEG-2 video parser</description>
|
||||
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
||||
<basename>libgstmpegvideoparse.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mpegvideoparse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Musepack decoder</description>
|
||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||
<basename>libgstmusepack.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>musepackdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>A TRM signature producer based on libmusicbrainz</description>
|
||||
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
||||
<basename>libgsttrm.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>trm</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Interplay MVE movie format manipulation</description>
|
||||
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
||||
<basename>libgstmve.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mvedemux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>MXF plugin library</description>
|
||||
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
||||
<basename>libgstmxf.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mxfdemux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>lib MythTV src</description>
|
||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||
<basename>libgstmythtvsrc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mythtvsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>NAS (Network Audio System) support for GStreamer</description>
|
||||
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
||||
<basename>libgstnassink.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>nassink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>lib neon http client src</description>
|
||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||
<basename>libgstneonhttpsrc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>neonhttpsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Uses nosefart to decode .nsf files</description>
|
||||
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
||||
<basename>libgstnsf.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>nsfdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Demuxes and muxes audio and video</description>
|
||||
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
||||
<basename>libgstnuvdemux.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>nuvdemux</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||
<basename>libgstofa.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||
<basename>libgstoss4audio.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>oss4mixer</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw pcap streams</description>
|
||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||
<basename>libgstpcapparse.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Quicktime Muxer plugin</description>
|
||||
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
||||
<basename>libgstqtmux.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>gsoc2008 package</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Parses byte streams into raw frames</description>
|
||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||
<basename>libgstrawparse.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>audioparse</name>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details>
|
||||
<details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY, v210 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Decode REAL streams</description>
|
||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||
<basename>libgstreal.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>realaudiodec</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resin DVD playback elements</description>
|
||||
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
||||
<basename>libresindvd.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||
<basename>libgstrfbsrc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>rfbsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>RTP Muxer plugins</description>
|
||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||
<basename>libgstrtpmux.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>rtpdtmfmux</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Scale audio tempo in sync with playback rate</description>
|
||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||
<basename>libgstscaletempoplugin.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
||||
<basename>libgstsdl.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>sdlaudiosink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>configure streaming sessions using SDP</description>
|
||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||
<basename>libgstsdpelem.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>sdpdemux</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>input/output stream selector elements</description>
|
||||
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
||||
<basename>libgstselector.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>input-selector</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>use libsndfile to read and write audio from and to files</description>
|
||||
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
||||
<basename>libgstsndfile.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>sfsink</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Audio Pitch Controller & BPM Detection</description>
|
||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||
<basename>libgstsoundtouch.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>bpmdetect</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>OpenSPC Audio Decoder</description>
|
||||
<filename>../../ext/spc/.libs/libgstspc.so</filename>
|
||||
<basename>libgstspc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>spcdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||
<basename>libgstspeed.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>speed</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
||||
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
||||
<basename>libgststereo.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>stereo</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>subtitle encoders</description>
|
||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||
<basename>libgstsubenc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>srtenc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>TTA lossless audio format handling</description>
|
||||
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||
<basename>libgsttta.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>ttadec</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Valve</description>
|
||||
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
||||
<basename>libgstvalve.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Asynchronous read from VCD disk</description>
|
||||
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
||||
<basename>libgstvcdsrc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>vcdsrc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Various video signal analysers</description>
|
||||
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
||||
<basename>libgstvideosignal.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>videoanalyse</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>VMnc video plugin library</description>
|
||||
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
||||
<basename>libgstvmnc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>vmncdec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Wildmidi Plugin</description>
|
||||
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
||||
<basename>libgstwildmidi.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>wildmidi</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>libx264-based H264 plugins</description>
|
||||
<filename>../../ext/x264/.libs/libgstx264.so</filename>
|
||||
<basename>libgstx264.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>x264enc</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>XDG-MIME</description>
|
||||
<filename>../../gst/xdgmime/.libs/libgstxdgmime.so</filename>
|
||||
<basename>libgstxdgmime.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
|
||||
</elements>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>XviD plugin library</description>
|
||||
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
||||
<basename>libgstxvid.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>xviddec</name>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||
<basename>libgsty4menc.so</basename>
|
||||
<version>0.10.10.1</version>
|
||||
<version>0.10.11</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org</origin>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>y4menc</name>
|
||||
|
|
|
@ -34,6 +34,17 @@ real live maintainer, or some actual wide use.
|
|||
</CVSRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.11</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>A precious stone</name>
|
||||
<created>2009-03-20</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.11.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.11.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.10</revision>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins CVS/prerelease"
|
||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
@ -199,7 +199,7 @@
|
|||
#undef USE_POISONING
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.10.5"
|
||||
#define VERSION "0.10.11"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
|
Loading…
Reference in a new issue