Release 0.10.8

Original commit message from CVS:
Release 0.10.8
This commit is contained in:
Jan Schmidt 2008-07-31 22:15:17 +00:00
parent eb136ada33
commit e020883ae7
70 changed files with 517 additions and 6211 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.8 ===
2008-07-28 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
releasing 0.10.8, "Vapour Trails"
2008-07-25 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
@ -1282,7 +1289,7 @@
2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
Based on a patch by: Sonicadvance1 at GMAIL dot COM
Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
* ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
(gst_wildmidi_change_state), (plugin_init):

59
NEWS
View file

@ -1,4 +1,61 @@
This is GStreamer Bad Plug-ins 0.10.7, "House of Cards"
This is GStreamer Bad Plug-ins 0.10.8, "Vapour Trails"
Changes since 0.10.7:
* Support shared desktops in RFB input
* Make the Quicktime codec wrapper work on win32
* Experimental DVD navigation support
* Support AAC/H.264 in FLV files
* Fixes in the DirectShow codec wrapper
* Fix the Real codec wrapper plugin
* New deinterlace2 plugin incorporating TVtime deinterlacers
* Handle seeking, timestamps, duration in RAW video/audio parsers
* New DirectShow video sink for Win32
* FAAD reverse playback support
* OSS4 support improvements
* MythTV seeking support
* SPC decoder now supports seeking, tags and duration queries
* Replaygain elements moved to Good
* Deinterleave/interleave elements fixed and moved to Good
* MPEG-4 video stream parser fixes
* Improved MPEG-TS parsing for DVB support
* Improvements in App source/sink
* RTP manager enhancements
Bugs fixed since 0.10.7:
* 533736 : [mythtvsrc] Seeking doesn't work
* 544050 : ext/timidity/gsttimidity.c : ISO C90 forbids mixed decla...
* 454151 : SPC plugin enhancements (patch)
* 506594 : [interleave] doesn't work with channels > 1
* 521392 : Proposed patches for bayer2rgb encoding
* 525613 : [wildmidi] [PATCH] initializes library multiple times
* 528618 : amrwb plugin do not build without warning with the 3ggp s...
* 529359 : BBC Real Audio stream is just noise
* 530611 : [gstsrtenc] declare variables at beginning of block
* 531840 : QuickTime wrapper doesn't work on Win32
* 531955 : gstrtpsession doesn't send RTCP bye on EOS
* 532723 : mpeg4videoparse should parse the codec data
* 533435 : wildmidi does not work
* 533559 : mpeg4videoparse should skip garbage
* 535043 : VCD plugin only plays first track
* 536042 : mpeg4videoparse broken on big endian architectures
* 536258 : interleave doesn't close properly
* 536856 : rtpmanager deadlocks when receiving new data while going ...
* 538560 : [mpegtsparse] static caps reference counter incremented i...
* 539292 : memory leak in mpegtsparse
* 539601 : [realvideodec] not-negotiated error if codec lib isn't found
* 541522 : cross mingw32 gcc: festival plugin compilation fix
* 541543 : fix HAVE_OSS4 detection code in configure.ac
* 543286 : deinterlace2 doesn't build outside gcc
* 543846 : [resindvd] Impossible to build from the first configure r...
* 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends
* 543860 : [modplug] Uses CFLAGS for CXXFLAGS
* 543861 : [resindvd] Some files not disted
* 544457 : -bad doesn't compile with MSVC
* 526905 : [musepack] Port to the new libmpcdec API
* 532011 : Deadlock in rtpsession
* 536309 : Seeking in pipeline with videoparse crashes
Changes since 0.10.6:

137
RELEASE
View file

