mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Release 0.10.12
This commit is contained in:
parent
7368fd2570
commit
a86fcc58f9
90 changed files with 483 additions and 4547 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,5 +1,18 @@
|
||||||
|
=== release 0.10.12 ===
|
||||||
|
|
||||||
|
2009-05-20 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.12, "More than I can handle"
|
||||||
|
|
||||||
|
2009-05-20 17:10:40 +0200 Edward Hervey <bilboed@bilboed.com>
|
||||||
|
|
||||||
|
* gst/mxf/mxfmetadata.c:
|
||||||
|
mxf: Fix frame_layout for non-interlaced formats. Fixes #583337
|
||||||
|
|
||||||
2009-05-16 01:58:33 +0100 Jan Schmidt <thaytan@noraisin.net>
|
2009-05-16 01:58:33 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
* po/af.po:
|
* po/af.po:
|
||||||
* po/az.po:
|
* po/az.po:
|
||||||
|
|
61
NEWS
61
NEWS
|
@ -1,4 +1,63 @@
|
||||||
This is GStreamer Bad Plug-ins 0.10.11, "A precious stone"
|
This is GStreamer Bad Plug-ins 0.10.11, "More than I can handle"
|
||||||
|
|
||||||
|
Changes since 0.10.11:
|
||||||
|
|
||||||
|
* Presets support in several elements
|
||||||
|
* Support ITV MPEG-TS streams
|
||||||
|
* New element: flvmux
|
||||||
|
* New element: osxvideosrc
|
||||||
|
* Fixes in RTP elements
|
||||||
|
* camerabin fixes
|
||||||
|
* Improved QT/mp4 muxing
|
||||||
|
* xdgmime based content type guessing
|
||||||
|
* deinterlace2 moved to the Good plugins (replacing deinterlace)
|
||||||
|
* Support for MXF muxing, and improved MXF demuxing
|
||||||
|
* Greatly improved DVD playback
|
||||||
|
* DirectDraw element moved back from Good plugins
|
||||||
|
* Many other bug fixes and improvements
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.11:
|
||||||
|
|
||||||
|
* 573852 : Update celt to 0.5.x
|
||||||
|
* 574401 : metadatamux fails^WIS failure
|
||||||
|
* 580091 : soundtouch plugin fails to load
|
||||||
|
* 153684 : [osxvideosrc] Mac users needs an osxvideosrc
|
||||||
|
* 537700 : [scaletempo] Scale audio tempo in sync with playback rate
|
||||||
|
* 569437 : mpegtsparse: flow error or crashes while dynamicly changi...
|
||||||
|
* 569673 : [Mpegtsparse] PAT changes not always signaled
|
||||||
|
* 569781 : [Mpegtsparse] drop of valid TS packets
|
||||||
|
* 573595 : plugins-bad mingw ports
|
||||||
|
* 573846 : Check for soundtouch-1.4 too
|
||||||
|
* 573847 : Use SDL static-libs for conftest and libs for gstsdl*
|
||||||
|
* 573848 : Use native CPU number detection in mpeg2enc
|
||||||
|
* 573849 : modplug's sndfile.h conflicts with libsndfile's sndfile.h
|
||||||
|
* 575388 : [aacparse] deadlocks in busy loop when seeking
|
||||||
|
* 575736 : mpeg2enc's bitrate parameter does not work properly
|
||||||
|
* 576408 : [playbin2] Deadlock when using resindvd as source
|
||||||
|
* 577690 : rtpdtmfmux: missing pad unref
|
||||||
|
* 577864 : [residvd] dvdnav version requirements should be higher
|
||||||
|
* 578112 : x264enc: I-frame request
|
||||||
|
* 578562 : dshowdecwrapper missing check for GST_DISABLE_GST_DEBUG
|
||||||
|
* 578563 : win32 export files are not disted
|
||||||
|
* 580133 : Regression in baseparse since last release
|
||||||
|
* 580144 : emit notify::internal-ssrc when there is a ssrc collision
|
||||||
|
* 580786 : [flvmux] " uninitialized variable " compiler warning
|
||||||
|
* 580901 : Uninitialized variable may be used in fpsdisplaysink.c
|
||||||
|
* 581375 : rtpssrcdemux crashes on SR-less rtcp packets
|
||||||
|
* 582013 : uninitialized var in mxfmux.c prevents gst-plugins-bad bu...
|
||||||
|
* 582074 : [faad] Fails to build with faad 2.6 (misdetected as 2.7)
|
||||||
|
* 582208 : [PATCH] fix for soundtouch-1.4
|
||||||
|
* 582483 : y4menc doesn't pass timestamps on
|
||||||
|
* 582656 : [mxfdemux] Fix deadlock when querying from the pad-added ...
|
||||||
|
* 582702 : qtmux: crash in atom_moov_add_blob_tag
|
||||||
|
* 583337 : [mxfmux] Wrong layout for non-interlaced formats
|
||||||
|
* 580585 : rtpmux memleak
|
||||||
|
* 577843 : input-selector causes problems with DVD menus in playbin2
|
||||||
|
* 581593 : gppmux doesn't support MPEG4 part 2 in sink caps
|
||||||
|
* 575284 : add auto-connect-forced mode to jackaudiosrc and jackaudi...
|
||||||
|
* 576021 : On Windows qtmux can't write files longer than 2-4 GiB, u...
|
||||||
|
* 576712 : Output-selector keeps reference to latest buffer when cha...
|
||||||
|
* 581427 : [mpeg4videoparse] config buffer is leaked
|
||||||
|
|
||||||
Changes since 0.10.10:
|
Changes since 0.10.10:
|
||||||
|
|
||||||
|
|
135
RELEASE
135
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Bad Plug-ins 0.10.11 "A precious stone"
|
Release notes for GStreamer Bad Plug-ins 0.10.12 "More than I can handle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,45 +60,62 @@ contains a set of well-supported plug-ins, but might pose problems for
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Add ASS/SSA subtitle handling element assrender
|
* Presets support in several elements
|
||||||
* Leak fixes in the QuickTime decoder wrapper
|
* Support ITV MPEG-TS streams
|
||||||
* Better DirectShow output on Windows
|
* New element: flvmux
|
||||||
* Extend QT muxing support to include AMR and H.263
|
* New element: osxvideosrc
|
||||||
* mms seeking support
|
* Fixes in RTP elements
|
||||||
* Extended MXF file format handling
|
* camerabin fixes
|
||||||
* camerabin and photography API for digital camera interfacing
|
* Improved QT/mp4 muxing
|
||||||
* Merge elements from Farsight: liveadder, sirendec, sirenenc, valve, rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert, mimdec, mimenc
|
* xdgmime based content type guessing
|
||||||
* typefinder based on xdgmime
|
* deinterlace2 moved to the Good plugins (replacing deinterlace)
|
||||||
|
* Support for MXF muxing, and improved MXF demuxing
|
||||||
|
* Greatly improved DVD playback
|
||||||
|
* DirectDraw element moved back from Good plugins
|
||||||
|
* Many other bug fixes and improvements
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 573369 : [gstfaad] Memory corruption and segfault
|
* 573852 : Update celt to 0.5.x
|
||||||
* 568704 : Metadatamux: unable to configure byte order for EXIF
|
* 574401 : metadatamux fails^WIS failure
|
||||||
* 354908 : videoflipping interface for v4l2src
|
* 580091 : soundtouch plugin fails to load
|
||||||
* 369912 : missing inclusion in rpm spec file
|
* 153684 : [osxvideosrc] Mac users needs an osxvideosrc
|
||||||
* 469930 : [mmssrc] seeking support PATCH
|
* 537700 : [scaletempo] Scale audio tempo in sync with playback rate
|
||||||
* 481075 : Full support for ASS/SSA subtitles
|
* 569437 : mpegtsparse: flow error or crashes while dynamicly changi...
|
||||||
* 549645 : merge useful elements from gst-plugins-farsight into core
|
* 569673 : [Mpegtsparse] PAT changes not always signaled
|
||||||
* 567003 : [ladspa] improve plugin scanning
|
* 569781 : [Mpegtsparse] drop of valid TS packets
|
||||||
* 567371 : [mpegtsparse] memory leak in mpegtspacketizer
|
* 573595 : plugins-bad mingw ports
|
||||||
* 567828 : rtpmanager and RTCP BYE packet
|
* 573846 : Check for soundtouch-1.4 too
|
||||||
* 567965 : [flvdemux] add support for ECMA arrays in script tags
|
* 573847 : Use SDL static-libs for conftest and libs for gstsdl*
|
||||||
* 568480 : gst-plugins-bad dccp plugin won't compile on Soalris
|
* 573848 : Use native CPU number detection in mpeg2enc
|
||||||
* 568483 : Problems linking gst-plugins-bad
|
* 573849 : modplug's sndfile.h conflicts with libsndfile's sndfile.h
|
||||||
* 568837 : RFE: allow building against the system modplug library
|
* 575388 : [aacparse] deadlocks in busy loop when seeking
|
||||||
* 569323 : [qtmux] should support audio/AMR sink
|
* 575736 : mpeg2enc's bitrate parameter does not work properly
|
||||||
* 570996 : bpmdetect relibably crashes with SIGSEGV on particular file
|
* 576408 : [playbin2] Deadlock when using resindvd as source
|
||||||
* 571560 : gstdshowaudio decoder doesn't compile.
|
* 577690 : rtpdtmfmux: missing pad unref
|
||||||
* 572315 : Compiling camerabin on Windows with Visual Studio
|
* 577864 : [residvd] dvdnav version requirements should be higher
|
||||||
* 572900 : gstrtpsession should not forward recv side event to the s...
|
* 578112 : x264enc: I-frame request
|
||||||
* 573288 : [mpegtsdemux] memory leak when pusi is missed due to pack...
|
* 578562 : dshowdecwrapper missing check for GST_DISABLE_GST_DEBUG
|
||||||
* 573391 : [videoanalyse] Wrong brightness calculation
|
* 578563 : win32 export files are not disted
|
||||||
* 575157 : xdgmime typefinder: make more conservative
|
* 580133 : Regression in baseparse since last release
|
||||||
* 575565 : [mxf] mxf plugin uses symbols not in glib 2.6 (minimum gl...
|
* 580144 : emit notify::internal-ssrc when there is a ssrc collision
|
||||||
* 564114 : [PATCH] fbdev: fix depth calculation
|
* 580786 : [flvmux] " uninitialized variable " compiler warning
|
||||||
* 573850 : Use Glib's byte order in gstgsmdec
|
* 580901 : Uninitialized variable may be used in fpsdisplaysink.c
|
||||||
* 573851 : Use glib integer types in gstfaad
|
* 581375 : rtpssrcdemux crashes on SR-less rtcp packets
|
||||||
* 172043 : [mpegpsdemux] wrong video length on mpeg file
|
* 582013 : uninitialized var in mxfmux.c prevents gst-plugins-bad bu...
|
||||||
|
* 582074 : [faad] Fails to build with faad 2.6 (misdetected as 2.7)
|
||||||
|
* 582208 : [PATCH] fix for soundtouch-1.4
|
||||||
|
* 582483 : y4menc doesn't pass timestamps on
|
||||||
|
* 582656 : [mxfdemux] Fix deadlock when querying from the pad-added ...
|
||||||
|
* 582702 : qtmux: crash in atom_moov_add_blob_tag
|
||||||
|
* 583337 : [mxfmux] Wrong layout for non-interlaced formats
|
||||||
|
* 580585 : rtpmux memleak
|
||||||
|
* 577843 : input-selector causes problems with DVD menus in playbin2
|
||||||
|
* 581593 : gppmux doesn't support MPEG4 part 2 in sink caps
|
||||||
|
* 575284 : add auto-connect-forced mode to jackaudiosrc and jackaudi...
|
||||||
|
* 576021 : On Windows qtmux can't write files longer than 2-4 GiB, u...
|
||||||
|
* 576712 : Output-selector keeps reference to latest buffer when cha...
|
||||||
|
* 581427 : [mpeg4videoparse] config buffer is leaked
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -127,46 +144,38 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Andoni Morales
|
* Alan Falloon
|
||||||
* Andrzej Polatyński
|
* Alessandro Decina
|
||||||
* Andy Wingo
|
* Andy Wingo
|
||||||
* Benjamin Schmitz
|
* Arnout Vandecappelle
|
||||||
* Brian Cameron
|
|
||||||
* Christian Schaller
|
* Christian Schaller
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Hans de Goede
|
* Felipe Contreras
|
||||||
* Håvard Graff
|
* Haakon Sporsheim
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Jan Urbanski
|
* Janin Kolenc
|
||||||
* Josep Torra
|
|
||||||
* Julien Moutte
|
* Julien Moutte
|
||||||
* LRN
|
|
||||||
* Lasse Laukkanen
|
* Lasse Laukkanen
|
||||||
* Laurent Glayal
|
* Laurent Glayal
|
||||||
|
* Marc-Andre Lureau
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
* Michael Smith
|
* Michael Smith
|
||||||
* Nokia Corporation
|
* Ole André Vadla Ravnås
|
||||||
* Olivier Crete
|
|
||||||
* Olivier Crête
|
* Olivier Crête
|
||||||
* Peter Kjellerstedt
|
|
||||||
* Philipe Kalaf
|
|
||||||
* Philippe Khalaf
|
|
||||||
* René Stadler
|
* René Stadler
|
||||||
|
* Rov Juvano
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Sebastian Pölsterl
|
* Sergey Scobich
|
||||||
* Simon McVittie
|
|
||||||
* Sjoerd Simons
|
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Thiago Sousa Santos
|
* Sébastien Moutte
|
||||||
|
* Thiago Santos
|
||||||
|
* Thomas Vander Stichele
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
|
* Tristan Matthews
|
||||||
|
* Vincent Genieux
|
||||||
|
* Vincent Torri
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* Youness Alaoui
|
* Zaheer Abbas Merali
|
||||||
* Zaheer Merali
|
* Руслан Ижбулатов
|
||||||
* Zeeshan Ali
|
|
||||||
* philippe.kalaf@collabora.co.uk
|
|
||||||
* sjoerd@luon.net
|
|
||||||
* vanista
|
|
||||||
* zeenix@gmail.com
|
|
||||||
* zeeshan.ali@nokia.com
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
||||||
dnl initialize autoconf
|
dnl 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.11.3,
|
AC_INIT(GStreamer Bad Plug-ins, 0.10.12,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-bad)
|
gst-plugins-bad)
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXvidEnc::averaging-period</NAME>
|
<NAME>GstXvidEnc::averaging-period</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
<RANGE>[-1,100]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Averaging Period</NICK>
|
<NICK>Averaging Period</NICK>
|
||||||
<BLURB>[CBR] Number of frames for which XviD averages bitrate.</BLURB>
|
<BLURB>[CBR] Number of frames for which XviD averages bitrate.</BLURB>
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXvidEnc::buffer</NAME>
|
<NAME>GstXvidEnc::buffer</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Buffer Size</NICK>
|
<NICK>Buffer Size</NICK>
|
||||||
<BLURB>[CBR] Size of the video buffers.</BLURB>
|
<BLURB>[CBR] Size of the video buffers.</BLURB>
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXvidEnc::container-frame-overhead</NAME>
|
<NAME>GstXvidEnc::container-frame-overhead</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
<RANGE>[-1,100]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Container Frame Overhead</NICK>
|
<NICK>Container Frame Overhead</NICK>
|
||||||
<BLURB>[PASS2] Average container overhead per frame.</BLURB>
|
<BLURB>[PASS2] Average container overhead per frame.</BLURB>
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXvidEnc::flow-control-strength</NAME>
|
<NAME>GstXvidEnc::flow-control-strength</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
<RANGE>[-1,100]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Flow Control Strength</NICK>
|
<NICK>Flow Control Strength</NICK>
|
||||||
<BLURB>[PASS2] Overflow control strength per frame.</BLURB>
|
<BLURB>[PASS2] Overflow control strength per frame.</BLURB>
|
||||||
|
@ -211,7 +211,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXvidEnc::keyframe-reduction</NAME>
|
<NAME>GstXvidEnc::keyframe-reduction</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
<RANGE>[-1,100]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Keyframe Reduction</NICK>
|
<NICK>Keyframe Reduction</NICK>
|
||||||
<BLURB>[PASS2] Keyframe size reduction in % of those within threshold.</BLURB>
|
<BLURB>[PASS2] Keyframe size reduction in % of those within threshold.</BLURB>
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXvidEnc::keyframe-threshold</NAME>
|
<NAME>GstXvidEnc::keyframe-threshold</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
<RANGE>[-1,100]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Keyframe Threshold</NICK>
|
<NICK>Keyframe Threshold</NICK>
|
||||||
<BLURB>[PASS2] Distance between keyframes not to be subject to reduction.</BLURB>
|
<BLURB>[PASS2] Distance between keyframes not to be subject to reduction.</BLURB>
|
||||||
|
@ -281,7 +281,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXvidEnc::max-overflow-degradation</NAME>
|
<NAME>GstXvidEnc::max-overflow-degradation</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
<RANGE>[-1,100]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Max Overflow Degradation</NICK>
|
<NICK>Max Overflow Degradation</NICK>
|
||||||
<BLURB>[PASS2] Amount in % that flow control can decrease frame size compared to ideal curve.</BLURB>
|
<BLURB>[PASS2] Amount in % that flow control can decrease frame size compared to ideal curve.</BLURB>
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXvidEnc::max-overflow-improvement</NAME>
|
<NAME>GstXvidEnc::max-overflow-improvement</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
<RANGE>[-1,100]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Max Overflow Improvement</NICK>
|
<NICK>Max Overflow Improvement</NICK>
|
||||||
<BLURB>[PASS2] Amount in % that flow control can increase frame size compared to ideal curve.</BLURB>
|
<BLURB>[PASS2] Amount in % that flow control can increase frame size compared to ideal curve.</BLURB>
|
||||||
|
@ -421,7 +421,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXvidEnc::reaction-delay-factor</NAME>
|
<NAME>GstXvidEnc::reaction-delay-factor</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
<RANGE>[-1,100]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Reaction Delay Factor</NICK>
|
<NICK>Reaction Delay Factor</NICK>
|
||||||
<BLURB>[CBR] Reaction delay factor.</BLURB>
|
<BLURB>[CBR] Reaction delay factor.</BLURB>
|
||||||
|
@ -681,7 +681,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstMpeg2enc::bitrate</NAME>
|
<NAME>GstMpeg2enc::bitrate</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[0,10240]</RANGE>
|
<RANGE>[0,10000]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Bitrate</NICK>
|
<NICK>Bitrate</NICK>
|
||||||
<BLURB>Compressed video bitrate (kbps).</BLURB>
|
<BLURB>Compressed video bitrate (kbps).</BLURB>
|
||||||
|
@ -841,7 +841,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstMpeg2enc::non-video-bitrate</NAME>
|
<NAME>GstMpeg2enc::non-video-bitrate</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[0,10240]</RANGE>
|
<RANGE>[0,10000]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Non-video bitrate</NICK>
|
<NICK>Non-video bitrate</NICK>
|
||||||
<BLURB>Assumed bitrate of non-video for sequence splitting (kbps).</BLURB>
|
<BLURB>Assumed bitrate of non-video for sequence splitting (kbps).</BLURB>
|
||||||
|
@ -984,7 +984,7 @@
|
||||||
<RANGE>[0,512]</RANGE>
|
<RANGE>[0,512]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>VCD stills size</NICK>
|
<NICK>VCD stills size</NICK>
|
||||||
<BLURB>Size of VCD stills (in kB).</BLURB>
|
<BLURB>Size of VCD stills (in KB).</BLURB>
|
||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
@ -1681,7 +1681,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDvbSrc::diseqc-source</NAME>
|
<NAME>GstDvbSrc::diseqc-source</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,7]</RANGE>
|
<RANGE>[-1,7]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>diseqc source</NICK>
|
<NICK>diseqc source</NICK>
|
||||||
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
||||||
|
@ -17455,7 +17455,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Path where to search for RealPlayer codecs</NICK>
|
<NICK>Path where to search for RealPlayer codecs</NICK>
|
||||||
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
||||||
<DEFAULT>"/usr/lib64/win32:/usr/lib64/codecs:/usr/local/lib64/win32:/usr/local/lib64/codecs"</DEFAULT>
|
<DEFAULT>"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17495,7 +17495,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Path where to search for RealPlayer codecs</NICK>
|
<NICK>Path where to search for RealPlayer codecs</NICK>
|
||||||
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
<BLURB>Path where to search for RealPlayer codecs.</BLURB>
|
||||||
<DEFAULT>"/usr/lib64/win32:/usr/lib64/codecs:/usr/local/lib64/win32:/usr/local/lib64/codecs"</DEFAULT>
|
<DEFAULT>"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs"</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -18431,7 +18431,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>DvbBaseBin::diseqc-source</NAME>
|
<NAME>DvbBaseBin::diseqc-source</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,7]</RANGE>
|
<RANGE>[-1,7]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>diseqc source</NICK>
|
<NICK>diseqc source</NICK>
|
||||||
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
||||||
|
@ -22376,7 +22376,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDCCPClientSrc::sockfd</NAME>
|
<NAME>GstDCCPClientSrc::sockfd</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Socket fd</NICK>
|
<NICK>Socket fd</NICK>
|
||||||
<BLURB>The socket file descriptor.</BLURB>
|
<BLURB>The socket file descriptor.</BLURB>
|
||||||
|
@ -22416,7 +22416,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDCCPServerSink::sockfd</NAME>
|
<NAME>GstDCCPServerSink::sockfd</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Socket fd</NICK>
|
<NICK>Socket fd</NICK>
|
||||||
<BLURB>The client socket file descriptor.</BLURB>
|
<BLURB>The client socket file descriptor.</BLURB>
|
||||||
|
@ -22476,7 +22476,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDCCPClientSink::sockfd</NAME>
|
<NAME>GstDCCPClientSink::sockfd</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Socket fd</NICK>
|
<NICK>Socket fd</NICK>
|
||||||
<BLURB>The socket file descriptor.</BLURB>
|
<BLURB>The socket file descriptor.</BLURB>
|
||||||
|
@ -22536,7 +22536,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDCCPServerSrc::sockfd</NAME>
|
<NAME>GstDCCPServerSrc::sockfd</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Socket fd</NICK>
|
<NICK>Socket fd</NICK>
|
||||||
<BLURB>The client socket file descriptor.</BLURB>
|
<BLURB>The client socket file descriptor.</BLURB>
|
||||||
|
@ -22596,7 +22596,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstMpegTSDemux::program-number</NAME>
|
<NAME>GstMpegTSDemux::program-number</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Program Number</NICK>
|
<NICK>Program Number</NICK>
|
||||||
<BLURB>Program number to demux for (-1 to ignore).</BLURB>
|
<BLURB>Program number to demux for (-1 to ignore).</BLURB>
|
||||||
|
@ -22656,7 +22656,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPcapParse::dst-port</NAME>
|
<NAME>GstPcapParse::dst-port</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,65535]</RANGE>
|
<RANGE>[-1,65535]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Destination port</NICK>
|
<NICK>Destination port</NICK>
|
||||||
<BLURB>Destination port to restrict to.</BLURB>
|
<BLURB>Destination port to restrict to.</BLURB>
|
||||||
|
@ -22676,7 +22676,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPcapParse::src-port</NAME>
|
<NAME>GstPcapParse::src-port</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[G_MAXULONG,65535]</RANGE>
|
<RANGE>[-1,65535]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Source port</NICK>
|
<NICK>Source port</NICK>
|
||||||
<BLURB>Source port to restrict to.</BLURB>
|
<BLURB>Source port to restrict to.</BLURB>
|
||||||
|
@ -23206,7 +23206,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstRTPDTMFSrc::seqnum-offset</NAME>
|
<NAME>GstRTPDTMFSrc::seqnum-offset</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Sequence number Offset</NICK>
|
<NICK>Sequence number Offset</NICK>
|
||||||
<BLURB>Offset to add to all outgoing seqnum (-1 = random).</BLURB>
|
<BLURB>Offset to add to all outgoing seqnum (-1 = random).</BLURB>
|
||||||
|
@ -23236,7 +23236,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstRTPDTMFSrc::timestamp-offset</NAME>
|
<NAME>GstRTPDTMFSrc::timestamp-offset</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Timestamp Offset</NICK>
|
<NICK>Timestamp Offset</NICK>
|
||||||
<BLURB>Offset to add to all outgoing timestamps (-1 = random).</BLURB>
|
<BLURB>Offset to add to all outgoing timestamps (-1 = random).</BLURB>
|
||||||
|
@ -23286,7 +23286,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstRTPMux::seqnum-offset</NAME>
|
<NAME>GstRTPMux::seqnum-offset</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Sequence number Offset</NICK>
|
<NICK>Sequence number Offset</NICK>
|
||||||
<BLURB>Offset to add to all outgoing seqnum (-1 = random).</BLURB>
|
<BLURB>Offset to add to all outgoing seqnum (-1 = random).</BLURB>
|
||||||
|
@ -23306,7 +23306,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstRTPMux::timestamp-offset</NAME>
|
<NAME>GstRTPMux::timestamp-offset</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Timestamp Offset</NICK>
|
<NICK>Timestamp Offset</NICK>
|
||||||
<BLURB>Offset to add to all outgoing timestamps (-1 = random).</BLURB>
|
<BLURB>Offset to add to all outgoing timestamps (-1 = random).</BLURB>
|
||||||
|
@ -23373,3 +23373,23 @@
|
||||||
<DEFAULT>TRUE</DEFAULT>
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstFPSDisplaySink::sync</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Sync</NICK>
|
||||||
|
<BLURB>Sync on the clock.</BLURB>
|
||||||
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstFPSDisplaySink::text-overlay</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>text-overlay</NICK>
|
||||||
|
<BLURB>Wether to use text-overlay.</BLURB>
|
||||||
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -13,299 +13,151 @@ GObject
|
||||||
GstCameraBin
|
GstCameraBin
|
||||||
RsnDvdBin
|
RsnDvdBin
|
||||||
DvbBaseBin
|
DvbBaseBin
|
||||||
|
GstAutoConvert
|
||||||
GstRtpBin
|
GstRtpBin
|
||||||
GstRtpClient
|
GstRtpClient
|
||||||
FPSDisplaySink
|
|
||||||
GstAutoConvert
|
|
||||||
GstSDPDemux
|
GstSDPDemux
|
||||||
GstAmrwbDec
|
GstFPSDisplaySink
|
||||||
GstAmrwbParse
|
|
||||||
GstAmrwbEnc
|
|
||||||
GstBaseMetadata
|
|
||||||
GstMetadataDemux
|
|
||||||
GstMetadataMux
|
|
||||||
GstXvidEnc
|
|
||||||
GstXvidDec
|
|
||||||
GstFaad
|
|
||||||
GstBz2enc
|
GstBz2enc
|
||||||
GstBz2dec
|
GstBz2dec
|
||||||
|
GstMplex
|
||||||
|
GstBaseSrc
|
||||||
|
GstPushSrc
|
||||||
|
GstNeonhttpSrc
|
||||||
|
GstMythtvSrc
|
||||||
|
GstDc1394
|
||||||
|
GstMMS
|
||||||
|
GstBaseAudioSrc
|
||||||
|
GstJackAudioSrc
|
||||||
|
GstAudioSrc
|
||||||
|
GstOss4Source
|
||||||
|
GstVCDSrc
|
||||||
|
GstDvbSrc
|
||||||
|
GstDCCPClientSrc
|
||||||
|
GstDCCPServerSrc
|
||||||
|
GstRfbSrc
|
||||||
|
GstSFSrc
|
||||||
|
GstDTMFSrc
|
||||||
|
GstRTPDTMFSrc
|
||||||
GstCDAudio
|
GstCDAudio
|
||||||
GstX264Enc
|
|
||||||
GstBaseSink
|
GstBaseSink
|
||||||
GstVideoSink
|
GstVideoSink
|
||||||
GstDfbVideoSink
|
GstDfbVideoSink
|
||||||
GstSDLVideoSink
|
GstSDLVideoSink
|
||||||
GstBaseAudioSink
|
GstBaseAudioSink
|
||||||
GstAudioSink
|
GstAudioSink
|
||||||
GstNasSink
|
|
||||||
GstSDLAudioSink
|
GstSDLAudioSink
|
||||||
GstApExSink
|
GstApExSink
|
||||||
|
GstNasSink
|
||||||
GstOss4Sink
|
GstOss4Sink
|
||||||
GstJackAudioSink
|
GstJackAudioSink
|
||||||
AlsaSPDIFSink
|
|
||||||
GstSFSink
|
GstSFSink
|
||||||
|
AlsaSPDIFSink
|
||||||
GstFBDEVSink
|
GstFBDEVSink
|
||||||
GstDCCPServerSink
|
GstDCCPServerSink
|
||||||
GstDCCPClientSink
|
GstDCCPClientSink
|
||||||
GstBaseSrc
|
GstFaad
|
||||||
GstPushSrc
|
GstCeltEnc
|
||||||
GstMythtvSrc
|
GstCeltDec
|
||||||
GstMMS
|
GstSpcDec
|
||||||
GstDc1394
|
GstWildmidi
|
||||||
GstBaseAudioSrc
|
|
||||||
GstJackAudioSrc
|
|
||||||
GstAudioSrc
|
|
||||||
GstOss4Source
|
|
||||||
GstNeonhttpSrc
|
|
||||||
GstVCDSrc
|
|
||||||
GstDvbSrc
|
|
||||||
GstRfbSrc
|
|
||||||
GstDCCPClientSrc
|
|
||||||
GstDCCPServerSrc
|
|
||||||
GstSFSrc
|
|
||||||
GstDTMFSrc
|
|
||||||
GstRTPDTMFSrc
|
|
||||||
GstBaseTransform
|
GstBaseTransform
|
||||||
GstAudioFilter
|
GstAudioFilter
|
||||||
GstOFA
|
GstOFA
|
||||||
|
GstBPMDetect
|
||||||
GstStereo
|
GstStereo
|
||||||
GstBayer2RGB
|
GstBayer2RGB
|
||||||
GstScaletempo
|
GstScaletempo
|
||||||
|
GstDeinterlace
|
||||||
GstVideoFilter
|
GstVideoFilter
|
||||||
GstVideoAnalyse
|
GstVideoAnalyse
|
||||||
GstVideoDetect
|
GstVideoDetect
|
||||||
GstVideoMark
|
GstVideoMark
|
||||||
GstAudioresample
|
GstIIR
|
||||||
GstDeinterlace
|
GstLegacyresample
|
||||||
GstDtsDec
|
|
||||||
GstFaac
|
|
||||||
GstMusepackDec
|
|
||||||
GstGSMEnc
|
|
||||||
GstGSMDec
|
|
||||||
GstModPlug
|
|
||||||
GstWildmidi
|
|
||||||
GstSignalProcessor
|
GstSignalProcessor
|
||||||
ladspa-flanger
|
ladspa-noise-white
|
||||||
ladspa-tap-rotspeak
|
ladspa-delay-5s
|
||||||
ladspa-retroFlange
|
|
||||||
ladspa-triplePara
|
|
||||||
ladspa-tap-vibrato
|
|
||||||
ladspa-pitchScaleHQ
|
|
||||||
ladspa-matrixStMS
|
|
||||||
ladspa-imp
|
|
||||||
ladspa-analogueOsc
|
|
||||||
ladspa-hilbert
|
|
||||||
ladspa-notch-iir
|
|
||||||
ladspa-bodeShifter
|
|
||||||
ladspa-valveRect
|
|
||||||
ladspa-tap-sigmoid
|
|
||||||
ladspa-diode
|
|
||||||
ladspa-se4
|
|
||||||
ladspa-pitchScale
|
|
||||||
ladspa-foldover
|
|
||||||
ladspa-freqTracker
|
|
||||||
ladspa-rateShifter
|
|
||||||
ladspa-inv
|
|
||||||
ladspa-sc1
|
|
||||||
ladspa-ringmod-2i1o
|
|
||||||
ladspa-ringmod-1i1o1l
|
|
||||||
ladspa-impulse-fc
|
|
||||||
ladspa-tap-reverb
|
|
||||||
ladspa-amp-mono
|
ladspa-amp-mono
|
||||||
ladspa-amp-stereo
|
ladspa-amp-stereo
|
||||||
ladspa-stepMuxer
|
|
||||||
ladspa-tap-equalizer
|
|
||||||
ladspa-fastLookaheadLimiter
|
|
||||||
ladspa-artificialLatency
|
|
||||||
ladspa-gate
|
|
||||||
ladspa-delay-n
|
|
||||||
ladspa-delay-l
|
|
||||||
ladspa-delay-c
|
|
||||||
ladspa-bwxover-iir
|
|
||||||
ladspa-buttlow-iir
|
|
||||||
ladspa-butthigh-iir
|
|
||||||
ladspa-mbeq
|
|
||||||
ladspa-lsFilter
|
|
||||||
ladspa-const
|
|
||||||
ladspa-Pulse-VCO
|
|
||||||
ladspa-Saw-VCO
|
|
||||||
ladspa-Rec-VCO
|
|
||||||
ladspa-smoothDecimate
|
|
||||||
ladspa-giantFlange
|
|
||||||
ladspa-lfoPhaser
|
|
||||||
ladspa-fourByFourPole
|
|
||||||
ladspa-autoPhaser
|
|
||||||
ladspa-lpf
|
|
||||||
ladspa-hpf
|
|
||||||
ladspa-tap-autopan
|
|
||||||
ladspa-highpass-iir
|
|
||||||
ladspa-comb
|
|
||||||
ladspa-matrixSpatialiser
|
|
||||||
ladspa-comb-n
|
|
||||||
ladspa-comb-l
|
|
||||||
ladspa-comb-c
|
|
||||||
ladspa-lcrDelay
|
|
||||||
ladspa-combSplitter
|
|
||||||
ladspa-dcRemove
|
|
||||||
ladspa-tap-doubler
|
|
||||||
ladspa-sinusWavewrapper
|
|
||||||
ladspa-modDelay
|
|
||||||
ladspa-shaper
|
|
||||||
ladspa-zm1
|
|
||||||
ladspa-sc4
|
|
||||||
ladspa-delay-5s
|
|
||||||
ladspa-dysonCompress
|
|
||||||
ladspa-tap-stereo-echo
|
|
||||||
ladspa-lowpass-iir
|
|
||||||
ladspa-fadDelay
|
|
||||||
ladspa-plate
|
|
||||||
ladspa-bandpass-iir
|
|
||||||
ladspa-singlePara
|
|
||||||
ladspa-gongBeater
|
|
||||||
ladspa-tapeDelay
|
|
||||||
ladspa-sifter
|
|
||||||
ladspa-tap-dynamics-st
|
|
||||||
ladspa-hardLimiter
|
|
||||||
ladspa-sc3
|
|
||||||
ladspa-amp
|
|
||||||
ladspa-xfade
|
|
||||||
ladspa-xfade4
|
|
||||||
ladspa-tap-pitch
|
|
||||||
ladspa-multivoiceChorus
|
|
||||||
ladspa-G2reverb
|
|
||||||
ladspa-surroundEncoder
|
|
||||||
ladspa-sc2
|
|
||||||
ladspa-gverb
|
|
||||||
ladspa-matrixMSSt
|
|
||||||
ladspa-amPitchshift
|
|
||||||
ladspa-tap-deesser
|
|
||||||
ladspa-tap-tubewarmth
|
|
||||||
ladspa-hermesFilter
|
|
||||||
ladspa-bandpass-a-iir
|
|
||||||
ladspa-gsm
|
|
||||||
ladspa-Chorus1
|
|
||||||
ladspa-Chorus2
|
|
||||||
ladspa-crossoverDist
|
|
||||||
ladspa-allpass-n
|
|
||||||
ladspa-allpass-l
|
|
||||||
ladspa-allpass-c
|
|
||||||
ladspa-decay
|
|
||||||
ladspa-valve
|
|
||||||
ladspa-bodeShifterCV
|
|
||||||
ladspa-harmonicGen
|
|
||||||
ladspa-waveTerrain
|
|
||||||
ladspa-transient
|
|
||||||
ladspa-sinCos
|
|
||||||
ladspa-split
|
|
||||||
ladspa-divider
|
|
||||||
ladspa-declip
|
|
||||||
ladspa-tap-dynamics-m
|
|
||||||
ladspa-tap-reflector
|
|
||||||
ladspa-Ambisonics-11-mono-panner
|
|
||||||
ladspa-Ambisonics-11-stereo-panner
|
|
||||||
ladspa-Ambisonics-11-rotator
|
|
||||||
ladspa-Ambisonics-11-square-decoder
|
|
||||||
ladspa-Ambisonics-11-hexagon-decoder
|
|
||||||
ladspa-Ambisonics-11-cube-decoder
|
|
||||||
ladspa-tap-equalizer-bw
|
|
||||||
ladspa-tap-tremolo
|
|
||||||
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-chebstortion
|
ladspa-lpf
|
||||||
ladspa-alias
|
ladspa-hpf
|
||||||
ladspa-Parametric1
|
GstXvidEnc
|
||||||
ladspa-tap-limiter
|
GstXvidDec
|
||||||
ladspa-noise-white
|
GstPitch
|
||||||
ladspa-tap-pinknoise
|
GstMusepackDec
|
||||||
ladspa-delayorama
|
GstMpeg2enc
|
||||||
ladspa-pointerCastDistortion
|
GstGSMEnc
|
||||||
ladspa-svf
|
GstGSMDec
|
||||||
ladspa-Phaser1
|
GstFaac
|
||||||
ladspa-Phaser1+LFO
|
GstDtsDec
|
||||||
ladspa-revdelay
|
GstDiracEnc
|
||||||
ladspa-tap-chorusflanger
|
|
||||||
ladspa-vynil
|
|
||||||
ladspa-Mvchpf-1
|
|
||||||
ladspa-djFlanger
|
|
||||||
ladspa-fmOsc
|
|
||||||
ladspa-decimator
|
|
||||||
ladspa-Ambisonics-21-panner
|
|
||||||
ladspa-Ambisonics-21-rotator
|
|
||||||
ladspa-dj-eq-mono
|
|
||||||
ladspa-dj-eq
|
|
||||||
ladspa-Mvclpf-1
|
|
||||||
ladspa-Mvclpf-2
|
|
||||||
ladspa-Mvclpf-3
|
|
||||||
ladspa-Mvclpf-4
|
|
||||||
ladspa-satanMaximiser
|
|
||||||
ladspa-foverdrive
|
|
||||||
ladspa-karaoke
|
|
||||||
ladspa-gong
|
|
||||||
ladspa-sc4m
|
|
||||||
Gstassrender
|
|
||||||
GstTwoLame
|
|
||||||
GstCeltEnc
|
|
||||||
GstCeltDec
|
|
||||||
GstTRM
|
GstTRM
|
||||||
|
GstX264Enc
|
||||||
|
GstBaseMetadata
|
||||||
|
GstMetadataDemux
|
||||||
|
GstMetadataMux
|
||||||
GstOss4Mixer
|
GstOss4Mixer
|
||||||
|
GstAmrBaseParse
|
||||||
|
GstAmrParse
|
||||||
|
GstFestival
|
||||||
|
GstModPlug
|
||||||
GstMveDemux
|
GstMveDemux
|
||||||
GstMveMux
|
GstMveMux
|
||||||
GstDeinterlace2
|
GstSrtEnc
|
||||||
GstBaseRTPDepayload
|
GstMpeg4VParse
|
||||||
GstRtpDTMFDepay
|
GstCDXAParse
|
||||||
|
GstVcdParse
|
||||||
|
GstNsfDec
|
||||||
|
GstSirenDec
|
||||||
|
GstSirenEnc
|
||||||
|
MpegTsMux
|
||||||
|
GstRealVideoDec
|
||||||
|
GstRealAudioDec
|
||||||
|
GstRTPMux
|
||||||
|
GstRTPDTMFMux
|
||||||
|
GstRawParse
|
||||||
|
GstVideoParse
|
||||||
|
GstAudioParse
|
||||||
GstRtpJitterBuffer
|
GstRtpJitterBuffer
|
||||||
GstRtpPtDemux
|
GstRtpPtDemux
|
||||||
GstRtpSession
|
GstRtpSession
|
||||||
GstRtpSsrcDemux
|
GstRtpSsrcDemux
|
||||||
GstMpegPSDemux
|
GstPcapParse
|
||||||
GstMpegTSDemux
|
|
||||||
MpegTSParse
|
|
||||||
GstH264Parse
|
|
||||||
GstLiveAdder
|
|
||||||
GstMpeg4VParse
|
|
||||||
GstValve
|
|
||||||
MpegVideoParse
|
|
||||||
GstFLVDemux
|
|
||||||
GstFlvMux
|
|
||||||
GstNuvDemux
|
|
||||||
GstRawParse
|
|
||||||
GstVideoParse
|
|
||||||
GstAudioParse
|
|
||||||
GstSpeed
|
|
||||||
GstInputSelector
|
GstInputSelector
|
||||||
GstOutputSelector
|
GstOutputSelector
|
||||||
|
GstAacBaseParse
|
||||||
|
GstAacParse
|
||||||
|
GstVMncDec
|
||||||
GstQTMux
|
GstQTMux
|
||||||
GstMP4Mux
|
GstMP4Mux
|
||||||
GstGPPMux
|
GstGPPMux
|
||||||
GstMJ2Mux
|
GstMJ2Mux
|
||||||
GstAacBaseParse
|
MpegVideoParse
|
||||||
GstAacParse
|
GstH264Parse
|
||||||
GstCDXAParse
|
|
||||||
GstVcdParse
|
|
||||||
GstNsfDec
|
|
||||||
GstTtaParse
|
|
||||||
GstTtaDec
|
|
||||||
GstY4mEncode
|
|
||||||
GstRTPMux
|
|
||||||
GstRTPDTMFMux
|
|
||||||
GstFreeze
|
|
||||||
GstVMncDec
|
|
||||||
AIFFParse
|
|
||||||
GstSrtEnc
|
|
||||||
GstFestival
|
|
||||||
MpegTsMux
|
|
||||||
GstDVDSpu
|
|
||||||
GstMXFDemux
|
GstMXFDemux
|
||||||
GstMXFMux
|
GstMXFMux
|
||||||
GstRealVideoDec
|
GstSpeed
|
||||||
GstRealAudioDec
|
GstFreeze
|
||||||
GstAmrBaseParse
|
GstDVDSpu
|
||||||
GstAmrParse
|
AIFFParse
|
||||||
GstSirenDec
|
GstTtaParse
|
||||||
GstSirenEnc
|
GstTtaDec
|
||||||
GstPcapParse
|
GstLiveAdder
|
||||||
|
GstValve
|
||||||
|
GstBaseRTPDepayload
|
||||||
|
GstRtpDTMFDepay
|
||||||
|
GstNuvDemux
|
||||||
|
GstFLVDemux
|
||||||
|
GstFlvMux
|
||||||
|
GstMpegPSDemux
|
||||||
|
GstMpegTSDemux
|
||||||
|
MpegTSParse
|
||||||
|
GstDeinterlace2
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstClock
|
GstClock
|
||||||
|
@ -327,12 +179,13 @@ GInterface
|
||||||
GTypePlugin
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
GstTagSetter
|
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
GstNavigation
|
GstNavigation
|
||||||
GstColorBalance
|
GstColorBalance
|
||||||
GstXOverlay
|
GstXOverlay
|
||||||
|
GstTagSetter
|
||||||
|
GstPreset
|
||||||
GstMixer
|
GstMixer
|
||||||
GstPropertyProbe
|
GstPropertyProbe
|
||||||
GstPhotography
|
|
||||||
MXFDescriptiveMetadataFrameworkInterface
|
MXFDescriptiveMetadataFrameworkInterface
|
||||||
|
GstPhotography
|
||||||
|
|
|
@ -1,28 +1,34 @@
|
||||||
GstBin GstChildProxy
|
GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
GstPipeline GstChildProxy
|
||||||
GstCameraBin GstChildProxy GstTagSetter GstImplementsInterface GstColorBalance GstXOverlay GstPhotography
|
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstXOverlay GstTagSetter GstPhotography
|
||||||
RsnDvdBin GstChildProxy GstURIHandler
|
RsnDvdBin GstChildProxy GstURIHandler
|
||||||
DvbBaseBin GstChildProxy GstURIHandler
|
DvbBaseBin GstChildProxy GstURIHandler
|
||||||
|
GstAutoConvert GstChildProxy
|
||||||
GstRtpBin GstChildProxy
|
GstRtpBin GstChildProxy
|
||||||
GstRtpClient GstChildProxy
|
GstRtpClient GstChildProxy
|
||||||
FPSDisplaySink GstChildProxy GstImplementsInterface GstXOverlay
|
|
||||||
GstAutoConvert GstChildProxy
|
|
||||||
GstSDPDemux GstChildProxy
|
GstSDPDemux GstChildProxy
|
||||||
GstMetadataMux GstTagSetter
|
GstFPSDisplaySink GstChildProxy
|
||||||
|
GstNeonhttpSrc GstURIHandler
|
||||||
|
GstMythtvSrc GstURIHandler
|
||||||
|
GstMMS GstURIHandler
|
||||||
|
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
|
GstVCDSrc GstURIHandler
|
||||||
GstCDAudio GstURIHandler
|
GstCDAudio GstURIHandler
|
||||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||||
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
||||||
GstApExSink GstImplementsInterface GstMixer
|
GstApExSink GstImplementsInterface GstMixer
|
||||||
GstOss4Sink GstPropertyProbe
|
GstOss4Sink GstPropertyProbe
|
||||||
GstMythtvSrc GstURIHandler
|
GstCeltEnc GstTagSetter GstPreset
|
||||||
GstMMS GstURIHandler
|
GstXvidEnc GstPreset
|
||||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
GstMpeg2enc GstPreset
|
||||||
GstNeonhttpSrc GstURIHandler
|
GstFaac GstPreset
|
||||||
GstVCDSrc GstURIHandler
|
GstDiracEnc GstPreset
|
||||||
GstCeltEnc GstTagSetter
|
GstX264Enc GstPreset
|
||||||
|
GstMetadataMux GstTagSetter
|
||||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstDeinterlace2 GstChildProxy
|
|
||||||
GstQTMux GstTagSetter
|
GstQTMux GstTagSetter
|
||||||
GstMP4Mux GstTagSetter
|
GstMP4Mux GstTagSetter
|
||||||
GstGPPMux GstTagSetter
|
GstGPPMux GstTagSetter
|
||||||
GstMJ2Mux GstTagSetter
|
GstMJ2Mux GstTagSetter
|
||||||
|
GstFlvMux GstTagSetter
|
||||||
|
GstDeinterlace2 GstChildProxy
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
GstTagSetter GstObject GstElement
|
GstImplementsInterface GstElement
|
||||||
GstImplementsInterface GstObject GstElement
|
GstColorBalance GstImplementsInterface GstElement
|
||||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
GstXOverlay GstImplementsInterface GstElement
|
||||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
GstTagSetter GstElement
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
GstMixer GstImplementsInterface GstElement
|
||||||
GstPhotography GstObject GstImplementsInterface GstElement
|
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
||||||
MXFDescriptiveMetadataFrameworkInterface MXFMetadataBase MXFDescriptiveMetadata
|
GstPhotography GstImplementsInterface GstElement
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,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.11.1</version>
|
<version>0.10.12</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>DCCP</package>
|
<package>DCCP</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Collection of elements that may or may not be useful for debugging</description>
|
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||||
<basename>libgstdebugutilsbad.so</basename>
|
<basename>libgstdebugutilsbad.so</basename>
|
||||||
<version>0.10.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,7 +3,7 @@
|
||||||
<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.11</version>
|
<version>0.10.12</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,12 +1,12 @@
|
||||||
<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.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<name>modplug</name>
|
<name>modplug</name>
|
||||||
<description>.MOD audio decoding</description>
|
<description>.MOD audio decoding</description>
|
||||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
||||||
<basename>libgstmodplug.so</basename>
|
<basename>libgstmodplug.so</basename>
|
||||||
<version>0.10.11.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>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<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.11</version>
|
<version>0.10.12</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||||
<basename>libgstmplex.so</basename>
|
<basename>libgstmplex.so</basename>
|
||||||
<version>0.10.9.1</version>
|
<version>0.10.12</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,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>audio/x-musepack, streamversion=(int){ 7, 8 }</details>
|
<details>audio/x-musepack, streamversion=(int)7</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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,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.11.1</version>
|
<version>0.10.12</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.11.1</version>
|
<version>0.10.12</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>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<name>video_%d</name>
|
<name>video_%d</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>request</presence>
|
<presence>request</presence>
|
||||||
<details>video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
<details>video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
<caps>
|
<caps>
|
||||||
<name>audio_%d</name>
|
<name>audio_%d</name>
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>application/x-3gp</details>
|
<details>video/quicktime, variant=(string)3gpp</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/quicktime</details>
|
<details>video/quicktime, variant=(string)iso</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
<name>src</name>
|
<name>src</name>
|
||||||
<direction>source</direction>
|
<direction>source</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/quicktime</details>
|
<details>video/quicktime, variant=(string)apple</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,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.11.1</version>
|
<version>0.10.12</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,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.11.1</version>
|
<version>0.10.12</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,7 +3,7 @@
|
||||||
<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.11</version>
|
<version>0.10.12</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>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.11</version>
|
<version>0.10.12</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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>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.11.1</version>
|
<version>0.10.12</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,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<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.11.1</version>
|
<version>0.10.12</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>
|
||||||
|
|
|
@ -34,6 +34,17 @@ real live maintainer, or some actual wide use.
|
||||||
</CVSRepository>
|
</CVSRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.10.12</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>More than I can handle</name>
|
||||||
|
<created>2009-05-20</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.12.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.12.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.11</revision>
|
<revision>0.10.11</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.11.3"
|
#define VERSION "0.10.12"
|
||||||
|
|
||||||
/* 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