mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
Release 0.10.13
This commit is contained in:
parent
62f81b8726
commit
6fa061851e
93 changed files with 1766 additions and 4575 deletions
30
NEWS
30
NEWS
|
@ -1,4 +1,32 @@
|
|||
This is GStreamer Bad Plug-ins 0.10.11, "More than I can handle"
|
||||
This is GStreamer Bad Plug-ins 0.10.13, "Supersonic Rocket"
|
||||
|
||||
Changes since 0.10.12:
|
||||
|
||||
* New shapewipe video transition plugin
|
||||
* qtmux improvements
|
||||
* camerabin improvements
|
||||
* HDV MPEG-TS private streams support
|
||||
* Output interlacing information in mpegvideoparse
|
||||
* MS-ADPCM decoder
|
||||
* RTP fixes and enhancements
|
||||
* DTS decoder improvements
|
||||
* New ID3 tagging plugin that supports v1, v2.3 and v2.4
|
||||
* Support for PGS (BluRay) subtitles
|
||||
* Many other bug fixes and enhancements
|
||||
|
||||
Bugs fixed since 0.10.12:
|
||||
|
||||
* 584945 : camerabin unit tests failing
|
||||
* 511097 : Support self-signed certificates in neonhttpsrc
|
||||
* 561752 : GstRtpBin implement Release pad functions
|
||||
* 584164 : gstspu-pgs.c warnings for format string args and uninitia...
|
||||
* 584165 : rtpbin sdes message broken
|
||||
* 584360 : gppmux ftyp
|
||||
* 585015 : debugutils can't find libgstinterfaces
|
||||
* 585660 : segfault in scaletempo plugin
|
||||
* 584114 : gppmux and h263
|
||||
* 583188 : Problem with sdp: bind failed or video disappear after fe...
|
||||
* 583627 : statistic file name needs to be standardized
|
||||
|
||||
Changes since 0.10.11:
|
||||
|
||||
|
|
101
RELEASE
101
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Bad Plug-ins 0.10.12 "More than I can handle"
|
||||
Release notes for GStreamer Bad Plug-ins 0.10.13 "Supersonic Rocket"
|
||||
|
||||
|
||||
|
||||
|
@ -60,62 +60,31 @@ contains a set of well-supported plug-ins, but might pose problems for
|
|||
|
||||
Features of this release
|
||||
|
||||
* 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
|
||||
* New shapewipe video transition plugin
|
||||
* qtmux improvements
|
||||
* camerabin improvements
|
||||
* HDV MPEG-TS private streams support
|
||||
* Output interlacing information in mpegvideoparse
|
||||
* MS-ADPCM decoder
|
||||
* RTP fixes and enhancements
|
||||
* DTS decoder improvements
|
||||
* New ID3 tagging plugin that supports v1, v2.3 and v2.4
|
||||
* Support for PGS (BluRay) subtitles
|
||||
* Many other bug fixes and enhancements
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 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
|
||||
* 584945 : camerabin unit tests failing
|
||||
* 511097 : Support self-signed certificates in neonhttpsrc
|
||||
* 561752 : GstRtpBin implement Release pad functions
|
||||
* 584164 : gstspu-pgs.c warnings for format string args and uninitia...
|
||||
* 584165 : rtpbin sdes message broken
|
||||
* 584360 : gppmux ftyp
|
||||
* 585015 : debugutils can't find libgstinterfaces
|
||||
* 585660 : segfault in scaletempo plugin
|
||||
* 584114 : gppmux and h263
|
||||
* 583188 : Problem with sdp: bind failed or video disappear after fe...
|
||||
* 583627 : statistic file name needs to be standardized
|
||||
|
||||
Download
|
||||
|
||||
|
@ -144,38 +113,18 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alan Falloon
|
||||
* Alessandro Decina
|
||||
* Andy Wingo
|
||||
* Arnout Vandecappelle
|
||||
* Ali Sabil
|
||||
* Christian Schaller
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Felipe Contreras
|
||||
* Haakon Sporsheim
|
||||
* Jan Schmidt
|
||||
* Janin Kolenc
|
||||
* Julien Moutte
|
||||
* Lasse Laukkanen
|
||||
* Laurent Glayal
|
||||
* Marc-Andre Lureau
|
||||
* Mark Nauwelaerts
|
||||
* Mathias Hasselmann
|
||||
* Michael Smith
|
||||
* Ole André Vadla Ravnås
|
||||
* Olivier Crête
|
||||
* René Stadler
|
||||
* Rov Juvano
|
||||
* Sebastian Dröge
|
||||
* Sergey Scobich
|
||||
* Stefan Kost
|
||||
* Sébastien Moutte
|
||||
* Thiago Santos
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Tristan Matthews
|
||||
* Vincent Genieux
|
||||
* Vincent Torri
|
||||
* Wim Taymans
|
||||
* Zaheer Abbas Merali
|
||||
* Руслан Ижбулатов
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.12.3,
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.13,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-bad)
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<ARG>
|
||||
<NAME>GstXvidEnc::averaging-period</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Averaging Period</NICK>
|
||||
<BLURB>[CBR] Number of frames for which XviD averages bitrate.</BLURB>
|
||||
|
@ -91,7 +91,7 @@
|
|||
<ARG>
|
||||
<NAME>GstXvidEnc::buffer</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Buffer Size</NICK>
|
||||
<BLURB>[CBR] Size of the video buffers.</BLURB>
|
||||
|
@ -121,7 +121,7 @@
|
|||
<ARG>
|
||||
<NAME>GstXvidEnc::container-frame-overhead</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Container Frame Overhead</NICK>
|
||||
<BLURB>[PASS2] Average container overhead per frame.</BLURB>
|
||||
|
@ -151,7 +151,7 @@
|
|||
<ARG>
|
||||
<NAME>GstXvidEnc::flow-control-strength</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Flow Control Strength</NICK>
|
||||
<BLURB>[PASS2] Overflow control strength per frame.</BLURB>
|
||||
|
@ -211,7 +211,7 @@
|
|||
<ARG>
|
||||
<NAME>GstXvidEnc::keyframe-reduction</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Keyframe Reduction</NICK>
|
||||
<BLURB>[PASS2] Keyframe size reduction in % of those within threshold.</BLURB>
|
||||
|
@ -221,7 +221,7 @@
|
|||
<ARG>
|
||||
<NAME>GstXvidEnc::keyframe-threshold</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Keyframe Threshold</NICK>
|
||||
<BLURB>[PASS2] Distance between keyframes not to be subject to reduction.</BLURB>
|
||||
|
@ -281,7 +281,7 @@
|
|||
<ARG>
|
||||
<NAME>GstXvidEnc::max-overflow-degradation</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Max Overflow Degradation</NICK>
|
||||
<BLURB>[PASS2] Amount in % that flow control can decrease frame size compared to ideal curve.</BLURB>
|
||||
|
@ -291,7 +291,7 @@
|
|||
<ARG>
|
||||
<NAME>GstXvidEnc::max-overflow-improvement</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Max Overflow Improvement</NICK>
|
||||
<BLURB>[PASS2] Amount in % that flow control can increase frame size compared to ideal curve.</BLURB>
|
||||
|
@ -421,7 +421,7 @@
|
|||
<ARG>
|
||||
<NAME>GstXvidEnc::reaction-delay-factor</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Reaction Delay Factor</NICK>
|
||||
<BLURB>[CBR] Reaction delay factor.</BLURB>
|
||||
|
@ -1691,7 +1691,7 @@
|
|||
<ARG>
|
||||
<NAME>GstDvbSrc::diseqc-source</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,7]</RANGE>
|
||||
<RANGE>[-1,7]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>diseqc source</NICK>
|
||||
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
||||
|
@ -17475,7 +17475,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Path where to search for RealPlayer codecs</NICK>
|
||||
<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>
|
||||
|
@ -17515,7 +17515,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Path where to search for RealPlayer codecs</NICK>
|
||||
<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>
|
||||
|
@ -18451,7 +18451,7 @@
|
|||
<ARG>
|
||||
<NAME>DvbBaseBin::diseqc-source</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,7]</RANGE>
|
||||
<RANGE>[-1,7]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>diseqc source</NICK>
|
||||
<BLURB>DISEqC selected source (-1 disabled) (DVB-S).</BLURB>
|
||||
|
@ -22309,14 +22309,14 @@
|
|||
<RANGE>[0,150]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Encoding Bit-rate</NICK>
|
||||
<BLURB>Specify an encoding bit-rate (in bps). (0 = automatic).</BLURB>
|
||||
<DEFAULT>128</DEFAULT>
|
||||
<BLURB>Specify an encoding bit-rate (in Kbps). (0 = automatic).</BLURB>
|
||||
<DEFAULT>64</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstCeltEnc::framesize</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[64,256]</RANGE>
|
||||
<RANGE>[64,512]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Frame Size</NICK>
|
||||
<BLURB>The number of samples per frame.</BLURB>
|
||||
|
@ -22396,7 +22396,7 @@
|
|||
<ARG>
|
||||
<NAME>GstDCCPClientSrc::sockfd</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Socket fd</NICK>
|
||||
<BLURB>The socket file descriptor.</BLURB>
|
||||
|
@ -22436,7 +22436,7 @@
|
|||
<ARG>
|
||||
<NAME>GstDCCPServerSink::sockfd</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Socket fd</NICK>
|
||||
<BLURB>The client socket file descriptor.</BLURB>
|
||||
|
@ -22496,7 +22496,7 @@
|
|||
<ARG>
|
||||
<NAME>GstDCCPClientSink::sockfd</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Socket fd</NICK>
|
||||
<BLURB>The socket file descriptor.</BLURB>
|
||||
|
@ -22556,7 +22556,7 @@
|
|||
<ARG>
|
||||
<NAME>GstDCCPServerSrc::sockfd</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Socket fd</NICK>
|
||||
<BLURB>The client socket file descriptor.</BLURB>
|
||||
|
@ -22616,7 +22616,7 @@
|
|||
<ARG>
|
||||
<NAME>GstMpegTSDemux::program-number</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Program Number</NICK>
|
||||
<BLURB>Program number to demux for (-1 to ignore).</BLURB>
|
||||
|
@ -22676,7 +22676,7 @@
|
|||
<ARG>
|
||||
<NAME>GstPcapParse::dst-port</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,65535]</RANGE>
|
||||
<RANGE>[-1,65535]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Destination port</NICK>
|
||||
<BLURB>Destination port to restrict to.</BLURB>
|
||||
|
@ -22696,7 +22696,7 @@
|
|||
<ARG>
|
||||
<NAME>GstPcapParse::src-port</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,65535]</RANGE>
|
||||
<RANGE>[-1,65535]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Source port</NICK>
|
||||
<BLURB>Source port to restrict to.</BLURB>
|
||||
|
@ -23049,7 +23049,7 @@
|
|||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Filter caps</NICK>
|
||||
<BLURB>Capsfilter caps used to control video source operation.</BLURB>
|
||||
<BLURB>Filter video data coming from videosrc element.</BLURB>
|
||||
<DEFAULT></DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -23163,6 +23163,16 @@
|
|||
<DEFAULT>100</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstCameraBin::preview-caps</NAME>
|
||||
<TYPE>GstCaps*</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Preview caps</NICK>
|
||||
<BLURB>Caps defining the preview image format.</BLURB>
|
||||
<DEFAULT></DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstDTMFSrc::interval</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
|
@ -23226,7 +23236,7 @@
|
|||
<ARG>
|
||||
<NAME>GstRTPDTMFSrc::seqnum-offset</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Sequence number Offset</NICK>
|
||||
<BLURB>Offset to add to all outgoing seqnum (-1 = random).</BLURB>
|
||||
|
@ -23256,7 +23266,7 @@
|
|||
<ARG>
|
||||
<NAME>GstRTPDTMFSrc::timestamp-offset</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Timestamp Offset</NICK>
|
||||
<BLURB>Offset to add to all outgoing timestamps (-1 = random).</BLURB>
|
||||
|
@ -23306,7 +23316,7 @@
|
|||
<ARG>
|
||||
<NAME>GstRTPMux::seqnum-offset</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Sequence number Offset</NICK>
|
||||
<BLURB>Offset to add to all outgoing seqnum (-1 = random).</BLURB>
|
||||
|
@ -23326,7 +23336,7 @@
|
|||
<ARG>
|
||||
<NAME>GstRTPMux::timestamp-offset</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Timestamp Offset</NICK>
|
||||
<BLURB>Offset to add to all outgoing timestamps (-1 = random).</BLURB>
|
||||
|
@ -23463,3 +23473,33 @@
|
|||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstId3Mux::v2-version</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[3,4]</RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Version (3 or 4) of id3v2 tag</NICK>
|
||||
<BLURB>Set version (3 for id3v2.3, 4 for id3v2.4) of id3v2 tags.</BLURB>
|
||||
<DEFAULT>3</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstId3Mux::write-v1</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Write id3v1 tag</NICK>
|
||||
<BLURB>Write an id3v1 tag at the end of the file.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstId3Mux::write-v2</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Write id3v2 tag</NICK>
|
||||
<BLURB>Write an id3v2 tag at the start of the file.</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -13,58 +13,54 @@ GObject
|
|||
GstCameraBin
|
||||
RsnDvdBin
|
||||
DvbBaseBin
|
||||
GstAutoConvert
|
||||
GstRtpBin
|
||||
GstRtpClient
|
||||
FPSDisplaySink
|
||||
GstAutoConvert
|
||||
GstSDPDemux
|
||||
GstAmrwbDec
|
||||
GstAmrwbParse
|
||||
GstAmrwbEnc
|
||||
GstBaseMetadata
|
||||
GstMetadataDemux
|
||||
GstMetadataMux
|
||||
GstXvidEnc
|
||||
GstXvidDec
|
||||
GstFaad
|
||||
GstFPSDisplaySink
|
||||
GstBz2enc
|
||||
GstBz2dec
|
||||
GstMplex
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstNeonhttpSrc
|
||||
GstMythtvSrc
|
||||
GstDc1394
|
||||
GstMMS
|
||||
GstBaseAudioSrc
|
||||
GstJackAudioSrc
|
||||
GstAudioSrc
|
||||
GstOss4Source
|
||||
GstVCDSrc
|
||||
GstDvbSrc
|
||||
GstDCCPClientSrc
|
||||
GstDCCPServerSrc
|
||||
GstRfbSrc
|
||||
GstSFSrc
|
||||
GstDTMFSrc
|
||||
GstRTPDTMFSrc
|
||||
GstCDAudio
|
||||
GstX264Enc
|
||||
GstBaseSink
|
||||
GstVideoSink
|
||||
GstDfbVideoSink
|
||||
GstSDLVideoSink
|
||||
GstBaseAudioSink
|
||||
GstAudioSink
|
||||
GstNasSink
|
||||
GstSDLAudioSink
|
||||
GstApExSink
|
||||
GstNasSink
|
||||
GstOss4Sink
|
||||
GstJackAudioSink
|
||||
AlsaSPDIFSink
|
||||
GstSFSink
|
||||
AlsaSPDIFSink
|
||||
GstFBDEVSink
|
||||
GstDCCPServerSink
|
||||
GstDCCPClientSink
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstMythtvSrc
|
||||
GstMMS
|
||||
GstDc1394
|
||||
GstBaseAudioSrc
|
||||
GstJackAudioSrc
|
||||
GstAudioSrc
|
||||
GstOss4Source
|
||||
GstNeonhttpSrc
|
||||
GstVCDSrc
|
||||
GstDvbSrc
|
||||
GstRfbSrc
|
||||
GstDCCPClientSrc
|
||||
GstDCCPServerSrc
|
||||
GstSFSrc
|
||||
GstDTMFSrc
|
||||
GstRTPDTMFSrc
|
||||
GstFaad
|
||||
GstCeltEnc
|
||||
GstCeltDec
|
||||
GstSpcDec
|
||||
GstWildmidi
|
||||
GstBaseTransform
|
||||
GstAudioFilter
|
||||
GstOFA
|
||||
|
@ -72,245 +68,103 @@ GObject
|
|||
GstStereo
|
||||
GstBayer2RGB
|
||||
GstScaletempo
|
||||
GstHDVParse
|
||||
GstDeinterlace
|
||||
GstVideoFilter
|
||||
GstVideoAnalyse
|
||||
GstVideoDetect
|
||||
GstVideoMark
|
||||
GstAudioresample
|
||||
GstDtsDec
|
||||
GstFaac
|
||||
GstMusepackDec
|
||||
GstGSMEnc
|
||||
GstGSMDec
|
||||
GstModPlug
|
||||
GstWildmidi
|
||||
GstIIR
|
||||
GstLegacyresample
|
||||
GstSignalProcessor
|
||||
ladspa-flanger
|
||||
ladspa-tap-rotspeak
|
||||
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-noise-white
|
||||
ladspa-delay-5s
|
||||
ladspa-amp-mono
|
||||
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-faac
|
||||
ladspa-sine-fcaa
|
||||
ladspa-sine-fcac
|
||||
ladspa-chebstortion
|
||||
ladspa-alias
|
||||
ladspa-Parametric1
|
||||
ladspa-tap-limiter
|
||||
ladspa-noise-white
|
||||
ladspa-tap-pinknoise
|
||||
ladspa-delayorama
|
||||
ladspa-pointerCastDistortion
|
||||
ladspa-svf
|
||||
ladspa-Phaser1
|
||||
ladspa-Phaser1+LFO
|
||||
ladspa-revdelay
|
||||
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
|
||||
ladspa-lpf
|
||||
ladspa-hpf
|
||||
GstXvidEnc
|
||||
GstXvidDec
|
||||
GstPitch
|
||||
GstCeltEnc
|
||||
GstCeltDec
|
||||
GstMusepackDec
|
||||
GstMpeg2enc
|
||||
GstGSMEnc
|
||||
GstGSMDec
|
||||
GstFaac
|
||||
GstDtsDec
|
||||
Gstassrender
|
||||
GstDiracEnc
|
||||
GstTRM
|
||||
GstBaseMetadata
|
||||
GstMetadataDemux
|
||||
GstMetadataMux
|
||||
GstOss4Mixer
|
||||
GstAmrBaseParse
|
||||
GstAmrParse
|
||||
GstFestival
|
||||
GstModPlug
|
||||
ADPCMDec
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
GstBaseRTPDepayload
|
||||
GstRtpDTMFDepay
|
||||
GstSrtEnc
|
||||
GstMpeg4VParse
|
||||
GstCDXAParse
|
||||
GstVcdParse
|
||||
GstNsfDec
|
||||
GstSirenDec
|
||||
GstSirenEnc
|
||||
MpegTsMux
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
GstRTPMux
|
||||
GstRTPDTMFMux
|
||||
GstRawParse
|
||||
GstVideoParse
|
||||
GstAudioParse
|
||||
GstRtpJitterBuffer
|
||||
GstRtpPtDemux
|
||||
GstRtpSession
|
||||
GstRtpSsrcDemux
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
MpegTSParse
|
||||
GstH264Parse
|
||||
GstLiveAdder
|
||||
ADPCMDec
|
||||
GstMpeg4VParse
|
||||
GstValve
|
||||
MpegVideoParse
|
||||
GstShapeWipe
|
||||
GstNuvDemux
|
||||
GstRawParse
|
||||
GstVideoParse
|
||||
GstAudioParse
|
||||
GstSpeed
|
||||
GstPcapParse
|
||||
GstInputSelector
|
||||
GstOutputSelector
|
||||
GstAacBaseParse
|
||||
GstAacParse
|
||||
GstVMncDec
|
||||
GstQTMux
|
||||
GstMP4Mux
|
||||
GstGPPMux
|
||||
GstMJ2Mux
|
||||
GstAacBaseParse
|
||||
GstAacParse
|
||||
GstCDXAParse
|
||||
GstVcdParse
|
||||
GstNsfDec
|
||||
GstTtaParse
|
||||
GstTtaDec
|
||||
GstY4mEncode
|
||||
GstRTPMux
|
||||
GstRTPDTMFMux
|
||||
GstFreeze
|
||||
GstVMncDec
|
||||
AIFFParse
|
||||
GstSrtEnc
|
||||
GstFestival
|
||||
MpegTsMux
|
||||
GstDVDSpu
|
||||
MpegVideoParse
|
||||
GstH264Parse
|
||||
GstMXFDemux
|
||||
GstMXFMux
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
GstAmrBaseParse
|
||||
GstAmrParse
|
||||
GstId3TagMux
|
||||
GstId3Tag
|
||||
GstSirenDec
|
||||
GstSirenEnc
|
||||
GstPcapParse
|
||||
GstSpeed
|
||||
GstFreeze
|
||||
GstId3BaseMux
|
||||
GstId3Mux
|
||||
GstDVDSpu
|
||||
AIFFParse
|
||||
GstTtaParse
|
||||
GstTtaDec
|
||||
GstLiveAdder
|
||||
GstValve
|
||||
GstBaseRTPDepayload
|
||||
GstRtpDTMFDepay
|
||||
GstNuvDemux
|
||||
GstShapeWipe
|
||||
GstFLVDemux
|
||||
GstFlvMux
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
MpegTSParse
|
||||
GstDeinterlace2
|
||||
GstBus
|
||||
GstTask
|
||||
GstTaskPool
|
||||
GstClock
|
||||
GstSystemClock
|
||||
GstAudioClock
|
||||
|
@ -321,6 +175,8 @@ GObject
|
|||
GstJackAudioSinkRingBuffer
|
||||
GstSignalObject
|
||||
GstColorBalanceChannel
|
||||
GstMixerTrack
|
||||
GstMixerOptions
|
||||
RTPSession
|
||||
MpegTsPatInfo
|
||||
MpegTsPmtInfo
|
||||
|
@ -328,13 +184,13 @@ GInterface
|
|||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstURIHandler
|
||||
GstTagSetter
|
||||
GstPreset
|
||||
GstImplementsInterface
|
||||
GstNavigation
|
||||
GstColorBalance
|
||||
GstXOverlay
|
||||
GstTagSetter
|
||||
GstPreset
|
||||
GstMixer
|
||||
GstPropertyProbe
|
||||
GstPhotography
|
||||
MXFDescriptiveMetadataFrameworkInterface
|
||||
GstPhotography
|
||||
|
|
|
@ -1,32 +1,35 @@
|
|||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstCameraBin GstChildProxy GstTagSetter GstImplementsInterface GstColorBalance GstPhotography GstXOverlay
|
||||
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter GstPhotography
|
||||
RsnDvdBin GstChildProxy GstURIHandler
|
||||
DvbBaseBin GstChildProxy GstURIHandler
|
||||
GstAutoConvert GstChildProxy
|
||||
GstRtpBin GstChildProxy
|
||||
GstRtpClient GstChildProxy
|
||||
FPSDisplaySink GstChildProxy GstImplementsInterface GstXOverlay
|
||||
GstAutoConvert GstChildProxy
|
||||
GstSDPDemux GstChildProxy
|
||||
GstMetadataMux GstTagSetter
|
||||
GstXvidEnc GstPreset
|
||||
GstFPSDisplaySink GstChildProxy
|
||||
GstNeonhttpSrc GstURIHandler
|
||||
GstMythtvSrc GstURIHandler
|
||||
GstMMS GstURIHandler
|
||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstVCDSrc GstURIHandler
|
||||
GstCDAudio GstURIHandler
|
||||
GstX264Enc GstPreset
|
||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
||||
GstApExSink GstImplementsInterface GstMixer
|
||||
GstOss4Sink GstPropertyProbe
|
||||
GstMythtvSrc GstURIHandler
|
||||
GstMMS GstURIHandler
|
||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstNeonhttpSrc GstURIHandler
|
||||
GstVCDSrc GstURIHandler
|
||||
GstFaac GstPreset
|
||||
GstCeltEnc GstTagSetter GstPreset
|
||||
GstXvidEnc GstPreset
|
||||
GstMpeg2enc GstPreset
|
||||
GstFaac GstPreset
|
||||
GstDiracEnc GstPreset
|
||||
GstMetadataMux GstTagSetter
|
||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstQTMux GstTagSetter
|
||||
GstMP4Mux GstTagSetter
|
||||
GstGPPMux GstTagSetter
|
||||
GstMJ2Mux GstTagSetter
|
||||
GstId3TagMux GstTagSetter
|
||||
GstId3Tag GstTagSetter
|
||||
GstId3BaseMux GstTagSetter
|
||||
GstId3Mux GstTagSetter
|
||||
GstFlvMux GstTagSetter
|
||||
GstDeinterlace2 GstChildProxy
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
GstChildProxy GstObject
|
||||
GstTagSetter GstObject GstElement
|
||||
GstImplementsInterface GstObject GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||
GstMixer GstObject GstImplementsInterface GstElement
|
||||
GstPhotography GstObject GstImplementsInterface GstElement
|
||||
MXFDescriptiveMetadataFrameworkInterface MXFMetadataBase MXFDescriptiveMetadata
|
||||
GstImplementsInterface GstElement
|
||||
GstColorBalance GstImplementsInterface GstElement
|
||||
GstXOverlay GstImplementsInterface GstElement
|
||||
GstTagSetter GstElement
|
||||
GstMixer GstImplementsInterface GstElement
|
||||
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
||||
GstPhotography GstImplementsInterface GstElement
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Advanced Audio Coding Parser</description>
|
||||
<filename>../../gst/aacparse/.libs/libgstaacparse.so</filename>
|
||||
<basename>libgstaacparse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ADPCM decoder</description>
|
||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||
<basename>libgstadpcmdec.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parse an .aiff file into raw audio</description>
|
||||
<filename>../../gst/aiffparse/.libs/libgstaiffparse.so</filename>
|
||||
<basename>libgstaiffparse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Alsa plugin for S/PDIF output</description>
|
||||
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
|
||||
<basename>libgstalsaspdif.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adaptive Multi-Rate Parser</description>
|
||||
<filename>../../gst/amrparse/.libs/libgstamrparse.so</filename>
|
||||
<basename>libgstamrparse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Apple AirPort Express Plugin</description>
|
||||
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
||||
<basename>libgstapexsink.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASS/SSA subtitle renderer</description>
|
||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||
<basename>libgstassrender.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Selects convertor element based on caps</description>
|
||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||
<basename>libgstautoconvert.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Elements to convert Bayer images</description>
|
||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||
<basename>libgstbayer.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High level api for DC (Digital Camera) application</description>
|
||||
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
||||
<basename>libgstcamerabin.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Play CD audio through the CD Drive</description>
|
||||
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
||||
<basename>libgstcdaudio.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||
<basename>libgstcdxaparse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>CELT plugin library</description>
|
||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||
<basename>libgstcelt.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>1394 IIDC Video Source</description>
|
||||
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
||||
<basename>libgstdc1394.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data over the network via DCCP.</description>
|
||||
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
||||
<basename>libgstdccp.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>DCCP</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||
<basename>libgstdebugutilsbad.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DirectFB video output plugin</description>
|
||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||
<basename>libgstdfbvideosink.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Dirac plugin</description>
|
||||
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
||||
<basename>libgstdirac.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DTMF plugins</description>
|
||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||
<basename>libgstdtmf.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVD Sub-picture Overlay element</description>
|
||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||
<basename>libgstdvdspu.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Free AAC Encoder (FAAC)</description>
|
||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||
<basename>libgstfaac.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>linux framebuffer video sink</description>
|
||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||
<basename>libgstfbdevsink.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Synthesizes plain text into audio</description>
|
||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||
<basename>libgstfestival.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Stream freezer</description>
|
||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||
<basename>libgstfreeze.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RTP session management plugin library</description>
|
||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||
<basename>libgstrtpmanager.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||
<basename>libgstsiren.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Element parsing raw h264 streams</description>
|
||||
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
||||
<basename>libgsth264parse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>HDV private stream parser</description>
|
||||
<filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
|
||||
<basename>libgsthdvparse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
@ -20,13 +20,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>private/hdv-a1</details>
|
||||
<details>hdv/aux-v; hdv/aux-a</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>private/hdv-a1, parsed=(boolean)true</details>
|
||||
<details>hdv/aux-v, parsed=(boolean)true; hdv/aux-a, parsed=(boolean)true</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ID3 v1 and v2 muxing plugin</description>
|
||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||
<basename>libgstid3tag.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Jack elements</description>
|
||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||
<basename>libgstjack.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -3,10 +3,10 @@
|
|||
<description>Resamples audio</description>
|
||||
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
||||
<basename>libgstlegacyresample.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adds multiple live discontinuous streams</description>
|
||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||
<basename>libgstliveadder.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
|
||||
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
|
||||
<basename>libgstmetadata.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||
<basename>libgstmms.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<plugin>
|
||||
<name>modplug</name>
|
||||
<description>.MOD audio decoding</description>
|
||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High-quality MPEG-1/2 video encoder</description>
|
||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||
<basename>libgstmpeg2enc.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-4 video parser</description>
|
||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||
<basename>libgstmpeg4videoparse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG demuxers</description>
|
||||
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
||||
<basename>libgstmpegdemux.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-TS muxer</description>
|
||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||
<basename>libgstmpegtsmux.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-1 and MPEG-2 video parser</description>
|
||||
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
||||
<basename>libgstmpegvideoparse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||
<basename>libgstmplex.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Musepack decoder</description>
|
||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||
<basename>libgstmusepack.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>A TRM signature producer based on libmusicbrainz</description>
|
||||
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
||||
<basename>libgsttrm.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Interplay MVE movie format manipulation</description>
|
||||
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
||||
<basename>libgstmve.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MXF plugin library</description>
|
||||
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
||||
<basename>libgstmxf.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>lib MythTV src</description>
|
||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||
<basename>libgstmythtvsrc.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>NAS (Network Audio System) support for GStreamer</description>
|
||||
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
||||
<basename>libgstnassink.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>lib neon http client src</description>
|
||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||
<basename>libgstneonhttpsrc.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Uses nosefart to decode .nsf files</description>
|
||||
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
||||
<basename>libgstnsf.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demuxes and muxes audio and video</description>
|
||||
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
||||
<basename>libgstnuvdemux.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||
<basename>libgstofa.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||
<basename>libgstoss4audio.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw pcap streams</description>
|
||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||
<basename>libgstpcapparse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Quicktime Muxer plugin</description>
|
||||
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
||||
<basename>libgstqtmux.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>gsoc2008 package</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parses byte streams into raw frames</description>
|
||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||
<basename>libgstrawparse.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decode REAL streams</description>
|
||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||
<basename>libgstreal.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resin DVD playback elements</description>
|
||||
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
||||
<basename>libresindvd.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||
<basename>libgstrfbsrc.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RTP Muxer plugins</description>
|
||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||
<basename>libgstrtpmux.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Scale audio tempo in sync with playback rate</description>
|
||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||
<basename>libgstscaletempoplugin.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
||||
<basename>libgstsdl.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>configure streaming sessions using SDP</description>
|
||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||
<basename>libgstsdpelem.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>input/output stream selector elements</description>
|
||||
<filename>../../gst/selector/.libs/libgstselector.so</filename>
|
||||
<basename>libgstselector.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Shape Wipe transition filter</description>
|
||||
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
||||
<basename>libgstshapewipe.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>use libsndfile to read and write audio from and to files</description>
|
||||
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
|
||||
<basename>libgstsndfile.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio Pitch Controller & BPM Detection</description>
|
||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||
<basename>libgstsoundtouch.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>OpenSPC Audio Decoder</description>
|
||||
<filename>../../ext/spc/.libs/libgstspc.so</filename>
|
||||
<basename>libgstspc.so</basename>
|
||||
<version>0.10.12</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||
<basename>libgstspeed.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
|
||||
<filename>../../gst/stereo/.libs/libgststereo.so</filename>
|
||||
<basename>libgststereo.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>subtitle encoders</description>
|
||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||
<basename>libgstsubenc.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>TTA lossless audio format handling</description>
|
||||
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||
<basename>libgsttta.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Valve</description>
|
||||
<filename>../../gst/valve/.libs/libgstvalve.so</filename>
|
||||
<basename>libgstvalve.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Asynchronous read from VCD disk</description>
|
||||
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
|
||||
<basename>libgstvcdsrc.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Various video signal analysers</description>
|
||||
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
||||
<basename>libgstvideosignal.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>VMnc video plugin library</description>
|
||||
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
||||
<basename>libgstvmnc.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Wildmidi Plugin</description>
|
||||
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
||||
<basename>libgstwildmidi.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>XDG-MIME</description>
|
||||
<filename>../../gst/xdgmime/.libs/libgstxdgmime.so</filename>
|
||||
<basename>libgstxdgmime.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>XviD plugin library</description>
|
||||
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
||||
<basename>libgstxvid.so</basename>
|
||||
<version>0.10.12.1</version>
|
||||
<version>0.10.13</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git/prerelease"
|
||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
@ -199,7 +199,7 @@
|
|||
#undef USE_POISONING
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.12.3"
|
||||
#define VERSION "0.10.13"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
|
Loading…
Reference in a new issue