@ -1,14 +1,16 @@
Release notes for GStreamer Bad Plug-ins 0.10.7 "House of Cards"
Release notes for GStreamer Bad Plug-ins 0.10.8 "Vapour Trails"
The GStreamer team is proud to announce a new release
in the 0.10.x stable series of the GStreamer Bad Plug-ins.
in the 0.10.x stable series of the
GStreamer Bad Plug-ins.
The 0.10.x series is a stable series targeted at end users.
It is, parallel installable with the older 0.8.x series.
It is not API or ABI compatible with the stable 0.8.x series.
It is, however, parallel installable with the 0.8.x series.
@ -58,65 +60,60 @@ contains a set of well-supported plug-ins, but might pose problems for
Features of this release
* OSS v4 support
* libdc1394 2.0.0 support
* AAC support fixes
* RTP support improved
* New OFA element
* SRT subtitle encoder added
* Windows Inet support for http/ftp
* Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS
* Fixes in Bayer decoder, replaygain analysis, GSM decoder
* DVB/MPEG-TS support improved
* NSF decoder updated
* 'metadata' plugin enhancements
* Dirac encoder ported to libschroedinger
* mplex element ported to 0.10
* VCD/CDXA parser ported to 0.10
* Directshow wrapper improvements
* 'selector' plugin enhancements
* souphttpsrc moved to the -good module
* Various other fixes and enhancements
* Support shared desktops in RFB input
* Make the Quicktime codec wrapper work on win32
* Experimental DVD navigation support
* Support AAC/H.264 in FLV files
* Fixes in the DirectShow codec wrapper
* Fix the Real codec wrapper plugin
* New deinterlace2 plugin incorporating TVtime deinterlacers
* Handle seeking, timestamps, duration in RAW video/audio parsers
* New DirectShow video sink for Win32
* FAAD reverse playback support
* OSS4 support improvements
* MythTV seeking support
* SPC decoder now supports seeking, tags and duration queries
* Replaygain elements moved to Good
* Deinterleave/interleave elements fixed and moved to Good
* MPEG-4 video stream parser fixes
* Improved MPEG-TS parsing for DVB support
* Improvements in App source/sink
* RTP manager enhancements
Bugs fixed in this release
* 498237 : nsfdec crash with SK8ORDIE.
* 529378 : faad leaks GstAudioChannelPosition
* 351309 : New Element: gst-puid
* 469979 : [faad] Could not map channel positions - setting caps on ...
* 494499 : replaygain analysis slowdown on low volume (denormals)
* 514948 : [souphttpsrc] configurable buffer size setting and zero-copy
* 514964 : [dc1394] port to new stable 2.0.x API
* 517937 : various C89 fixes
* 518227 : test/icles/metadata_editor.c does not compile on Windows
* 518722 : [souphttpsrc] append cookie headers to HTTP request
* 519905 : [mvedemux] fix audio discontinuity
* 520329 : [PATCH] mjpegtools: mplex ported to 0.10 and mpeg2enc upd...
* 520626 : Implement collision and loop detection in rtpmanager
* 520892 : [dshowvideosrc] latency and shutdown improvements
* 520894 : rtpmanager rtcp thread shutdown deadlock
* 520897 : new element: wininetsrc
* 521749 : [souphttpsrc] unit test fails on mandriva cooker
* 522134 : [souphttpsrc] Playback should continue seamlessly on serv...
* 522212 : wrong origin
* 522884 : gstneonhttpsrc does not handle the HTTP status 303 correc...
* 523854 : [souphttpsrc] Glitches and crackling when playing things ...
* 524035 : [neonhttpsrc] fails to compile with libneon 0.28.x
* 525271 : [new plugin] srtenc
* 526337 : souphttpsrc ignores connections error
* 527622 : [flvdemux] crash in FLV demuxer
* 528000 : [timidity] Doesn't dist all files correctly
* 528011 : [dc1394] Shouldn't be included in the states test
* 528245 : rtpbin element leaks
* 528266 : [ofa] Unit test fails because of different fingerprints
* 528614 : timeout introduced in poll loop for fd in dvbsrc causes b...
* 529283 : [ofa] Unit test leaks tag string
* 529285 : [rganalysis] Unit test leaks a GstTagList
* 517854 : DirectFB check fails
* 517895 : nas plugin no longer builds (configure.ac error)
* 517896 : PATCH: fix building of mpeg2enc plugin with even newer mj...
* 525100 : does not build with --disable-external
* 481354 : [wavparse] does not play 700Hz GSM 6.10 wav file
* 533736 : [mythtvsrc] Seeking doesn't work
* 544050 : ext/timidity/gsttimidity.c : ISO C90 forbids mixed decla...
* 454151 : SPC plugin enhancements (patch)
* 506594 : [interleave] doesn't work with channels > 1
* 521392 : Proposed patches for bayer2rgb encoding
* 525613 : [wildmidi] [PATCH] initializes library multiple times
* 528618 : amrwb plugin do not build without warning with the 3ggp s...
* 529359 : BBC Real Audio stream is just noise
* 530611 : [gstsrtenc] declare variables at beginning of block
* 531840 : QuickTime wrapper doesn't work on Win32
* 531955 : gstrtpsession doesn't send RTCP bye on EOS
* 532723 : mpeg4videoparse should parse the codec data
* 533435 : wildmidi does not work
* 533559 : mpeg4videoparse should skip garbage
* 535043 : VCD plugin only plays first track
* 536042 : mpeg4videoparse broken on big endian architectures
* 536258 : interleave doesn't close properly
* 536856 : rtpmanager deadlocks when receiving new data while going ...
* 538560 : [mpegtsparse] static caps reference counter incremented i...
* 539292 : memory leak in mpegtsparse
* 539601 : [realvideodec] not-negotiated error if codec lib isn't found
* 541522 : cross mingw32 gcc: festival plugin compilation fix
* 541543 : fix HAVE_OSS4 detection code in configure.ac
* 543286 : deinterlace2 doesn't build outside gcc
* 543846 : [resindvd] Impossible to build from the first configure r...
* 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends
* 543860 : [modplug] Uses CFLAGS for CXXFLAGS
* 543861 : [resindvd] Some files not disted
* 544457 : -bad doesn't compile with MSVC
* 526905 : [musepack] Port to the new libmpcdec API
* 532011 : Deadlock in rtpsession
* 536309 : Seeking in pipeline with videoparse crashes
Download
@ -146,33 +143,33 @@ Applications
Contributors to this release
* Andreas Henriksson
* Alessandro Decina
* Andy Wingo
* Bastien Nocera
* Brian Koropoff
* Clive Wright
* Damien Lespiau
* Daniel Fischer
* David Schleef
* Ed Catmur
* Edgard Lima
* Edward Hervey
* Emilio Pozuelo Monfort
* Eric Buehl
* Håvard Graff
* Ilja Pavkovic
* Jan Schmidt
* Jan de Groot
* Jens Granseuer
* Julien Moutte
* Kapil Agrawal
* Mark Nauwelaerts
* Martin Eikermann
* Michael Smith
* Ole André Vadla Ravnås
* Olivier Crete
* Peter Kjellerstedt
* Rene Stadler
* Ryan Houdek
* Sebastian Dröge
* Sebastian Pölsterl
* Sebastien Merle
* Sjoerd Simons
* Stefan Kost
* Thijs Vermeir
* Tim-Philipp Müller
* William M. Brack
* Wim Taymans
* Wouter Cloetens
* Zaheer Abbas Merali
 

