mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 14:02:26 +00:00
Release 0.10.11
This commit is contained in:
parent
af4818637d
commit
30e5da107b
93 changed files with 29347 additions and 23826 deletions
46
NEWS
46
NEWS
|
@ -1,4 +1,48 @@
|
||||||
This is GStreamer Bad Plug-ins 0.10.9, "Keep Them Dogies Rollin"
|
This is GStreamer Bad Plug-ins 0.10.10, "A precious stone"
|
||||||
|
|
||||||
|
Changes since 0.10.10:
|
||||||
|
|
||||||
|
* Add ASS/SSA subtitle handling element assrender
|
||||||
|
* Leak fixes in the QuickTime decoder wrapper
|
||||||
|
* Better DirectShow output on Windows
|
||||||
|
* Extend QT muxing support to include AMR and H.263
|
||||||
|
* mms seeking support
|
||||||
|
* Extended MXF file format handling
|
||||||
|
* camerabin and photography API for digital camera interfacing
|
||||||
|
* Merge elements from Farsight: liveadder, sirendec, sirenenc, valve,
|
||||||
|
rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert,
|
||||||
|
mimdec, mimenc
|
||||||
|
* typefinder based on xdgmime
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.10:
|
||||||
|
|
||||||
|
* 573369 : [gstfaad] Memory corruption and segfault
|
||||||
|
* 568704 : Metadatamux: unable to configure byte order for EXIF
|
||||||
|
* 354908 : videoflipping interface for v4l2src
|
||||||
|
* 369912 : missing inclusion in rpm spec file
|
||||||
|
* 469930 : [mmssrc] seeking support PATCH
|
||||||
|
* 481075 : Full support for ASS/SSA subtitles
|
||||||
|
* 549645 : merge useful elements from gst-plugins-farsight into core
|
||||||
|
* 567003 : [ladspa] improve plugin scanning
|
||||||
|
* 567371 : [mpegtsparse] memory leak in mpegtspacketizer
|
||||||
|
* 567828 : rtpmanager and RTCP BYE packet
|
||||||
|
* 567965 : [flvdemux] add support for ECMA arrays in script tags
|
||||||
|
* 568480 : gst-plugins-bad dccp plugin won't compile on Soalris
|
||||||
|
* 568483 : Problems linking gst-plugins-bad
|
||||||
|
* 568837 : RFE: allow building against the system modplug library
|
||||||
|
* 569323 : [qtmux] should support audio/AMR sink
|
||||||
|
* 570996 : bpmdetect relibably crashes with SIGSEGV on particular file
|
||||||
|
* 571560 : gstdshowaudio decoder doesn't compile.
|
||||||
|
* 572315 : Compiling camerabin on Windows with Visual Studio
|
||||||
|
* 572900 : gstrtpsession should not forward recv side event to the s...
|
||||||
|
* 573288 : [mpegtsdemux] memory leak when pusi is missed due to pack...
|
||||||
|
* 573391 : [videoanalyse] Wrong brightness calculation
|
||||||
|
* 575157 : xdgmime typefinder: make more conservative
|
||||||
|
* 575565 : [mxf] mxf plugin uses symbols not in glib 2.6 (minimum gl...
|
||||||
|
* 564114 : [PATCH] fbdev: fix depth calculation
|
||||||
|
* 573850 : Use Glib's byte order in gstgsmdec
|
||||||
|
* 573851 : Use glib integer types in gstfaad
|
||||||
|
* 172043 : [mpegpsdemux] wrong video length on mpeg file
|
||||||
|
|
||||||
Changes since 0.10.9:
|
Changes since 0.10.9:
|
||||||
|
|
||||||
|
|
139
RELEASE
139
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Bad Plug-ins 0.10.10 "keep them dogies rollin"
|
Release notes for GStreamer Bad Plug-ins 0.10.11 "A precious stone"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,67 +60,45 @@ contains a set of well-supported plug-ins, but might pose problems for
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Require gettext 0.17
|
* Add ASS/SSA subtitle handling element assrender
|
||||||
* ACM mp3 decoder element for win32
|
* Leak fixes in the QuickTime decoder wrapper
|
||||||
* New MXF demuxer added
|
* Better DirectShow output on Windows
|
||||||
* JPEG-2000 encoder - jp2enc added
|
* Extend QT muxing support to include AMR and H.263
|
||||||
* RTP support
|
* mms seeking support
|
||||||
* Fixes for RTP support
|
* Extended MXF file format handling
|
||||||
* Add parsers for AAC and AMR
|
* camerabin and photography API for digital camera interfacing
|
||||||
* Move libgstapp and elements to -base
|
* Merge elements from Farsight: liveadder, sirendec, sirenenc, valve, rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert, mimdec, mimenc
|
||||||
* Add Quicktime muxer element qtmux
|
* typefinder based on xdgmime
|
||||||
* Enhance RFB capture
|
|
||||||
* Improve MPEG-TS and MPEG-PS demuxing
|
|
||||||
* Don't install static libs for plugins
|
|
||||||
* Introduce audioringbuffer element
|
|
||||||
* Improve DVD playback of ResinDVD components
|
|
||||||
* Move old audioresample from -base as legacyaudioresample
|
|
||||||
* Improve speexresampler, and then move it to -base
|
|
||||||
* Improve FLV demuxing and parsing
|
|
||||||
* Various DVB input fixes
|
|
||||||
* Add support for frequency list descriptors for DVB
|
|
||||||
* Improve MPEG-TS muxer
|
|
||||||
* Various other bug-fixes
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 127574 : replaygain support
|
* 573369 : [gstfaad] Memory corruption and segfault
|
||||||
* 480543 : [spc] crashes when not given any input data
|
* 568704 : Metadatamux: unable to configure byte order for EXIF
|
||||||
* 546319 : [resindvd] Stuck on first menu (language selection)
|
* 354908 : videoflipping interface for v4l2src
|
||||||
* 549222 : Totem using resindvd element as DVD navigation module doe...
|
* 369912 : missing inclusion in rpm spec file
|
||||||
* 550280 : Move qtmux to gst-plugins-bad
|
* 469930 : [mmssrc] seeking support PATCH
|
||||||
* 550454 : FLV demuxer screws up in Pitivi
|
* 481075 : Full support for ASS/SSA subtitles
|
||||||
* 550613 : [mpegtsmux] Add support for ac3/dts/lpcm
|
* 549645 : merge useful elements from gst-plugins-farsight into core
|
||||||
* 553823 : CodeStyle improvements and minor fixes to the DCCP plugin.
|
* 567003 : [ladspa] improve plugin scanning
|
||||||
* 555238 : Recent changes in x264 breaks compilation of x264 plugin.
|
* 567371 : [mpegtsparse] memory leak in mpegtspacketizer
|
||||||
* 557161 : Wrong time displayed and no seeking with MPEG PS cut from...
|
* 567828 : rtpmanager and RTCP BYE packet
|
||||||
* 557763 : [mpegtsmux] DeadlockEOS due to interleaving mechanism
|
* 567965 : [flvdemux] add support for ECMA arrays in script tags
|
||||||
* 557814 : [mpegdemux] frequency list descriptor support
|
* 568480 : gst-plugins-bad dccp plugin won't compile on Soalris
|
||||||
* 558639 : cross-configuring interrupts due to a failing check for " ...
|
* 568483 : Problems linking gst-plugins-bad
|
||||||
* 560841 : Provide access to packet loss
|
* 568837 : RFE: allow building against the system modplug library
|
||||||
* 561992 : debug format warning during compilation of resindvdsrc.c ...
|
* 569323 : [qtmux] should support audio/AMR sink
|
||||||
* 562312 : Lip-sync generates wrong `ts-offset' in GstRtpBin
|
* 570996 : bpmdetect relibably crashes with SIGSEGV on particular file
|
||||||
* 562319 : [rtpsession] memory corruption
|
* 571560 : gstdshowaudio decoder doesn't compile.
|
||||||
* 562802 : [appsrc] lockup in pad_push() if previous flow was wrong-...
|
* 572315 : Compiling camerabin on Windows with Visual Studio
|
||||||
* 563006 : mxf mpeg422 file stops playing
|
* 572900 : gstrtpsession should not forward recv side event to the s...
|
||||||
* 563147 : input-selector doesn't notify of active-pad changing when...
|
* 573288 : [mpegtsdemux] memory leak when pusi is missed due to pack...
|
||||||
* 564232 : Dual Licensing qtmux
|
* 573391 : [videoanalyse] Wrong brightness calculation
|
||||||
* 565439 : Make pcapparse compile with (mingw32) gcc
|
* 575157 : xdgmime typefinder: make more conservative
|
||||||
* 565509 : rtpsource on receiver side can't get clock-rate for h264,...
|
* 575565 : [mxf] mxf plugin uses symbols not in glib 2.6 (minimum gl...
|
||||||
* 565614 : [mpegtsdemux] Fix memory leak
|
* 564114 : [PATCH] fbdev: fix depth calculation
|
||||||
* 565910 : allow forcing the ssrc on a rtpsession
|
* 573850 : Use Glib's byte order in gstgsmdec
|
||||||
* 566356 : [dvbbasebin] Couple of memleaks
|
* 573851 : Use glib integer types in gstfaad
|
||||||
* 566613 : bayer2rgb calculates wrong color offset
|
* 172043 : [mpegpsdemux] wrong video length on mpeg file
|
||||||
* 566878 : [ladspa] Add dependencies for ladspa modules
|
|
||||||
* 566957 : Add time based seeking to ResinDVD
|
|
||||||
* 566958 : fix dirac support in qtmux/mp4mux
|
|
||||||
* 566959 : Fix duration query on mpegtsdemux
|
|
||||||
* 508029 : [speexresample] pops/glitches in some cases
|
|
||||||
* 558416 : [PATCH] realvideodec: use pixel aspect ratio of container
|
|
||||||
* 564482 : [appsrc] semantics of push-buffer signal awkward for bind...
|
|
||||||
* 565319 : rtpjitterbuffer: bursty reception can cause time to be re...
|
|
||||||
* 565613 : [mpegtsdemux] Add scrambled field to service structure
|
|
||||||
* 567004 : ladspa plugin crashes on Solaris
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -139,8 +117,7 @@ http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
|
||||||
|
|
||||||
Developers
|
Developers
|
||||||
|
|
||||||
CVS is hosted on cvs.freedesktop.org.
|
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
|
||||||
All code is in CVS and can be checked out from there.
|
|
||||||
Interested developers of the core library, plug-ins, and applications should
|
Interested developers of the core library, plug-ins, and applications should
|
||||||
subscribe to the gstreamer-devel list. If there is sufficient interest we
|
subscribe to the gstreamer-devel list. If there is sufficient interest we
|
||||||
will create more lists as necessary.
|
will create more lists as necessary.
|
||||||
|
@ -150,36 +127,46 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Alessandro Decina
|
* Andoni Morales
|
||||||
* Arnout Vandecappelle
|
* Andrzej Polatyński
|
||||||
|
* Andy Wingo
|
||||||
|
* Benjamin Schmitz
|
||||||
* Brian Cameron
|
* Brian Cameron
|
||||||
* Christian Schaller
|
* Christian Schaller
|
||||||
* Cygwin Ports maintainer
|
|
||||||
* Damien Lespiau
|
|
||||||
* David Härdeman
|
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
|
* Hans de Goede
|
||||||
|
* Håvard Graff
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Jonathan Matthew
|
* Jan Urbanski
|
||||||
* Josep Torra
|
* Josep Torra
|
||||||
* Julien Moutte
|
* Julien Moutte
|
||||||
* Leandro Melo de Sales
|
* LRN
|
||||||
* Luotao Fu
|
* Lasse Laukkanen
|
||||||
|
* Laurent Glayal
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
* Michael Smith
|
* Michael Smith
|
||||||
|
* Nokia Corporation
|
||||||
* Olivier Crete
|
* Olivier Crete
|
||||||
* Robin Stocker
|
* Olivier Crête
|
||||||
* Sascha Hauer
|
* Peter Kjellerstedt
|
||||||
|
* Philipe Kalaf
|
||||||
|
* Philippe Khalaf
|
||||||
|
* René Stadler
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Sebastian Pölsterl
|
* Sebastian Pölsterl
|
||||||
|
* Simon McVittie
|
||||||
|
* Sjoerd Simons
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Tal Shalif
|
|
||||||
* Thiago Sousa Santos
|
* Thiago Sousa Santos
|
||||||
* Thijs Vermeir
|
|
||||||
* Thomas Vander Stichele
|
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* Zaheer Abbas Merali
|
* Youness Alaoui
|
||||||
|
* Zaheer Merali
|
||||||
|
* Zeeshan Ali
|
||||||
|
* philippe.kalaf@collabora.co.uk
|
||||||
|
* sjoerd@luon.net
|
||||||
* vanista
|
* vanista
|
||||||
* 이문형
|
* zeenix@gmail.com
|
||||||
|
* zeeshan.ali@nokia.com
|
||||||
|
|
|
@ -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.10.5,
|
AC_INIT(GStreamer Bad Plug-ins, 0.10.11,
|
||||||
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>
|
||||||
|
@ -16855,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>
|
||||||
|
@ -17115,7 +17115,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>IP-Factor</NICK>
|
<NICK>IP-Factor</NICK>
|
||||||
<BLURB>Quantizer factor between I- and P-frames.</BLURB>
|
<BLURB>Quantizer factor between I- and P-frames.</BLURB>
|
||||||
<DEFAULT>1,4</DEFAULT>
|
<DEFAULT>1.4</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17135,7 +17135,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>PB-Factor</NICK>
|
<NICK>PB-Factor</NICK>
|
||||||
<BLURB>Quantizer factor between P- and B-frames.</BLURB>
|
<BLURB>Quantizer factor between P- and B-frames.</BLURB>
|
||||||
<DEFAULT>1,3</DEFAULT>
|
<DEFAULT>1.3</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17825,7 +17825,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>
|
||||||
|
@ -17865,7 +17865,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>
|
||||||
|
@ -18015,7 +18015,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>
|
||||||
|
@ -22580,13 +22580,13 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Overlap Length</NICK>
|
<NICK>Overlap Length</NICK>
|
||||||
<BLURB>Percentage of stride to overlap.</BLURB>
|
<BLURB>Percentage of stride to overlap.</BLURB>
|
||||||
<DEFAULT>0,2</DEFAULT>
|
<DEFAULT>0.2</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstScaletempo::rate</NAME>
|
<NAME>GstScaletempo::rate</NAME>
|
||||||
<TYPE>gdouble</TYPE>
|
<TYPE>gdouble</TYPE>
|
||||||
<RANGE>[-2,14748e+09,2,14748e+09]</RANGE>
|
<RANGE>[-2.14748e+09,2.14748e+09]</RANGE>
|
||||||
<FLAGS>r</FLAGS>
|
<FLAGS>r</FLAGS>
|
||||||
<NICK>Playback Rate</NICK>
|
<NICK>Playback Rate</NICK>
|
||||||
<BLURB>Current playback rate.</BLURB>
|
<BLURB>Current playback rate.</BLURB>
|
||||||
|
@ -23293,3 +23293,13 @@
|
||||||
<DEFAULT>FALSE</DEFAULT>
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstAutoConvert::factories</NAME>
|
||||||
|
<TYPE>gpointer</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>GList of GstElementFactory</NICK>
|
||||||
|
<BLURB>GList of GstElementFactory objects to pick from (the element takes ownership of the list (NULL means it will go through all possible elements), can only be set once.</BLURB>
|
||||||
|
<DEFAULT></DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -13,368 +13,149 @@ GObject
|
||||||
GstCameraBin
|
GstCameraBin
|
||||||
RsnDvdBin
|
RsnDvdBin
|
||||||
DvbBaseBin
|
DvbBaseBin
|
||||||
GstSDPDemux
|
GstAutoConvert
|
||||||
GstRtpBin
|
GstRtpBin
|
||||||
GstRtpClient
|
GstRtpClient
|
||||||
GstXvidEnc
|
GstSDPDemux
|
||||||
GstXvidDec
|
GstBz2enc
|
||||||
GstX264Enc
|
GstBz2dec
|
||||||
GstTwoLame
|
GstModPlug
|
||||||
GstWildmidi
|
|
||||||
GstTimidity
|
|
||||||
GstSpcDec
|
|
||||||
GstPitch
|
|
||||||
GstBaseTransform
|
|
||||||
GstAudioFilter
|
|
||||||
GstBPMDetect
|
|
||||||
GstStereo
|
|
||||||
GstVideoFilter
|
|
||||||
GstVideoAnalyse
|
|
||||||
GstVideoDetect
|
|
||||||
GstVideoMark
|
|
||||||
GstScaletempo
|
|
||||||
GstDeinterlace
|
|
||||||
GstBayer2RGB
|
|
||||||
GstAudioresample
|
|
||||||
GstBaseSink
|
|
||||||
GstSFSink
|
|
||||||
GstVideoSink
|
|
||||||
GstSDLVideoSink
|
|
||||||
GstBaseAudioSink
|
|
||||||
GstAudioSink
|
|
||||||
GstSDLAudioSink
|
|
||||||
GstNasSink
|
|
||||||
GstApExSink
|
|
||||||
GstOss4Sink
|
|
||||||
GstJackAudioSink
|
|
||||||
AlsaSPDIFSink
|
|
||||||
GstFBDEVSink
|
|
||||||
GstDCCPServerSink
|
|
||||||
GstDCCPClientSink
|
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
GstSFSrc
|
|
||||||
GstPushSrc
|
GstPushSrc
|
||||||
GstNeonhttpSrc
|
GstNeonhttpSrc
|
||||||
GstMythtvSrc
|
GstMythtvSrc
|
||||||
|
GstDc1394
|
||||||
GstMMS
|
GstMMS
|
||||||
GstBaseAudioSrc
|
GstBaseAudioSrc
|
||||||
GstJackAudioSrc
|
GstJackAudioSrc
|
||||||
GstAudioSrc
|
GstAudioSrc
|
||||||
GstOss4Source
|
GstOss4Source
|
||||||
GstDc1394
|
|
||||||
GstVCDSrc
|
GstVCDSrc
|
||||||
GstDvbSrc
|
GstDvbSrc
|
||||||
GstRfbSrc
|
|
||||||
GstDCCPClientSrc
|
GstDCCPClientSrc
|
||||||
GstDCCPServerSrc
|
GstDCCPServerSrc
|
||||||
|
GstRfbSrc
|
||||||
|
GstSFSrc
|
||||||
GstDTMFSrc
|
GstDTMFSrc
|
||||||
GstRTPDTMFSrc
|
GstRTPDTMFSrc
|
||||||
GstTRM
|
GstCDAudio
|
||||||
GstMusepackDec
|
GstBaseSink
|
||||||
GstMpeg2enc
|
GstVideoSink
|
||||||
GstBaseMetadata
|
GstDfbVideoSink
|
||||||
GstMetadataDemux
|
GstSDLVideoSink
|
||||||
GstMetadataMux
|
GstBaseAudioSink
|
||||||
|
GstAudioSink
|
||||||
|
GstSDLAudioSink
|
||||||
|
GstApExSink
|
||||||
|
GstNasSink
|
||||||
|
GstOss4Sink
|
||||||
|
GstJackAudioSink
|
||||||
|
GstSFSink
|
||||||
|
AlsaSPDIFSink
|
||||||
|
GstFBDEVSink
|
||||||
|
GstDCCPServerSink
|
||||||
|
GstDCCPClientSink
|
||||||
|
GstFaad
|
||||||
|
GstCeltEnc
|
||||||
|
GstCeltDec
|
||||||
|
GstSpcDec
|
||||||
|
GstWildmidi
|
||||||
|
GstBaseTransform
|
||||||
|
GstAudioFilter
|
||||||
|
GstOFA
|
||||||
|
GstBPMDetect
|
||||||
|
GstStereo
|
||||||
|
GstBayer2RGB
|
||||||
|
GstLegacyresample
|
||||||
|
GstScaletempo
|
||||||
|
GstDeinterlace
|
||||||
|
GstVideoFilter
|
||||||
|
GstVideoAnalyse
|
||||||
|
GstVideoDetect
|
||||||
|
GstVideoMark
|
||||||
|
GstIIR
|
||||||
GstSignalProcessor
|
GstSignalProcessor
|
||||||
|
ladspa-noise-white
|
||||||
ladspa-delay-5s
|
ladspa-delay-5s
|
||||||
ladspa-amp-mono
|
ladspa-amp-mono
|
||||||
ladspa-amp-stereo
|
ladspa-amp-stereo
|
||||||
ladspa-adsr
|
|
||||||
ladspa-lpf
|
|
||||||
ladspa-hpf
|
|
||||||
ladspa-noise-white
|
|
||||||
ladspa-sine-faaa
|
ladspa-sine-faaa
|
||||||
ladspa-sine-faac
|
ladspa-sine-faac
|
||||||
ladspa-sine-fcaa
|
ladspa-sine-fcaa
|
||||||
ladspa-sine-fcac
|
ladspa-sine-fcac
|
||||||
ladspa-difference-iama-oa
|
ladspa-lpf
|
||||||
ladspa-difference-iamc-oa
|
ladspa-hpf
|
||||||
ladspa-difference-icma-oa
|
GstXvidEnc
|
||||||
ladspa-difference-icmc-oc
|
GstXvidDec
|
||||||
ladspa-adsr-g+t
|
GstPitch
|
||||||
ladspa-amp-gaia-oa
|
GstMusepackDec
|
||||||
ladspa-amp-gcia-oa
|
GstMpeg2enc
|
||||||
ladspa-branch-ia-oaoa
|
|
||||||
ladspa-branch-ic-ococ
|
|
||||||
ladspa-dahdsr-g+t-audio
|
|
||||||
ladspa-dahdsr-g+t-control
|
|
||||||
ladspa-dahdsr-cg+t-control
|
|
||||||
ladspa-interpolator
|
|
||||||
ladspa-fmod-fama-oa
|
|
||||||
ladspa-fmod-famc-oa
|
|
||||||
ladspa-fmod-fcma-oa
|
|
||||||
ladspa-fmod-fcmc-oc
|
|
||||||
ladspa-quantiser20
|
|
||||||
ladspa-lp4pole-faraia-oa
|
|
||||||
ladspa-lp4pole-fcrcia-oa
|
|
||||||
ladspa-product-iaia-oa
|
|
||||||
ladspa-product-iaic-oa
|
|
||||||
ladspa-product-icic-oc
|
|
||||||
ladspa-pulse-fapa-oa
|
|
||||||
ladspa-pulse-fapc-oa
|
|
||||||
ladspa-pulse-fcpa-oa
|
|
||||||
ladspa-pulse-fcpc-oa
|
|
||||||
ladspa-quantiser100
|
|
||||||
ladspa-quantiser50
|
|
||||||
ladspa-sawtooth-fa-oa
|
|
||||||
ladspa-sawtooth-fc-oa
|
|
||||||
ladspa-random-fasa-oa
|
|
||||||
ladspa-random-fasc-oa
|
|
||||||
ladspa-random-fcsa-oa
|
|
||||||
ladspa-random-fcsc-oa
|
|
||||||
ladspa-ratio-nada-oa
|
|
||||||
ladspa-ratio-nadc-oa
|
|
||||||
ladspa-ratio-ncda-oa
|
|
||||||
ladspa-ratio-ncdc-oc
|
|
||||||
ladspa-sinusWavewrapper
|
|
||||||
ladspa-sequencer64
|
|
||||||
ladspa-sequencer32
|
|
||||||
ladspa-sequencer16
|
|
||||||
ladspa-square-fa-oa
|
|
||||||
ladspa-square-fc-oa
|
|
||||||
ladspa-sum-iaia-oa
|
|
||||||
ladspa-sum-iaic-oa
|
|
||||||
ladspa-sum-icic-oc
|
|
||||||
ladspa-syncpulse-fapaga-oa
|
|
||||||
ladspa-syncpulse-fcpcga-oa
|
|
||||||
ladspa-syncsquare-faga-oa
|
|
||||||
ladspa-syncsquare-fcga-oa
|
|
||||||
ladspa-tracker-gaaadaia-oa
|
|
||||||
ladspa-tracker-gaacdcia-oa
|
|
||||||
ladspa-triangle-fasa-oa
|
|
||||||
ladspa-triangle-fasc-oa
|
|
||||||
ladspa-triangle-fcsa-oa
|
|
||||||
ladspa-triangle-fcsc-oa
|
|
||||||
ladspa-bf2cube
|
|
||||||
ladspa-bf2quad
|
|
||||||
ladspa-bf2stereo
|
|
||||||
ladspa-fmh2oct
|
|
||||||
ladspa-encode-bformat
|
|
||||||
ladspa-encode-fmh
|
|
||||||
ladspa-bf-rotate-z
|
|
||||||
ladspa-fmh-rotate-z
|
|
||||||
ladspa-am
|
|
||||||
ladspa-analogue
|
|
||||||
ladspa-canyon-delay
|
|
||||||
ladspa-disintegrator
|
|
||||||
ladspa-sledgehammer
|
|
||||||
ladspa-delay-0-01s
|
|
||||||
ladspa-delay-0-1s
|
|
||||||
ladspa-delay-1s
|
|
||||||
ladspa-delay-60s
|
|
||||||
ladspa-track-max-peak
|
|
||||||
ladspa-track-max-rms
|
|
||||||
ladspa-track-peak
|
|
||||||
ladspa-track-rms
|
|
||||||
ladspa-fmh2bf
|
|
||||||
ladspa-fbdelay-0-01s
|
|
||||||
ladspa-fbdelay-0-1s
|
|
||||||
ladspa-fbdelay-1s
|
|
||||||
ladspa-fbdelay-5s
|
|
||||||
ladspa-fbdelay-60s
|
|
||||||
ladspa-freeverb3
|
|
||||||
ladspa-grain-scatter
|
|
||||||
ladspa-hard-gate
|
|
||||||
ladspa-identity-audio
|
|
||||||
ladspa-identity-control
|
|
||||||
ladspa-lofi
|
|
||||||
ladspa-logistic
|
|
||||||
ladspa-mixer
|
|
||||||
ladspa-noise-source-white
|
|
||||||
ladspa-null-ai
|
|
||||||
ladspa-null-ao
|
|
||||||
ladspa-null-ci
|
|
||||||
ladspa-null-co
|
|
||||||
ladspa-organ
|
|
||||||
ladspa-peak
|
|
||||||
ladspa-phasemod
|
|
||||||
ladspa-pink-interpolated-audio
|
|
||||||
ladspa-pink-full-frequency
|
|
||||||
ladspa-pink-sh
|
|
||||||
ladspa-compress-peak
|
|
||||||
ladspa-compress-rms
|
|
||||||
ladspa-expand-peak
|
|
||||||
ladspa-expand-rms
|
|
||||||
ladspa-limit-peak
|
|
||||||
ladspa-limit-rms
|
|
||||||
ladspa-syndrum
|
|
||||||
ladspa-vcf303
|
|
||||||
ladspa-wshape-sine
|
|
||||||
ladspa-amp
|
|
||||||
ladspa-diode
|
|
||||||
ladspa-divider
|
|
||||||
ladspa-shaper
|
|
||||||
ladspa-ringmod-2i1o
|
|
||||||
ladspa-ringmod-1i1o1l
|
|
||||||
ladspa-comb
|
|
||||||
ladspa-declip
|
|
||||||
ladspa-foverdrive
|
|
||||||
ladspa-multivoiceChorus
|
|
||||||
ladspa-hermesFilter
|
|
||||||
ladspa-decimator
|
|
||||||
ladspa-flanger
|
|
||||||
ladspa-retroFlange
|
|
||||||
ladspa-singlePara
|
|
||||||
ladspa-triplePara
|
|
||||||
ladspa-transient
|
|
||||||
ladspa-fadDelay
|
|
||||||
ladspa-dcRemove
|
|
||||||
ladspa-tapeDelay
|
|
||||||
ladspa-valve
|
|
||||||
ladspa-sifter
|
|
||||||
ladspa-harmonicGen
|
|
||||||
ladspa-stepMuxer
|
|
||||||
ladspa-foldover
|
|
||||||
ladspa-svf
|
|
||||||
ladspa-gsm
|
|
||||||
ladspa-gverb
|
|
||||||
ladspa-lfoPhaser
|
|
||||||
ladspa-fourByFourPole
|
|
||||||
ladspa-autoPhaser
|
|
||||||
ladspa-fastLookaheadLimiter
|
|
||||||
ladspa-surroundEncoder
|
|
||||||
ladspa-delayorama
|
|
||||||
ladspa-dysonCompress
|
|
||||||
ladspa-crossoverDist
|
|
||||||
ladspa-valveRect
|
|
||||||
ladspa-split
|
|
||||||
ladspa-alias
|
|
||||||
ladspa-satanMaximiser
|
|
||||||
ladspa-karaoke
|
|
||||||
ladspa-gate
|
|
||||||
ladspa-combSplitter
|
|
||||||
ladspa-waveTerrain
|
|
||||||
ladspa-hardLimiter
|
|
||||||
ladspa-smoothDecimate
|
|
||||||
ladspa-fmOsc
|
|
||||||
ladspa-analogueOsc
|
|
||||||
ladspa-rateShifter
|
|
||||||
ladspa-freqTracker
|
|
||||||
ladspa-modDelay
|
|
||||||
ladspa-matrixStMS
|
|
||||||
ladspa-matrixMSSt
|
|
||||||
ladspa-matrixSpatialiser
|
|
||||||
ladspa-plate
|
|
||||||
ladspa-gong
|
|
||||||
ladspa-sc1
|
|
||||||
ladspa-sc2
|
|
||||||
ladspa-sc3
|
|
||||||
ladspa-zm1
|
|
||||||
ladspa-inv
|
|
||||||
ladspa-chebstortion
|
|
||||||
ladspa-bodeShifter
|
|
||||||
ladspa-bodeShifterCV
|
|
||||||
ladspa-amPitchshift
|
|
||||||
ladspa-sc4
|
|
||||||
ladspa-lcrDelay
|
|
||||||
ladspa-giantFlange
|
|
||||||
ladspa-djFlanger
|
|
||||||
ladspa-gongBeater
|
|
||||||
ladspa-hilbert
|
|
||||||
ladspa-sinCos
|
|
||||||
ladspa-se4
|
|
||||||
ladspa-bandpass-a-iir
|
|
||||||
ladspa-bandpass-iir
|
|
||||||
ladspa-highpass-iir
|
|
||||||
ladspa-lowpass-iir
|
|
||||||
ladspa-notch-iir
|
|
||||||
ladspa-dj-eq-mono
|
|
||||||
ladspa-dj-eq
|
|
||||||
ladspa-bwxover-iir
|
|
||||||
ladspa-buttlow-iir
|
|
||||||
ladspa-butthigh-iir
|
|
||||||
ladspa-allpass-n
|
|
||||||
ladspa-allpass-l
|
|
||||||
ladspa-allpass-c
|
|
||||||
ladspa-comb-n
|
|
||||||
ladspa-comb-l
|
|
||||||
ladspa-comb-c
|
|
||||||
ladspa-decay
|
|
||||||
ladspa-delay-n
|
|
||||||
ladspa-delay-l
|
|
||||||
ladspa-delay-c
|
|
||||||
ladspa-impulse-fc
|
|
||||||
ladspa-vynil
|
|
||||||
ladspa-revdelay
|
|
||||||
ladspa-lsFilter
|
|
||||||
ladspa-const
|
|
||||||
ladspa-pointerCastDistortion
|
|
||||||
ladspa-pitchScale
|
|
||||||
ladspa-artificialLatency
|
|
||||||
ladspa-xfade
|
|
||||||
ladspa-xfade4
|
|
||||||
ladspa-sc4m
|
|
||||||
ladspa-mbeq
|
|
||||||
ladspa-pitchScaleHQ
|
|
||||||
ladspa-imp
|
|
||||||
GstGSMEnc
|
GstGSMEnc
|
||||||
GstGSMDec
|
GstGSMDec
|
||||||
GstFaad
|
|
||||||
GstFaac
|
GstFaac
|
||||||
GstDtsDec
|
GstDtsDec
|
||||||
GstCDAudio
|
GstDiracEnc
|
||||||
GstBz2enc
|
GstTRM
|
||||||
GstBz2dec
|
GstX264Enc
|
||||||
GstAmrwbDec
|
GstBaseMetadata
|
||||||
GstAmrwbParse
|
GstMetadataDemux
|
||||||
GstAmrwbEnc
|
GstMetadataMux
|
||||||
GstOss4Mixer
|
GstOss4Mixer
|
||||||
GstValve
|
GstAmrBaseParse
|
||||||
|
GstAmrParse
|
||||||
|
GstFestival
|
||||||
|
GstMveDemux
|
||||||
|
GstMveMux
|
||||||
|
GstSrtEnc
|
||||||
|
GstMpeg4VParse
|
||||||
|
GstCDXAParse
|
||||||
|
GstVcdParse
|
||||||
|
GstNsfDec
|
||||||
GstSirenDec
|
GstSirenDec
|
||||||
GstSirenEnc
|
GstSirenEnc
|
||||||
|
MpegTsMux
|
||||||
|
GstRealVideoDec
|
||||||
|
GstRealAudioDec
|
||||||
GstRTPMux
|
GstRTPMux
|
||||||
GstRTPDTMFMux
|
GstRTPDTMFMux
|
||||||
GstLiveAdder
|
GstRawParse
|
||||||
GstBaseRTPDepayload
|
GstVideoParse
|
||||||
GstRtpDTMFDepay
|
GstAudioParse
|
||||||
GstY4mEncode
|
|
||||||
GstVMncDec
|
|
||||||
GstTtaParse
|
|
||||||
GstTtaDec
|
|
||||||
GstSrtEnc
|
|
||||||
GstSpeed
|
|
||||||
GstInputSelector
|
|
||||||
GstOutputSelector
|
|
||||||
GstRtpJitterBuffer
|
GstRtpJitterBuffer
|
||||||
GstRtpPtDemux
|
GstRtpPtDemux
|
||||||
GstRtpSession
|
GstRtpSession
|
||||||
GstRtpSsrcDemux
|
GstRtpSsrcDemux
|
||||||
GstRealVideoDec
|
GstPcapParse
|
||||||
GstRealAudioDec
|
GstInputSelector
|
||||||
GstRawParse
|
GstOutputSelector
|
||||||
GstVideoParse
|
GstAacBaseParse
|
||||||
GstAudioParse
|
GstAacParse
|
||||||
|
GstVMncDec
|
||||||
GstQTMux
|
GstQTMux
|
||||||
GstMP4Mux
|
GstMP4Mux
|
||||||
GstGPPMux
|
GstGPPMux
|
||||||
GstMJ2Mux
|
GstMJ2Mux
|
||||||
GstPcapParse
|
|
||||||
GstNuvDemux
|
|
||||||
GstNsfDec
|
|
||||||
GstMXFDemux
|
|
||||||
GstMveDemux
|
|
||||||
GstMveMux
|
|
||||||
MpegVideoParse
|
MpegVideoParse
|
||||||
MpegTsMux
|
GstH264Parse
|
||||||
|
GstMXFDemux
|
||||||
|
GstY4mEncode
|
||||||
|
GstSpeed
|
||||||
|
GstFreeze
|
||||||
|
GstDVDSpu
|
||||||
|
AIFFParse
|
||||||
|
GstTtaParse
|
||||||
|
GstTtaDec
|
||||||
|
GstLiveAdder
|
||||||
|
GstValve
|
||||||
|
GstBaseRTPDepayload
|
||||||
|
GstRtpDTMFDepay
|
||||||
|
GstNuvDemux
|
||||||
|
GstFLVDemux
|
||||||
|
GstFlvMux
|
||||||
GstMpegPSDemux
|
GstMpegPSDemux
|
||||||
GstMpegTSDemux
|
GstMpegTSDemux
|
||||||
MpegTSParse
|
MpegTSParse
|
||||||
GstMpeg4VParse
|
|
||||||
GstModPlug
|
|
||||||
GstH264Parse
|
|
||||||
GstFreeze
|
|
||||||
GstFLVDemux
|
|
||||||
GstFlvMux
|
|
||||||
GstFestival
|
|
||||||
GstDVDSpu
|
|
||||||
GstDeinterlace2
|
GstDeinterlace2
|
||||||
GstCDXAParse
|
|
||||||
GstVcdParse
|
|
||||||
GstAmrBaseParse
|
|
||||||
GstAmrParse
|
|
||||||
AIFFParse
|
|
||||||
GstAacBaseParse
|
|
||||||
GstAacParse
|
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstClock
|
GstClock
|
||||||
|
@ -395,11 +176,11 @@ GInterface
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
GstXOverlay
|
|
||||||
GstNavigation
|
GstNavigation
|
||||||
|
GstColorBalance
|
||||||
|
GstXOverlay
|
||||||
GstTagSetter
|
GstTagSetter
|
||||||
GstMixer
|
GstMixer
|
||||||
GstPropertyProbe
|
GstPropertyProbe
|
||||||
GstColorBalance
|
|
||||||
GstPhotography
|
|
||||||
MXFDescriptiveMetadataFrameworkInterface
|
MXFDescriptiveMetadataFrameworkInterface
|
||||||
|
GstPhotography
|
||||||
|
|
|
@ -1,21 +1,24 @@
|
||||||
GstBin GstChildProxy
|
GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
GstPipeline GstChildProxy
|
||||||
GstCameraBin GstChildProxy GstColorBalance GstPhotography GstImplementsInterface GstXOverlay GstTagSetter
|
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstXOverlay GstTagSetter GstPhotography
|
||||||
RsnDvdBin GstChildProxy GstURIHandler
|
RsnDvdBin GstChildProxy GstURIHandler
|
||||||
DvbBaseBin GstChildProxy GstURIHandler
|
DvbBaseBin GstChildProxy GstURIHandler
|
||||||
GstSDPDemux GstChildProxy
|
GstAutoConvert GstChildProxy
|
||||||
GstRtpBin GstChildProxy
|
GstRtpBin GstChildProxy
|
||||||
GstRtpClient GstChildProxy
|
GstRtpClient GstChildProxy
|
||||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
GstSDPDemux GstChildProxy
|
||||||
GstApExSink GstImplementsInterface GstMixer
|
|
||||||
GstOss4Sink GstPropertyProbe
|
|
||||||
GstNeonhttpSrc GstURIHandler
|
GstNeonhttpSrc GstURIHandler
|
||||||
GstMythtvSrc GstURIHandler
|
GstMythtvSrc GstURIHandler
|
||||||
GstMMS GstURIHandler
|
GstMMS GstURIHandler
|
||||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstVCDSrc GstURIHandler
|
GstVCDSrc GstURIHandler
|
||||||
GstMetadataMux GstTagSetter
|
|
||||||
GstCDAudio GstURIHandler
|
GstCDAudio GstURIHandler
|
||||||
|
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||||
|
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
||||||
|
GstApExSink GstImplementsInterface GstMixer
|
||||||
|
GstOss4Sink GstPropertyProbe
|
||||||
|
GstCeltEnc GstTagSetter
|
||||||
|
GstMetadataMux GstTagSetter
|
||||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstQTMux GstTagSetter
|
GstQTMux GstTagSetter
|
||||||
GstMP4Mux GstTagSetter
|
GstMP4Mux GstTagSetter
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
GstImplementsInterface GstObject GstElement
|
GstImplementsInterface GstObject GstElement
|
||||||
|
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||||
GstTagSetter GstObject GstElement
|
GstTagSetter GstObject GstElement
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
GstMixer GstObject GstImplementsInterface GstElement
|
||||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
|
||||||
GstPhotography GstObject GstImplementsInterface GstElement
|
|
||||||
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
||||||
|
GstPhotography GstObject GstImplementsInterface GstElement
|
||||||
|
|
|
@ -420,7 +420,7 @@ gint arg1
|
||||||
<RETURNS>gboolean</RETURNS>
|
<RETURNS>gboolean</RETURNS>
|
||||||
<FLAGS>l</FLAGS>
|
<FLAGS>l</FLAGS>
|
||||||
GstCameraBin *gstcamerabin
|
GstCameraBin *gstcamerabin
|
||||||
GString *arg1
|
gpointer arg1
|
||||||
</SIGNAL>
|
</SIGNAL>
|
||||||
|
|
||||||
<SIGNAL>
|
<SIGNAL>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Advanced Audio Coding Parser</description>
|
<description>Advanced Audio Coding Parser</description>
|
||||||
<filename>../../gst/aacparse/.libs/libgstaacparse.so</filename>
|
<filename>../../gst/aacparse/.libs/libgstaacparse.so</filename>
|
||||||
<basename>libgstaacparse.so</basename>
|
<basename>libgstaacparse.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>aacparse</name>
|
<name>aacparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Parse an .aiff file into raw audio</description>
|
<description>Parse an .aiff file into raw audio</description>
|
||||||
<filename>../../gst/aiffparse/.libs/libgstaiffparse.so</filename>
|
<filename>../../gst/aiffparse/.libs/libgstaiffparse.so</filename>
|
||||||
<basename>libgstaiffparse.so</basename>
|
<basename>libgstaiffparse.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>aiffparse</name>
|
<name>aiffparse</name>
|
||||||
|
|
|
@ -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.10.1</version>
|
<version>0.10.11</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>Adaptive Multi-Rate Parser</description>
|
<description>Adaptive Multi-Rate Parser</description>
|
||||||
<filename>../../gst/amrparse/.libs/libgstamrparse.so</filename>
|
<filename>../../gst/amrparse/.libs/libgstamrparse.so</filename>
|
||||||
<basename>libgstamrparse.so</basename>
|
<basename>libgstamrparse.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>amrparse</name>
|
<name>amrparse</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Apple AirPort Express Plugin</description>
|
<description>Apple AirPort Express Plugin</description>
|
||||||
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
||||||
<basename>libgstapexsink.so</basename>
|
<basename>libgstapexsink.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>apexsink</name>
|
<name>apexsink</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Selects convertor element based on caps</description>
|
<description>Selects convertor element based on caps</description>
|
||||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||||
<basename>libgstautoconvert.so</basename>
|
<basename>libgstautoconvert.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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>High level api for DC (Digital Camera) application</description>
|
<description>High level api for DC (Digital Camera) application</description>
|
||||||
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
||||||
<basename>libgstcamerabin.so</basename>
|
<basename>libgstcamerabin.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>camerabin</name>
|
<name>camerabin</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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>CELT plugin library</description>
|
<description>CELT plugin library</description>
|
||||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||||
<basename>libgstcelt.so</basename>
|
<basename>libgstcelt.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>1394 IIDC Video Source</description>
|
<description>1394 IIDC Video Source</description>
|
||||||
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
||||||
<basename>libgstdc1394.so</basename>
|
<basename>libgstdc1394.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>dc1394src</name>
|
<name>dc1394src</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>transfer data over the network via DCCP.</description>
|
<description>transfer data over the network via DCCP.</description>
|
||||||
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
||||||
<basename>libgstdccp.so</basename>
|
<basename>libgstdccp.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>DCCP</package>
|
<package>DCCP</package>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Deinterlacer</description>
|
<description>Deinterlacer</description>
|
||||||
<filename>../../gst/deinterlace2/.libs/libgstdeinterlace2.so</filename>
|
<filename>../../gst/deinterlace2/.libs/libgstdeinterlace2.so</filename>
|
||||||
<basename>libgstdeinterlace2.so</basename>
|
<basename>libgstdeinterlace2.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>deinterlace2</name>
|
<name>deinterlace2</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.10.1</version>
|
<version>0.10.11</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,10 +3,10 @@
|
||||||
<description>Dirac plugin</description>
|
<description>Dirac plugin</description>
|
||||||
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
||||||
<basename>libgstdirac.so</basename>
|
<basename>libgstdirac.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>DTMF plugins</description>
|
<description>DTMF plugins</description>
|
||||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||||
<basename>libgstdtmf.so</basename>
|
<basename>libgstdtmf.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>dtmfsrc</name>
|
<name>dtmfsrc</name>
|
||||||
|
|
|
@ -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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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>FLV muxing and demuxing plugin</description>
|
<description>FLV muxing and demuxing plugin</description>
|
||||||
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
||||||
<basename>libgstflv.so</basename>
|
<basename>libgstflv.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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>Siren encoder/decoder/payloader/depayloader plugins</description>
|
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||||
<basename>libgstsiren.so</basename>
|
<basename>libgstsiren.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>sirendec</name>
|
<name>sirendec</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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
|
@ -1,13 +1,13 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<name>legacyresample</name>
|
<name>legacyresample</name>
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<filename>../../gst/audioresample/.libs/libgstlegacyresample.so</filename>
|
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
||||||
<basename>libgstlegacyresample.so</basename>
|
<basename>libgstlegacyresample.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>legacyresample</name>
|
<name>legacyresample</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>Adds multiple live discontinuous streams</description>
|
<description>Adds multiple live discontinuous streams</description>
|
||||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||||
<basename>libgstliveadder.so</basename>
|
<basename>libgstliveadder.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>liveadder</name>
|
<name>liveadder</name>
|
||||||
|
|
|
@ -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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.10</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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 demuxers</description>
|
<description>MPEG demuxers</description>
|
||||||
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
||||||
<basename>libgstmpegdemux.so</basename>
|
<basename>libgstmpegdemux.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</version>
|
||||||
<license>unknown</license>
|
<license>unknown</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>mpegpsdemux</name>
|
<name>mpegpsdemux</name>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<description>MPEG-TS muxer</description>
|
<description>MPEG-TS muxer</description>
|
||||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||||
<basename>libgstmpegtsmux.so</basename>
|
<basename>libgstmpegtsmux.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>mpegtsmux</name>
|
<name>mpegtsmux</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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>MXF plugin library</description>
|
<description>MXF plugin library</description>
|
||||||
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
||||||
<basename>libgstmxf.so</basename>
|
<basename>libgstmxf.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>mxfdemux</name>
|
<name>mxfdemux</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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,10 +3,10 @@
|
||||||
<description>Calculate MusicIP fingerprint from audio files</description>
|
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||||
<basename>libgstofa.so</basename>
|
<basename>libgstofa.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -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.10.1</version>
|
<version>0.10.11</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,7 +3,7 @@
|
||||||
<description>Element parsing raw pcap streams</description>
|
<description>Element parsing raw pcap streams</description>
|
||||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||||
<basename>libgstpcapparse.so</basename>
|
<basename>libgstpcapparse.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Quicktime Muxer plugin</description>
|
<description>Quicktime Muxer plugin</description>
|
||||||
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
||||||
<basename>libgstqtmux.so</basename>
|
<basename>libgstqtmux.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>gsoc2008 package</package>
|
<package>gsoc2008 package</package>
|
||||||
|
|
|
@ -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.10.1</version>
|
<version>0.10.11</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>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details>
|
<details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY, v210 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</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.10.1</version>
|
<version>0.10.11</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>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Resin DVD playback elements</description>
|
<description>Resin DVD playback elements</description>
|
||||||
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
||||||
<basename>libresindvd.so</basename>
|
<basename>libresindvd.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -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.10.1</version>
|
<version>0.10.11</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>RTP Muxer plugins</description>
|
<description>RTP Muxer plugins</description>
|
||||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||||
<basename>libgstrtpmux.so</basename>
|
<basename>libgstrtpmux.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>rtpdtmfmux</name>
|
<name>rtpdtmfmux</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Scale audio tempo in sync with playback rate</description>
|
<description>Scale audio tempo in sync with playback rate</description>
|
||||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||||
<basename>libgstscaletempoplugin.so</basename>
|
<basename>libgstscaletempoplugin.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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>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.10.1</version>
|
<version>0.10.11</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>stereo</name>
|
<name>stereo</name>
|
||||||
|
|
|
@ -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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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,10 +3,10 @@
|
||||||
<description>Valve</description>
|
<description>Valve</description>
|
||||||
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
||||||
<basename>libgstvalve.so</basename>
|
<basename>libgstvalve.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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>XDG-MIME</description>
|
<description>XDG-MIME</description>
|
||||||
<filename>../../gst/xdgmime/.libs/libgstxdgmime.so</filename>
|
<filename>../../gst/xdgmime/.libs/libgstxdgmime.so</filename>
|
||||||
<basename>libgstxdgmime.so</basename>
|
<basename>libgstxdgmime.so</basename>
|
||||||
<version>0.10.10.1</version>
|
<version>0.10.11</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>
|
||||||
|
|
||||||
</elements>
|
</elements>
|
||||||
|
|
|
@ -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.10.1</version>
|
<version>0.10.11</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.10.1</version>
|
<version>0.10.11</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.11</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>A precious stone</name>
|
||||||
|
<created>2009-03-20</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.11.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.11.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.10</revision>
|
<revision>0.10.10</revision>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* package name in plugins */
|
||||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins CVS/prerelease"
|
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
|
||||||
|
|
||||||
/* package origin */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
#undef USE_POISONING
|
#undef USE_POISONING
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.10.10.5"
|
#define VERSION "0.10.11"
|
||||||
|
|
||||||
/* 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