mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 21:36:35 +00:00
Release 0.10.8
Original commit message from CVS: Release 0.10.8
This commit is contained in:
parent
eb136ada33
commit
e020883ae7
70 changed files with 517 additions and 6211 deletions
|
@ -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>
|
2008-07-25 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
@ -1282,7 +1289,7 @@
|
||||||
|
|
||||||
2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
|
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),
|
* ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
|
||||||
(gst_wildmidi_change_state), (plugin_init):
|
(gst_wildmidi_change_state), (plugin_init):
|
||||||
|
|
59
NEWS
59
NEWS
|
@ -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:
|
Changes since 0.10.6:
|
||||||
|
|
||||||
|
|
137
RELEASE
137
RELEASE
|
@ -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
|
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.
|
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
|
Features of this release
|
||||||
|
|
||||||
* OSS v4 support
|
* Support shared desktops in RFB input
|
||||||
* libdc1394 2.0.0 support
|
* Make the Quicktime codec wrapper work on win32
|
||||||
* AAC support fixes
|
* Experimental DVD navigation support
|
||||||
* RTP support improved
|
* Support AAC/H.264 in FLV files
|
||||||
* New OFA element
|
* Fixes in the DirectShow codec wrapper
|
||||||
* SRT subtitle encoder added
|
* Fix the Real codec wrapper plugin
|
||||||
* Windows Inet support for http/ftp
|
* New deinterlace2 plugin incorporating TVtime deinterlacers
|
||||||
* Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS
|
* Handle seeking, timestamps, duration in RAW video/audio parsers
|
||||||
* Fixes in Bayer decoder, replaygain analysis, GSM decoder
|
* New DirectShow video sink for Win32
|
||||||
* DVB/MPEG-TS support improved
|
* FAAD reverse playback support
|
||||||
* NSF decoder updated
|
* OSS4 support improvements
|
||||||
* 'metadata' plugin enhancements
|
* MythTV seeking support
|
||||||
* Dirac encoder ported to libschroedinger
|
* SPC decoder now supports seeking, tags and duration queries
|
||||||
* mplex element ported to 0.10
|
* Replaygain elements moved to Good
|
||||||
* VCD/CDXA parser ported to 0.10
|
* Deinterleave/interleave elements fixed and moved to Good
|
||||||
* Directshow wrapper improvements
|
* MPEG-4 video stream parser fixes
|
||||||
* 'selector' plugin enhancements
|
* Improved MPEG-TS parsing for DVB support
|
||||||
* souphttpsrc moved to the -good module
|
* Improvements in App source/sink
|
||||||
* Various other fixes and enhancements
|
* RTP manager enhancements
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 498237 : nsfdec crash with SK8ORDIE.
|
* 533736 : [mythtvsrc] Seeking doesn't work
|
||||||
* 529378 : faad leaks GstAudioChannelPosition
|
* 544050 : ext/timidity/gsttimidity.c : ISO C90 forbids mixed decla...
|
||||||
* 351309 : New Element: gst-puid
|
* 454151 : SPC plugin enhancements (patch)
|
||||||
* 469979 : [faad] Could not map channel positions - setting caps on ...
|
* 506594 : [interleave] doesn't work with channels > 1
|
||||||
* 494499 : replaygain analysis slowdown on low volume (denormals)
|
* 521392 : Proposed patches for bayer2rgb encoding
|
||||||
* 514948 : [souphttpsrc] configurable buffer size setting and zero-copy
|
* 525613 : [wildmidi] [PATCH] initializes library multiple times
|
||||||
* 514964 : [dc1394] port to new stable 2.0.x API
|
* 528618 : amrwb plugin do not build without warning with the 3ggp s...
|
||||||
* 517937 : various C89 fixes
|
* 529359 : BBC Real Audio stream is just noise
|
||||||
* 518227 : test/icles/metadata_editor.c does not compile on Windows
|
* 530611 : [gstsrtenc] declare variables at beginning of block
|
||||||
* 518722 : [souphttpsrc] append cookie headers to HTTP request
|
* 531840 : QuickTime wrapper doesn't work on Win32
|
||||||
* 519905 : [mvedemux] fix audio discontinuity
|
* 531955 : gstrtpsession doesn't send RTCP bye on EOS
|
||||||
* 520329 : [PATCH] mjpegtools: mplex ported to 0.10 and mpeg2enc upd...
|
* 532723 : mpeg4videoparse should parse the codec data
|
||||||
* 520626 : Implement collision and loop detection in rtpmanager
|
* 533435 : wildmidi does not work
|
||||||
* 520892 : [dshowvideosrc] latency and shutdown improvements
|
* 533559 : mpeg4videoparse should skip garbage
|
||||||
* 520894 : rtpmanager rtcp thread shutdown deadlock
|
* 535043 : VCD plugin only plays first track
|
||||||
* 520897 : new element: wininetsrc
|
* 536042 : mpeg4videoparse broken on big endian architectures
|
||||||
* 521749 : [souphttpsrc] unit test fails on mandriva cooker
|
* 536258 : interleave doesn't close properly
|
||||||
* 522134 : [souphttpsrc] Playback should continue seamlessly on serv...
|
* 536856 : rtpmanager deadlocks when receiving new data while going ...
|
||||||
* 522212 : wrong origin
|
* 538560 : [mpegtsparse] static caps reference counter incremented i...
|
||||||
* 522884 : gstneonhttpsrc does not handle the HTTP status 303 correc...
|
* 539292 : memory leak in mpegtsparse
|
||||||
* 523854 : [souphttpsrc] Glitches and crackling when playing things ...
|
* 539601 : [realvideodec] not-negotiated error if codec lib isn't found
|
||||||
* 524035 : [neonhttpsrc] fails to compile with libneon 0.28.x
|
* 541522 : cross mingw32 gcc: festival plugin compilation fix
|
||||||
* 525271 : [new plugin] srtenc
|
* 541543 : fix HAVE_OSS4 detection code in configure.ac
|
||||||
* 526337 : souphttpsrc ignores connections error
|
* 543286 : deinterlace2 doesn't build outside gcc
|
||||||
* 527622 : [flvdemux] crash in FLV demuxer
|
* 543846 : [resindvd] Impossible to build from the first configure r...
|
||||||
* 528000 : [timidity] Doesn't dist all files correctly
|
* 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends
|
||||||
* 528011 : [dc1394] Shouldn't be included in the states test
|
* 543860 : [modplug] Uses CFLAGS for CXXFLAGS
|
||||||
* 528245 : rtpbin element leaks
|
* 543861 : [resindvd] Some files not disted
|
||||||
* 528266 : [ofa] Unit test fails because of different fingerprints
|
* 544457 : -bad doesn't compile with MSVC
|
||||||
* 528614 : timeout introduced in poll loop for fd in dvbsrc causes b...
|
* 526905 : [musepack] Port to the new libmpcdec API
|
||||||
* 529283 : [ofa] Unit test leaks tag string
|
* 532011 : Deadlock in rtpsession
|
||||||
* 529285 : [rganalysis] Unit test leaks a GstTagList
|
* 536309 : Seeking in pipeline with videoparse crashes
|
||||||
* 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
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -146,33 +143,33 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Andreas Henriksson
|
* Alessandro Decina
|
||||||
* Andy Wingo
|
* Andy Wingo
|
||||||
|
* Bastien Nocera
|
||||||
|
* Brian Koropoff
|
||||||
|
* Clive Wright
|
||||||
* Damien Lespiau
|
* Damien Lespiau
|
||||||
* Daniel Fischer
|
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Ed Catmur
|
|
||||||
* Edgard Lima
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Emilio Pozuelo Monfort
|
* Håvard Graff
|
||||||
* Eric Buehl
|
* Ilja Pavkovic
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Jan de Groot
|
|
||||||
* Jens Granseuer
|
* Jens Granseuer
|
||||||
* Julien Moutte
|
* Julien Moutte
|
||||||
* Kapil Agrawal
|
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
|
* Martin Eikermann
|
||||||
|
* Michael Smith
|
||||||
* Ole André Vadla Ravnås
|
* Ole André Vadla Ravnås
|
||||||
* Olivier Crete
|
* Olivier Crete
|
||||||
* Peter Kjellerstedt
|
* Peter Kjellerstedt
|
||||||
* Rene Stadler
|
* Ryan Houdek
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
|
* Sebastian Pölsterl
|
||||||
|
* Sebastien Merle
|
||||||
* Sjoerd Simons
|
* Sjoerd Simons
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Thijs Vermeir
|
* Thijs Vermeir
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* William M. Brack
|
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* Wouter Cloetens
|
|
||||||
* Zaheer Abbas Merali
|
* Zaheer Abbas Merali
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.7.3,
|
AC_INIT(GStreamer Bad Plug-ins, 0.10.8,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-bad)
|
gst-plugins-bad)
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPitch::pitch</NAME>
|
<NAME>GstPitch::pitch</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0,1,10]</RANGE>
|
<RANGE>[0.1,10]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Pitch</NICK>
|
<NICK>Pitch</NICK>
|
||||||
<BLURB>Audio stream pitch.</BLURB>
|
<BLURB>Audio stream pitch.</BLURB>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPitch::rate</NAME>
|
<NAME>GstPitch::rate</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0,1,10]</RANGE>
|
<RANGE>[0.1,10]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Rate</NICK>
|
<NICK>Rate</NICK>
|
||||||
<BLURB>Audio stream rate.</BLURB>
|
<BLURB>Audio stream rate.</BLURB>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPitch::tempo</NAME>
|
<NAME>GstPitch::tempo</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0,1,10]</RANGE>
|
<RANGE>[0.1,10]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Tempo</NICK>
|
<NICK>Tempo</NICK>
|
||||||
<BLURB>Audio stream tempo.</BLURB>
|
<BLURB>Audio stream tempo.</BLURB>
|
||||||
|
@ -1331,7 +1331,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstSpeed::speed</NAME>
|
<NAME>GstSpeed::speed</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0,1,40]</RANGE>
|
<RANGE>[0.1,40]</RANGE>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>speed</NICK>
|
<NICK>speed</NICK>
|
||||||
<BLURB>speed.</BLURB>
|
<BLURB>speed.</BLURB>
|
||||||
|
@ -1838,6 +1838,26 @@
|
||||||
<DEFAULT>FALSE</DEFAULT>
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
</ARG>
|
</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>
|
<ARG>
|
||||||
<NAME>GstDeinterlace::blend</NAME>
|
<NAME>GstDeinterlace::blend</NAME>
|
||||||
<TYPE>gboolean</TYPE>
|
<TYPE>gboolean</TYPE>
|
||||||
|
@ -16835,7 +16855,7 @@
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Dry-Wet-Balance</NICK>
|
<NICK>Dry-Wet-Balance</NICK>
|
||||||
<BLURB>Dry-Wet-Balance.</BLURB>
|
<BLURB>Dry-Wet-Balance.</BLURB>
|
||||||
<DEFAULT>0,5</DEFAULT>
|
<DEFAULT>0.5</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17345,7 +17365,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Path where to search for RealPlayer codecs</NICK>
|
<NICK>Path where to search for RealPlayer codecs</NICK>
|
||||||
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
<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>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17385,7 +17405,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Path where to search for RealPlayer codecs</NICK>
|
<NICK>Path where to search for RealPlayer codecs</NICK>
|
||||||
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
<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>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17715,7 +17735,7 @@
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Pattern sensitivity</NICK>
|
<NICK>Pattern sensitivity</NICK>
|
||||||
<BLURB>The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest).</BLURB>
|
<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>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17755,7 +17775,7 @@
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Pattern center</NICK>
|
<NICK>Pattern center</NICK>
|
||||||
<BLURB>The center of the black/white separation (0.0 = lowest, 1.0 highest).</BLURB>
|
<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>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17905,7 +17925,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>stereo</NICK>
|
<NICK>stereo</NICK>
|
||||||
<BLURB>stereo.</BLURB>
|
<BLURB>stereo.</BLURB>
|
||||||
<DEFAULT>0,1</DEFAULT>
|
<DEFAULT>0.1</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -21893,3 +21913,43 @@
|
||||||
<DEFAULT>1</DEFAULT>
|
<DEFAULT>1</DEFAULT>
|
||||||
</ARG>
|
</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>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
GObject
|
GObject
|
||||||
GstObject
|
GstObject
|
||||||
GstPad
|
GstPad
|
||||||
GstInterleavePad
|
|
||||||
GstPadTemplate
|
GstPadTemplate
|
||||||
GstSignalProcessorPadTemplate
|
GstSignalProcessorPadTemplate
|
||||||
GstPluginFeature
|
GstPluginFeature
|
||||||
|
@ -11,458 +10,120 @@ GObject
|
||||||
GstElement
|
GstElement
|
||||||
GstBin
|
GstBin
|
||||||
GstPipeline
|
GstPipeline
|
||||||
DvbBaseBin
|
GstSDPDemux
|
||||||
GstRgVolume
|
|
||||||
GstRtpBin
|
GstRtpBin
|
||||||
GstRtpClient
|
GstRtpClient
|
||||||
GstSDPDemux
|
GstRgVolume
|
||||||
GstBaseSink
|
DvbBaseBin
|
||||||
AlsaSPDIFSink
|
RsnDvdBin
|
||||||
GstSFSink
|
GstDeinterlace2
|
||||||
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
|
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
GstPushSrc
|
GstPushSrc
|
||||||
GstMMS
|
GstRfbSrc
|
||||||
GstDc1394
|
GstDvbSrc
|
||||||
GstSouphttpSrc
|
|
||||||
GstNeonhttpSrc
|
|
||||||
GstBaseAudioSrc
|
GstBaseAudioSrc
|
||||||
GstAudioSrc
|
GstAudioSrc
|
||||||
GstOss4Source
|
GstOss4Source
|
||||||
GstVCDSrc
|
GstVCDSrc
|
||||||
GstDvbSrc
|
GstMMS
|
||||||
GstRfbSrc
|
GstMythtvSrc
|
||||||
GstSFSrc
|
GstNeonhttpSrc
|
||||||
GstAppSrc
|
GstAppSrc
|
||||||
GstSignalProcessor
|
GstSFSrc
|
||||||
ladspa-hardLimiter
|
GstFLVDemux
|
||||||
ladspa-dj-eq-mono
|
GstNuvDemux
|
||||||
ladspa-dj-eq
|
GstBaseTransform
|
||||||
ladspa-branch-ia-oaoa
|
GstIIR
|
||||||
ladspa-branch-ic-ococ
|
GstVideoFilter
|
||||||
ladspa-Exaggerate
|
GstVideoAnalyse
|
||||||
ladspa-Transpose
|
GstVideoDetect
|
||||||
ladspa-Accumulate
|
GstVideoMark
|
||||||
ladspa-sinusWavewrapper
|
GstDeinterlace
|
||||||
ladspa-foverdrive
|
GstSpeexResample
|
||||||
ladspa-mbeq
|
GstRgAnalysis
|
||||||
ladspa-delayorama
|
GstRgLimiter
|
||||||
ladspa-tap-equalizer-bw
|
GstBayer2RGB
|
||||||
ladspa-crossoverDist
|
GstAudioFilter
|
||||||
ladspa-fadDelay
|
GstStereo
|
||||||
ladspa-multivoiceChorus
|
GstBPMDetect
|
||||||
ladspa-syncsquare-faga-oa
|
GstTtaParse
|
||||||
ladspa-syncsquare-fcga-oa
|
GstTtaDec
|
||||||
ladspa-smoothDecimate
|
GstDVDSpu
|
||||||
ladspa-allpass-n
|
GstFreeze
|
||||||
ladspa-allpass-l
|
GstInterleave
|
||||||
ladspa-allpass-c
|
GstDeinterleave
|
||||||
ladspa-fmOsc
|
GstSpeed
|
||||||
ladspa-foldover
|
GstY4mEncode
|
||||||
ladspa-valve
|
GstH264Parse
|
||||||
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
|
|
||||||
MpegVideoParse
|
MpegVideoParse
|
||||||
GstSwitch
|
GstVMncDec
|
||||||
GstSrtEnc
|
|
||||||
GstInputSelector
|
GstInputSelector
|
||||||
GstOutputSelector
|
GstOutputSelector
|
||||||
GstRawParse
|
|
||||||
GstVideoParse
|
|
||||||
GstAudioParse
|
|
||||||
MpegTSParse
|
|
||||||
GstH264Parse
|
|
||||||
GstFreeze
|
|
||||||
GstModPlug
|
|
||||||
GstDVDSpu
|
|
||||||
GstXingMux
|
|
||||||
GstRtpJitterBuffer
|
GstRtpJitterBuffer
|
||||||
GstRtpPtDemux
|
GstRtpPtDemux
|
||||||
GstRtpSession
|
GstRtpSession
|
||||||
GstRtpSsrcDemux
|
GstRtpSsrcDemux
|
||||||
GstMpeg4VParse
|
GstBaseSink
|
||||||
GstSpeed
|
GstAppSink
|
||||||
GstQTDemux
|
GstFBDEVSink
|
||||||
GstBaseRTPDepayload
|
GstBaseAudioSink
|
||||||
GstRtpXQTDepay
|
GstAudioSink
|
||||||
GstCDXAParse
|
GstOss4Sink
|
||||||
GstVcdParse
|
GstNasSink
|
||||||
GstNuvDemux
|
GstSDLAudioSink
|
||||||
GstVMncDec
|
GstJackAudioSink
|
||||||
|
AlsaSPDIFSink
|
||||||
|
GstSFSink
|
||||||
|
GstVideoSink
|
||||||
|
GstSDLVideoSink
|
||||||
|
GstDfbVideoSink
|
||||||
|
GstRawParse
|
||||||
|
GstVideoParse
|
||||||
|
GstAudioParse
|
||||||
GstRealVideoDec
|
GstRealVideoDec
|
||||||
GstRealAudioDec
|
GstRealAudioDec
|
||||||
GstInterleave
|
MpegTSParse
|
||||||
GstDeinterleave
|
|
||||||
GstTtaParse
|
|
||||||
GstTtaDec
|
|
||||||
GstY4mEncode
|
|
||||||
GstNsfDec
|
GstNsfDec
|
||||||
|
GstCDXAParse
|
||||||
|
GstVcdParse
|
||||||
|
GstMpeg4VParse
|
||||||
|
GstSrtEnc
|
||||||
GstMveDemux
|
GstMveDemux
|
||||||
GstMveMux
|
GstMveMux
|
||||||
GstGDPDepay
|
GstModPlug
|
||||||
GstGDPPay
|
GstFestival
|
||||||
GstFLVDemux
|
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
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstClock
|
GstClock
|
||||||
|
@ -473,12 +134,17 @@ GObject
|
||||||
GstRingBuffer
|
GstRingBuffer
|
||||||
GstJackAudioSinkRingBuffer
|
GstJackAudioSinkRingBuffer
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
|
GstMixerTrack
|
||||||
|
GstMixerOptions
|
||||||
|
GstColorBalanceChannel
|
||||||
GInterface
|
GInterface
|
||||||
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
GstTagSetter
|
GstPropertyProbe
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
|
GstMixer
|
||||||
|
GstTagSetter
|
||||||
GstXOverlay
|
GstXOverlay
|
||||||
GstNavigation
|
GstNavigation
|
||||||
GstPropertyProbe
|
GstColorBalance
|
||||||
GstMixer
|
|
||||||
|
|
|
@ -1,19 +1,21 @@
|
||||||
GstBin GstChildProxy
|
GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
GstPipeline GstChildProxy
|
||||||
DvbBaseBin GstChildProxy GstURIHandler
|
GstSDPDemux GstChildProxy
|
||||||
GstRgVolume GstChildProxy
|
|
||||||
GstRtpBin GstChildProxy
|
GstRtpBin GstChildProxy
|
||||||
GstRtpClient 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
|
GstOss4Sink GstPropertyProbe
|
||||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||||
GstGLImageSink GstImplementsInterface GstXOverlay
|
GstDfbVideoSink GstImplementsInterface GstColorBalance GstNavigation
|
||||||
GstMultiFileSink GstURIHandler
|
GstOss4Mixer GstPropertyProbe GstImplementsInterface GstMixer
|
||||||
GstCDAudio GstURIHandler
|
|
||||||
GstMMS GstURIHandler
|
|
||||||
GstNeonhttpSrc GstURIHandler
|
|
||||||
GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer
|
|
||||||
GstVCDSrc GstURIHandler
|
|
||||||
GstAppSrc GstURIHandler
|
|
||||||
GstMetadataMux GstTagSetter
|
GstMetadataMux GstTagSetter
|
||||||
GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer
|
GstCDAudio GstURIHandler
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
GstTagSetter GstObject GstElement
|
|
||||||
GstImplementsInterface GstObject GstElement
|
GstImplementsInterface GstObject GstElement
|
||||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
|
||||||
GstTagSetter GstObject GstElement
|
|
||||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
GstMixer GstObject GstImplementsInterface GstElement
|
||||||
|
GstTagSetter GstObject GstElement
|
||||||
|
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||||
|
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Alsa plugin for S/PDIF output</description>
|
<description>Alsa plugin for S/PDIF output</description>
|
||||||
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
||||||
<basename>libgstalsaspdif.so</basename>
|
<basename>libgstalsaspdif.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>alsaspdifsink</name>
|
<name>alsaspdifsink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Elements used to communicate with applications</description>
|
<description>Elements used to communicate with applications</description>
|
||||||
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
||||||
<basename>libgstapp.so</basename>
|
<basename>libgstapp.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>appsink</name>
|
<name>appsink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Elements to convert Bayer images</description>
|
<description>Elements to convert Bayer images</description>
|
||||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||||
<basename>libgstbayer.so</basename>
|
<basename>libgstbayer.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>bayer2rgb</name>
|
<name>bayer2rgb</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Compress or decompress streams</description>
|
<description>Compress or decompress streams</description>
|
||||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||||
<basename>libgstbz2.so</basename>
|
<basename>libgstbz2.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>bz2dec</name>
|
<name>bz2dec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Play CD audio through the CD Drive</description>
|
<description>Play CD audio through the CD Drive</description>
|
||||||
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
||||||
<basename>libgstcdaudio.so</basename>
|
<basename>libgstcdaudio.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>cdaudio</name>
|
<name>cdaudio</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||||
<basename>libgstcdxaparse.so</basename>
|
<basename>libgstcdxaparse.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>cdxaparse</name>
|
<name>cdxaparse</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DirectFB video output plugin</description>
|
<description>DirectFB video output plugin</description>
|
||||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||||
<basename>libgstdfbvideosink.so</basename>
|
<basename>libgstdfbvideosink.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Decodes DTS audio streams</description>
|
<description>Decodes DTS audio streams</description>
|
||||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||||
<basename>libgstdtsdec.so</basename>
|
<basename>libgstdtsdec.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dtsdec</name>
|
<name>dtsdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>DVB elements</description>
|
<description>DVB elements</description>
|
||||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||||
<basename>libgstdvb.so</basename>
|
<basename>libgstdvb.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dvbbasebin</name>
|
<name>dvbbasebin</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>DVD Sub-picture Overlay element</description>
|
<description>DVD Sub-picture Overlay element</description>
|
||||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||||
<basename>libgstdvdspu.so</basename>
|
<basename>libgstdvdspu.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>dvdspu</name>
|
<name>dvdspu</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Free AAC Encoder (FAAC)</description>
|
<description>Free AAC Encoder (FAAC)</description>
|
||||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||||
<basename>libgstfaac.so</basename>
|
<basename>libgstfaac.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>faac</name>
|
<name>faac</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Free AAC Decoder (FAAD)</description>
|
<description>Free AAC Decoder (FAAD)</description>
|
||||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||||
<basename>libgstfaad.so</basename>
|
<basename>libgstfaad.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>faad</name>
|
<name>faad</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>linux framebuffer video sink</description>
|
<description>linux framebuffer video sink</description>
|
||||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||||
<basename>libgstfbdevsink.so</basename>
|
<basename>libgstfbdevsink.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>fbdevsink</name>
|
<name>fbdevsink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Synthesizes plain text into audio</description>
|
<description>Synthesizes plain text into audio</description>
|
||||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||||
<basename>libgstfestival.so</basename>
|
<basename>libgstfestival.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>festival</name>
|
<name>festival</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>IIR audio filter element</description>
|
<description>IIR audio filter element</description>
|
||||||
<filename>../../gst/filter/.libs/libgstfilter.so</filename>
|
<filename>../../gst/filter/.libs/libgstfilter.so</filename>
|
||||||
<basename>libgstfilter.so</basename>
|
<basename>libgstfilter.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>iir</name>
|
<name>iir</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Element demuxing FLV stream</description>
|
<description>Element demuxing FLV stream</description>
|
||||||
<filename>../../gst/flv/.libs/libgstflvdemux.so</filename>
|
<filename>../../gst/flv/.libs/libgstflvdemux.so</filename>
|
||||||
<basename>libgstflvdemux.so</basename>
|
<basename>libgstflvdemux.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>flvdemux</name>
|
<name>flvdemux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Stream freezer</description>
|
<description>Stream freezer</description>
|
||||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||||
<basename>libgstfreeze.so</basename>
|
<basename>libgstfreeze.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>freeze</name>
|
<name>freeze</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>GSM encoder/decoder</description>
|
<description>GSM encoder/decoder</description>
|
||||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||||
<basename>libgstgsm.so</basename>
|
<basename>libgstgsm.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>gsmdec</name>
|
<name>gsmdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Deinterlace video</description>
|
<description>Deinterlace video</description>
|
||||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||||
<basename>libgstdeinterlace.so</basename>
|
<basename>libgstdeinterlace.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>deinterlace</name>
|
<name>deinterlace</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>RTP session management plugin library</description>
|
<description>RTP session management plugin library</description>
|
||||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||||
<basename>libgstrtpmanager.so</basename>
|
<basename>libgstrtpmanager.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>gstrtpbin</name>
|
<name>gstrtpbin</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Element parsing raw h264 streams</description>
|
<description>Element parsing raw h264 streams</description>
|
||||||
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
||||||
<basename>libgsth264parse.so</basename>
|
<basename>libgsth264parse.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>h264parse</name>
|
<name>h264parse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Jack elements</description>
|
<description>Jack elements</description>
|
||||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||||
<basename>libgstjack.so</basename>
|
<basename>libgstjack.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>jackaudiosink</name>
|
<name>jackaudiosink</name>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -3,11 +3,11 @@
|
||||||
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
||||||
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
||||||
<basename>libgstmetadata.so</basename>
|
<basename>libgstmetadata.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>metadatademux</name>
|
<name>metadatademux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||||
<basename>libgstmms.so</basename>
|
<basename>libgstmms.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mmssrc</name>
|
<name>mmssrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>.MOD audio decoding</description>
|
<description>.MOD audio decoding</description>
|
||||||
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
||||||
<basename>libgstmodplug.so</basename>
|
<basename>libgstmodplug.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>modplug</name>
|
<name>modplug</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>High-quality MPEG-1/2 video encoder</description>
|
<description>High-quality MPEG-1/2 video encoder</description>
|
||||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||||
<basename>libgstmpeg2enc.so</basename>
|
<basename>libgstmpeg2enc.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpeg2enc</name>
|
<name>mpeg2enc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>MPEG-4 video parser</description>
|
<description>MPEG-4 video parser</description>
|
||||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||||
<basename>libgstmpeg4videoparse.so</basename>
|
<basename>libgstmpeg4videoparse.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpeg4videoparse</name>
|
<name>mpeg4videoparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>MPEG-2 transport stream parser</description>
|
<description>MPEG-2 transport stream parser</description>
|
||||||
<filename>../../gst/mpegtsparse/.libs/libgstmpegtsparse.so</filename>
|
<filename>../../gst/mpegtsparse/.libs/libgstmpegtsparse.so</filename>
|
||||||
<basename>libgstmpegtsparse.so</basename>
|
<basename>libgstmpegtsparse.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpegtsparse</name>
|
<name>mpegtsparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>MPEG-1 and MPEG-2 video parser</description>
|
<description>MPEG-1 and MPEG-2 video parser</description>
|
||||||
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
||||||
<basename>libgstmpegvideoparse.so</basename>
|
<basename>libgstmpegvideoparse.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mpegvideoparse</name>
|
<name>mpegvideoparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Musepack decoder</description>
|
<description>Musepack decoder</description>
|
||||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||||
<basename>libgstmusepack.so</basename>
|
<basename>libgstmusepack.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>musepackdec</name>
|
<name>musepackdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>A TRM signature producer based on libmusicbrainz</description>
|
<description>A TRM signature producer based on libmusicbrainz</description>
|
||||||
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
||||||
<basename>libgsttrm.so</basename>
|
<basename>libgsttrm.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>trm</name>
|
<name>trm</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Interplay MVE movie format manipulation</description>
|
<description>Interplay MVE movie format manipulation</description>
|
||||||
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
||||||
<basename>libgstmve.so</basename>
|
<basename>libgstmve.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mvedemux</name>
|
<name>mvedemux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>lib MythTV src</description>
|
<description>lib MythTV src</description>
|
||||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||||
<basename>libgstmythtvsrc.so</basename>
|
<basename>libgstmythtvsrc.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>mythtvsrc</name>
|
<name>mythtvsrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>NAS (Network Audio System) support for GStreamer</description>
|
<description>NAS (Network Audio System) support for GStreamer</description>
|
||||||
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
||||||
<basename>libgstnassink.so</basename>
|
<basename>libgstnassink.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>nassink</name>
|
<name>nassink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>lib neon http client src</description>
|
<description>lib neon http client src</description>
|
||||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||||
<basename>libgstneonhttpsrc.so</basename>
|
<basename>libgstneonhttpsrc.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>neonhttpsrc</name>
|
<name>neonhttpsrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Uses nosefart to decode .nsf files</description>
|
<description>Uses nosefart to decode .nsf files</description>
|
||||||
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
||||||
<basename>libgstnsf.so</basename>
|
<basename>libgstnsf.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>nsfdec</name>
|
<name>nsfdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Demuxes and muxes audio and video</description>
|
<description>Demuxes and muxes audio and video</description>
|
||||||
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
||||||
<basename>libgstnuvdemux.so</basename>
|
<basename>libgstnuvdemux.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>nuvdemux</name>
|
<name>nuvdemux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||||
<basename>libgstoss4audio.so</basename>
|
<basename>libgstoss4audio.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>oss4mixer</name>
|
<name>oss4mixer</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Parses byte streams into raw frames</description>
|
<description>Parses byte streams into raw frames</description>
|
||||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||||
<basename>libgstrawparse.so</basename>
|
<basename>libgstrawparse.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>audioparse</name>
|
<name>audioparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Decode REAL streams</description>
|
<description>Decode REAL streams</description>
|
||||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||||
<basename>libgstreal.so</basename>
|
<basename>libgstreal.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>realaudiodec</name>
|
<name>realaudiodec</name>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<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>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Connects to a VNC server and decodes RFB stream</description>
|
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||||
<basename>libgstrfbsrc.so</basename>
|
<basename>libgstrfbsrc.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>rfbsrc</name>
|
<name>rfbsrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||||
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
||||||
<basename>libgstsdl.so</basename>
|
<basename>libgstsdl.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>sdlaudiosink</name>
|
<name>sdlaudiosink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>configure streaming sessions using SDP</description>
|
<description>configure streaming sessions using SDP</description>
|
||||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||||
<basename>libgstsdpelem.so</basename>
|
<basename>libgstsdpelem.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>sdpdemux</name>
|
<name>sdpdemux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>input/output stream selector elements</description>
|
<description>input/output stream selector elements</description>
|
||||||
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
||||||
<basename>libgstselector.so</basename>
|
<basename>libgstselector.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>input-selector</name>
|
<name>input-selector</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>use libsndfile to read and write audio from and to files</description>
|
<description>use libsndfile to read and write audio from and to files</description>
|
||||||
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
||||||
<basename>libgstsndfile.so</basename>
|
<basename>libgstsndfile.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>sfsink</name>
|
<name>sfsink</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Audio Pitch Controller & BPM Detection</description>
|
<description>Audio Pitch Controller & BPM Detection</description>
|
||||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||||
<basename>libgstsoundtouch.so</basename>
|
<basename>libgstsoundtouch.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>bpmdetect</name>
|
<name>bpmdetect</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>OpenSPC Audio Decoder</description>
|
<description>OpenSPC Audio Decoder</description>
|
||||||
<filename>../../ext/spc/.libs/libgstspc.so</filename>
|
<filename>../../ext/spc/.libs/libgstspc.so</filename>
|
||||||
<basename>libgstspc.so</basename>
|
<basename>libgstspc.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>spcdec</name>
|
<name>spcdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||||
<basename>libgstspeed.so</basename>
|
<basename>libgstspeed.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>speed</name>
|
<name>speed</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<filename>../../gst/speexresample/.libs/libgstspeexresample.so</filename>
|
<filename>../../gst/speexresample/.libs/libgstspeexresample.so</filename>
|
||||||
<basename>libgstspeexresample.so</basename>
|
<basename>libgstspeexresample.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>speexresample</name>
|
<name>speexresample</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
||||||
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
||||||
<basename>libgststereo.so</basename>
|
<basename>libgststereo.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -17,14 +17,14 @@
|
||||||
<author>Erik Walthinsen <omega@cse.ogi.edu></author>
|
<author>Erik Walthinsen <omega@cse.ogi.edu></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>src</name>
|
||||||
<direction>sink</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<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>
|
<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>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>sink</name>
|
||||||
<direction>source</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<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>
|
<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>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>subtitle encoders</description>
|
<description>subtitle encoders</description>
|
||||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||||
<basename>libgstsubenc.so</basename>
|
<basename>libgstsubenc.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>srtenc</name>
|
<name>srtenc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>TTA lossless audio format handling</description>
|
<description>TTA lossless audio format handling</description>
|
||||||
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||||
<basename>libgsttta.so</basename>
|
<basename>libgsttta.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>ttadec</name>
|
<name>ttadec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Asynchronous read from VCD disk</description>
|
<description>Asynchronous read from VCD disk</description>
|
||||||
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
||||||
<basename>libgstvcdsrc.so</basename>
|
<basename>libgstvcdsrc.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>vcdsrc</name>
|
<name>vcdsrc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Various video signal analysers</description>
|
<description>Various video signal analysers</description>
|
||||||
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
||||||
<basename>libgstvideosignal.so</basename>
|
<basename>libgstvideosignal.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>videoanalyse</name>
|
<name>videoanalyse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>VMnc video plugin library</description>
|
<description>VMnc video plugin library</description>
|
||||||
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
||||||
<basename>libgstvmnc.so</basename>
|
<basename>libgstvmnc.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>vmncdec</name>
|
<name>vmncdec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Wildmidi Plugin</description>
|
<description>Wildmidi Plugin</description>
|
||||||
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
||||||
<basename>libgstwildmidi.so</basename>
|
<basename>libgstwildmidi.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>wildmidi</name>
|
<name>wildmidi</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>libx264-based H264 plugins</description>
|
<description>libx264-based H264 plugins</description>
|
||||||
<filename>../../ext/x264/.libs/libgstx264.so</filename>
|
<filename>../../ext/x264/.libs/libgstx264.so</filename>
|
||||||
<basename>libgstx264.so</basename>
|
<basename>libgstx264.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>x264enc</name>
|
<name>x264enc</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>XviD plugin library</description>
|
<description>XviD plugin library</description>
|
||||||
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
||||||
<basename>libgstxvid.so</basename>
|
<basename>libgstxvid.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>xviddec</name>
|
<name>xviddec</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||||
<basename>libgsty4menc.so</basename>
|
<basename>libgsty4menc.so</basename>
|
||||||
<version>0.10.7.1</version>
|
<version>0.10.8</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>http://gstreamer.freedesktop.org</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
<name>y4menc</name>
|
<name>y4menc</name>
|
||||||
|
|
|
@ -34,6 +34,17 @@ real live maintainer, or some actual wide use.
|
||||||
</CVSRepository>
|
</CVSRepository>
|
||||||
</repository>
|
</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>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.7</revision>
|
<revision>0.10.7</revision>
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
/* Location of registry */
|
/* Location of registry */
|
||||||
#define GST_CACHE_DIR PREFIX "\\var\\cache"
|
#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 */
|
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
|
||||||
#undef GST_GCOV_ENABLED
|
#undef GST_GCOV_ENABLED
|
||||||
|
|
||||||
|
@ -202,7 +199,7 @@
|
||||||
#undef USE_POISONING
|
#undef USE_POISONING
|
||||||
|
|
||||||
/* Version number of package */
|
/* 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
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|
Loading…
Reference in a new issue