View file

@ -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.7.3,
AC_INIT(GStreamer Bad Plug-ins, 0.10.8,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-bad)

View file

@ -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>
@ -1838,6 +1838,26 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRfbSrc::shared</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Share desktop with other clients</NICK>
<BLURB>Share desktop with other clients.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRfbSrc::view-only</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Only view the desktop</NICK>
<BLURB>only view the desktop.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstDeinterlace::blend</NAME>
<TYPE>gboolean</TYPE>
@ -16835,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>
@ -17345,7 +17365,7 @@
<FLAGS>rw</FLAGS>
<NICK>Path where to search for RealPlayer codecs</NICK>
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
<DEFAULT>"/usr/lib/win32:/usr/lib/codecs:/usr/lib/RealPlayer10/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"</DEFAULT>
<DEFAULT>"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"</DEFAULT>
</ARG>
<ARG>
@ -17385,7 +17405,7 @@
<FLAGS>rw</FLAGS>
<NICK>Path where to search for RealPlayer codecs</NICK>
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
<DEFAULT>"/usr/lib/win32:/usr/lib/codecs:/usr/lib/RealPlayer10/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"</DEFAULT>
<DEFAULT>"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"</DEFAULT>
</ARG>
<ARG>
@ -17715,7 +17735,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>
@ -17755,7 +17775,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>
@ -17905,7 +17925,7 @@
<FLAGS>rw</FLAGS>
<NICK>stereo</NICK>
<BLURB>stereo.</BLURB>
<DEFAULT>0,1</DEFAULT>
<DEFAULT>0.1</DEFAULT>
</ARG>
<ARG>
@ -21893,3 +21913,43 @@
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstDeinterlace2::fields</NAME>
<TYPE>GstDeinterlace2Fields</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>fields</NICK>
<BLURB>Fields to use for deinterlacing.</BLURB>
<DEFAULT>All fields</DEFAULT>
</ARG>
<ARG>
<NAME>GstDeinterlace2::method</NAME>
<TYPE>GstDeinterlace2Methods</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Method</NICK>
<BLURB>Deinterlace Method.</BLURB>
<DEFAULT>Greedy High Motion</DEFAULT>
</ARG>
<ARG>
<NAME>GstDeinterlace2::tff</NAME>
<TYPE>GstDeinterlace2FieldLayout</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>tff</NICK>
<BLURB>Deinterlace top field first.</BLURB>
<DEFAULT>Auto detection</DEFAULT>
</ARG>
<ARG>
<NAME>RsnDvdBin::device</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Device</NICK>
<BLURB>DVD device location.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>

View file

@ -1,7 +1,6 @@
GObject
GstObject
GstPad
GstInterleavePad
GstPadTemplate
GstSignalProcessorPadTemplate
GstPluginFeature
@ -11,458 +10,120 @@ GObject
GstElement
GstBin
GstPipeline
DvbBaseBin
GstRgVolume
GstSDPDemux
GstRtpBin
GstRtpClient
GstSDPDemux
GstBaseSink
AlsaSPDIFSink
GstSFSink
GstBaseAudioSink
GstJackAudioSink
GstAudioSink
GstSDLAudioSink
GstOss4Sink
GstVideoSink
GstSDLVideoSink
GstGLImageSink
GstFBDEVSink
GstMultiFileSink
GstAppSink
GstCDAudio
GstPitch
GstBaseTransform
GstAudioFilter
GstBPMDetect
GstStereo
GstSpeexResample
GstVideoFilter
GstVideoAnalyse
GstVideoDetect
GstVideoMark
GstRgAnalysis
GstRgLimiter
GstIIR
GstDeinterlace
GstBayer2RGB
GstVideoCrop
GstTimidity
GstWildmidi
GstWavpackParse
GstWavpackDec
GstWavpackEnc
GstRgVolume
DvbBaseBin
RsnDvdBin
GstDeinterlace2
GstBaseSrc
GstPushSrc
GstMMS
GstDc1394
GstSouphttpSrc
GstNeonhttpSrc
GstRfbSrc
GstDvbSrc
GstBaseAudioSrc
GstAudioSrc
GstOss4Source
GstVCDSrc
GstDvbSrc
GstRfbSrc
GstSFSrc
GstMMS
GstMythtvSrc
GstNeonhttpSrc
GstAppSrc
GstSignalProcessor
ladspa-hardLimiter
ladspa-dj-eq-mono
ladspa-dj-eq
ladspa-branch-ia-oaoa
ladspa-branch-ic-ococ
ladspa-Exaggerate
ladspa-Transpose
ladspa-Accumulate
ladspa-sinusWavewrapper
ladspa-foverdrive
ladspa-mbeq
ladspa-delayorama
ladspa-tap-equalizer-bw
ladspa-crossoverDist
ladspa-fadDelay
ladspa-multivoiceChorus
ladspa-syncsquare-faga-oa
ladspa-syncsquare-fcga-oa
ladspa-smoothDecimate
ladspa-allpass-n
ladspa-allpass-l
ladspa-allpass-c
ladspa-fmOsc
ladspa-foldover
ladspa-valve
ladspa-difference-iama-oa
ladspa-difference-iamc-oa
ladspa-difference-icma-oa
ladspa-difference-icmc-oc
ladspa-Mvclpf-1
ladspa-Mvclpf-2
ladspa-Mvclpf-3
ladspa-Mvclpf-4
ladspa-alienwah-mono
ladspa-alienwah-stereo
ladspa-gongBeater
ladspa-Chorus1
ladspa-Chorus2
ladspa-hilbert
ladspa-tapeDelay
ladspa-sum-iaia-oa
ladspa-sum-iaic-oa
ladspa-sum-icic-oc
ladspa-matched
ladspa-sc1
ladspa-combSplitter
ladspa-declip
ladspa-sc4m
ladspa-preamp
ladspa-lsFilter
ladspa-matrixMSSt
ladspa-lpf
ladspa-hpf
ladspa-quantiser50
ladspa-plate
ladspa-inv
ladspa-diode
ladspa-quantiser100
ladspa-tap-tubewarmth
ladspa-vcf-reslp
ladspa-vcf-lp
ladspa-vcf-hp
ladspa-vcf-bp1
ladspa-vcf-bp2
ladspa-vcf-notch
ladspa-vcf-peakeq
ladspa-vcf-lshelf
ladspa-vcf-hshelf
ladspa-dcRemove
ladspa-satanMaximiser
ladspa-syncpulse-fapaga-oa
ladspa-syncpulse-fcpcga-oa
ladspa-transient
ladspa-sc3
ladspa-tap-sigmoid
ladspa-analogueOsc
ladspa-adsr
ladspa-sifter
ladspa-adsr-g+t
ladspa-ratio-nada-oa
ladspa-ratio-nadc-oa
ladspa-ratio-ncda-oa
ladspa-ratio-ncdc-oc
ladspa-giantFlange
ladspa-svf
ladspa-lp4pole-faraia-oa
ladspa-lp4pole-fcrcia-oa
ladspa-tap-pitch
ladspa-square-fa-oa
ladspa-square-fc-oa
ladspa-bandpass-a-iir
ladspa-amp-mono
ladspa-amp-stereo
ladspa-ringmod-2i1o
ladspa-ringmod-1i1o1l
ladspa-delay-n
ladspa-delay-l
ladspa-delay-c
ladspa-fmod-fama-oa
ladspa-fmod-famc-oa
ladspa-fmod-fcma-oa
ladspa-fmod-fcmc-oc
ladspa-gverb
ladspa-se4
ladspa-gong
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-5s
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-sine-faaa
ladspa-sine-faac
ladspa-sine-fcaa
ladspa-sine-fcac
ladspa-syndrum
ladspa-vcf303
ladspa-wshape-sine
ladspa-chebstortion
ladspa-lcrDelay
ladspa-divider
ladspa-random-fasa-oa
ladspa-random-fasc-oa
ladspa-random-fcsa-oa
ladspa-random-fcsc-oa
ladspa-lfoPhaser
ladspa-fourByFourPole
ladspa-autoPhaser
ladspa-surroundEncoder
ladspa-tap-reflector
ladspa-fastLookaheadLimiter
ladspa-quantiser20
ladspa-vynil
ladspa-const
ladspa-product-iaia-oa
ladspa-product-iaic-oa
ladspa-product-icic-oc
ladspa-tap-reverb
ladspa-Pulse-VCO
ladspa-Saw-VCO
ladspa-Rec-VCO
ladspa-singlePara
ladspa-gate
ladspa-tap-dynamics-st
ladspa-Parametric1
ladspa-sinCos
ladspa-matrixSpatialiser
ladspa-tap-limiter
ladspa-bodeShifterCV
ladspa-Phaser1
ladspa-Phaser1+LFO
ladspa-decimator
ladspa-shaper
ladspa-triangle-fasa-oa
ladspa-triangle-fasc-oa
ladspa-triangle-fcsa-oa
ladspa-triangle-fcsc-oa
ladspa-matrixStMS
ladspa-djFlanger
ladspa-imp
ladspa-tap-dynamics-m
ladspa-xfade
ladspa-xfade4
ladspa-tap-tremolo
ladspa-pitchScale
ladspa-pitchScaleHQ
ladspa-valveRect
ladspa-tap-pinknoise
ladspa-interpolator
ladspa-hermesFilter
ladspa-impulse-fc
ladspa-bodeShifter
ladspa-harmonicGen
ladspa-pulse-fapa-oa
ladspa-pulse-fapc-oa
ladspa-pulse-fcpa-oa
ladspa-pulse-fcpc-oa
ladspa-lowpass-iir
ladspa-tap-rotspeak
ladspa-tap-vibrato
ladspa-stepMuxer
ladspa-flanger
ladspa-amp
ladspa-dahdsr-g+t-audio
ladspa-dahdsr-g+t-control
ladspa-dahdsr-cg+t-control
ladspa-Sync-Saw-VCO
ladspa-Sync-Rect-VCO
ladspa-Sync-Tri-VCO
ladspa-bwxover-iir
ladspa-buttlow-iir
ladspa-butthigh-iir
ladspa-Mvchpf-1
ladspa-tracker-gaaadaia-oa
ladspa-tracker-gaacdcia-oa
ladspa-tap-doubler
ladspa-amp-gaia-oa
ladspa-amp-gcia-oa
ladspa-sequencer16
ladspa-sc2
ladspa-dysonCompress
ladspa-decay
ladspa-alias
ladspa-SooperLooper
ladspa-vlevel-mono
ladspa-vlevel-stereo
ladspa-artificialLatency
ladspa-triplePara
ladspa-revdelay
ladspa-tap-equalizer
ladspa-retroFlange
ladspa-Ambisonics-mono-panner
ladspa-Ambisonics-stero-panner
ladspa-Ambisonics-rotator
ladspa-Ambisonics-square-decoder
ladspa-Ambisonics-hexagon-decoder
ladspa-G2reverb
ladspa-amPitchshift
ladspa-modDelay
ladspa-zm1
ladspa-split
ladspa-tap-autopan
ladspa-rateShifter
ladspa-Filter
ladspa-Flanger
ladspa-Reverb
ladspa-VintageDelay
ladspa-RotarySpeaker
ladspa-Phaser
ladspa-Eq
ladspa-Eq2x2
ladspa-Compress
ladspa-Pan
ladspa-PreampIII
ladspa-PreampIV
ladspa-ToneStack
ladspa-ToneStackLT
ladspa-AmpIII
ladspa-AmpIV
ladspa-AmpV
ladspa-AmpVTS
ladspa-CabinetI
ladspa-CabinetII
ladspa-Clip
ladspa-ChorusI
ladspa-StereoChorusI
ladspa-ChorusII
ladspa-StereoChorusII
ladspa-PhaserI
ladspa-PhaserII
ladspa-SweepVFI
ladspa-SweepVFII
ladspa-AutoWah
ladspa-Scape
ladspa-VCOs
ladspa-VCOd
ladspa-CEO
ladspa-Sin
ladspa-White
ladspa-Lorenz
ladspa-Roessler
ladspa-JVRev
ladspa-Plate
ladspa-Plate2x2
ladspa-Click
ladspa-Dirac
ladspa-HRTF
ladspa-sequencer64
ladspa-unmatched
ladspa-pointerCastDistortion
ladspa-comb
ladspa-tap-stereo-echo
ladspa-gsm
ladspa-highpass-iir
ladspa-vocoder
ladspa-karaoke
ladspa-jaminController
ladspa-tap-chorusflanger
ladspa-bandpass-iir
ladspa-sc4
ladspa-sawtooth-fa-oa
ladspa-sawtooth-fc-oa
ladspa-waveTerrain
ladspa-notch-iir
ladspa-freqTracker
ladspa-comb-n
ladspa-comb-l
ladspa-comb-c
ladspa-sequencer32
ladspa-tap-deesser
ladspa-noise-white
ladspa-super-60
GstTRM
GstMusepackDec
GstMplex
GstBaseMetadata
GstMetadataDemux
GstMetadataMux
GstXvidEnc
GstXvidDec
GstX264Enc
GstFaad
GstFaac
GstDivxDec
GstDivxEnc
GstBz2enc
GstBz2dec
GstOss4Mixer
GstFestival
GstSFSrc
GstFLVDemux
GstNuvDemux
GstBaseTransform
GstIIR
GstVideoFilter
GstVideoAnalyse
GstVideoDetect
GstVideoMark
GstDeinterlace
GstSpeexResample
GstRgAnalysis
GstRgLimiter
GstBayer2RGB
GstAudioFilter
GstStereo
GstBPMDetect
GstTtaParse
GstTtaDec
GstDVDSpu
GstFreeze
GstInterleave
GstDeinterleave
GstSpeed
GstY4mEncode
GstH264Parse
MpegVideoParse
GstSwitch
GstSrtEnc
GstVMncDec
GstInputSelector
GstOutputSelector
GstRawParse
GstVideoParse
GstAudioParse
MpegTSParse
GstH264Parse
GstFreeze
GstModPlug
GstDVDSpu
GstXingMux
GstRtpJitterBuffer
GstRtpPtDemux
GstRtpSession
GstRtpSsrcDemux
GstMpeg4VParse
GstSpeed
GstQTDemux
GstBaseRTPDepayload
GstRtpXQTDepay
GstCDXAParse
GstVcdParse
GstNuvDemux
GstVMncDec
GstBaseSink
GstAppSink
GstFBDEVSink
GstBaseAudioSink
GstAudioSink
GstOss4Sink
GstNasSink
GstSDLAudioSink
GstJackAudioSink
AlsaSPDIFSink
GstSFSink
GstVideoSink
GstSDLVideoSink
GstDfbVideoSink
GstRawParse
GstVideoParse
GstAudioParse
GstRealVideoDec
GstRealAudioDec
GstInterleave
GstDeinterleave
GstTtaParse
GstTtaDec
GstY4mEncode
MpegTSParse
GstNsfDec
GstCDXAParse
GstVcdParse
GstMpeg4VParse
GstSrtEnc
GstMveDemux
GstMveMux
GstGDPDepay
GstGDPPay
GstFLVDemux
GstModPlug
GstFestival
GstOss4Mixer
GstBaseMetadata
GstMetadataDemux
GstMetadataMux
GstX264Enc
GstTRM
GstDtsDec
GstFaac
GstGSMEnc
GstGSMDec
GstMpeg2enc
GstMusepackDec
GstPitch
GstXvidEnc
GstXvidDec
GstSignalProcessor
ladspa-noise-white
ladspa-delay-5s
ladspa-amp-mono
ladspa-amp-stereo
ladspa-sine-faaa
ladspa-sine-faac
ladspa-sine-fcaa
ladspa-sine-fcac
ladspa-lpf
ladspa-hpf
GstWildmidi
GstSpcDec
GstFaad
GstCDAudio
GstBz2enc
GstBz2dec
GstBus
GstTask
GstClock
@ -473,12 +134,17 @@ GObject
GstRingBuffer
GstJackAudioSinkRingBuffer
GstSignalObject
GstMixerTrack
GstMixerOptions
GstColorBalanceChannel
GInterface
GTypePlugin
GstChildProxy
GstURIHandler
GstTagSetter
GstPropertyProbe
GstImplementsInterface
GstMixer
GstTagSetter
GstXOverlay
GstNavigation
GstPropertyProbe
GstMixer
GstColorBalance

View file

@ -1,19 +1,21 @@
GstBin GstChildProxy
GstPipeline GstChildProxy
DvbBaseBin GstChildProxy GstURIHandler
GstRgVolume GstChildProxy
GstSDPDemux GstChildProxy
GstRtpBin GstChildProxy
GstRtpClient GstChildProxy
GstSDPDemux GstChildProxy
GstRgVolume GstChildProxy
DvbBaseBin GstChildProxy GstURIHandler
RsnDvdBin GstChildProxy GstURIHandler
GstDeinterlace2 GstChildProxy
GstOss4Source GstPropertyProbe GstImplementsInterface GstMixer
GstVCDSrc GstURIHandler
GstMMS GstURIHandler
GstMythtvSrc GstURIHandler
GstNeonhttpSrc GstURIHandler
GstAppSrc GstURIHandler
GstOss4Sink GstPropertyProbe
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
GstGLImageSink GstImplementsInterface GstXOverlay
GstMultiFileSink GstURIHandler
GstCDAudio GstURIHandler
GstMMS GstURIHandler
GstNeonhttpSrc GstURIHandler
GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer
GstVCDSrc GstURIHandler
GstAppSrc GstURIHandler
GstDfbVideoSink GstImplementsInterface GstColorBalance GstNavigation
GstOss4Mixer GstPropertyProbe GstImplementsInterface GstMixer
GstMetadataMux GstTagSetter
GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer
GstCDAudio GstURIHandler

View file

@ -1,7 +1,6 @@
GstChildProxy GstObject
GstTagSetter GstObject GstElement
GstImplementsInterface GstObject GstElement
GstXOverlay GstObject GstImplementsInterface GstElement
GstTagSetter GstObject GstElement
GstColorBalance GstObject GstImplementsInterface GstElement
GstMixer GstObject GstImplementsInterface GstElement
GstTagSetter GstObject GstElement
GstXOverlay GstObject GstImplementsInterface GstElement
GstColorBalance GstObject GstImplementsInterface GstElement

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>appsink</name>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Compress or decompress streams</description>
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
<basename>libgstbz2.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,10 +3,10 @@
<description>DirectFB video output plugin</description>
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
<basename>libgstdfbvideosink.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Decodes DTS audio streams</description>
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
<basename>libgstdtsdec.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>DVB elements</description>
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
<basename>libgstdvb.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Free AAC Encoder (FAAC)</description>
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
<basename>libgstfaac.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Free AAC Decoder (FAAD)</description>
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
<basename>libgstfaad.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>linux framebuffer video sink</description>
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
<basename>libgstfbdevsink.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>IIR audio filter element</description>
<filename>../../gst/filter/.libs/libgstfilter.so</filename>
<basename>libgstfilter.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>iir</name>

View file

@ -3,11 +3,11 @@
<description>Element demuxing FLV stream</description>
<filename>../../gst/flv/.libs/libgstflvdemux.so</filename>
<basename>libgstflvdemux.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Stream freezer</description>
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
<basename>libgstfreeze.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>GSM encoder/decoder</description>
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
<basename>libgstgsm.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Deinterlace video</description>
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
<basename>libgstdeinterlace.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Jack elements</description>
<filename>../../ext/jack/.libs/libgstjack.so</filename>
<basename>libgstjack.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>.MOD audio decoding</description>
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
<basename>libgstmodplug.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>MPEG-4 video parser</description>
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
<basename>libgstmpeg4videoparse.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>MPEG-2 transport stream parser</description>
<filename>../../gst/mpegtsparse/.libs/libgstmpegtsparse.so</filename>
<basename>libgstmpegtsparse.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>mpegtsparse</name>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Musepack decoder</description>
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
<basename>libgstmusepack.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>lib MythTV src</description>
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
<basename>libgstmythtvsrc.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Decode REAL streams</description>
<filename>../../gst/real/.libs/libgstreal.so</filename>
<basename>libgstreal.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>
@ -20,7 +20,7 @@
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-pn-realaudio; audio/x-sipro</details>
<details>audio/x-pn-realaudio, raversion=(int){ 3, 4, 5, 6, 8 }; audio/x-sipro</details>
</caps>
<caps>
<name>src</name>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Audio Pitch Controller &amp; BPM Detection</description>
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
<basename>libgstsoundtouch.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>OpenSPC Audio Decoder</description>
<filename>../../ext/spc/.libs/libgstspc.so</filename>
<basename>libgstspc.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Resamples audio</description>
<filename>../../gst/speexresample/.libs/libgstspeexresample.so</filename>
<basename>libgstspeexresample.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>speexresample</name>

View file

@ -3,10 +3,10 @@
<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.7.1</version>
<version>0.10.8</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>
@ -17,14 +17,14 @@
<author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details>
</caps>

View file

@ -3,11 +3,11 @@
<description>subtitle encoders</description>
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
<basename>libgstsubenc.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Various video signal analysers</description>
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
<basename>libgstvideosignal.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>VMnc video plugin library</description>
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
<basename>libgstvmnc.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>Wildmidi Plugin</description>
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
<basename>libgstwildmidi.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -3,11 +3,11 @@
<description>XviD plugin library</description>
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
<basename>libgstxvid.so</basename>
<version>0.10.7.1</version>
<version>0.10.8</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>

View file

@ -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.7.1</version>
<version>0.10.8</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>

View file

@ -34,6 +34,17 @@ real live maintainer, or some actual wide use.
</CVSRepository>
</repository>
<release>
<Version>
<revision>0.10.8</revision>
<branch>0.10</branch>
<name>Vapour Trails</name>
<created>2008-07-31</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.8.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.8.tar.gz" />
</Version>
</release>
<release>
<Version>
<revision>0.10.7</revision>

View file

@ -14,9 +14,6 @@
/* Location of registry */
#define GST_CACHE_DIR PREFIX "\\var\\cache"
/* macro to use to show function name */
#undef GST_FUNCTION
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
#undef GST_GCOV_ENABLED
@ -202,7 +199,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.10.7"
#define VERSION "0.10.8"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */