mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 0.10.10
Original commit message from CVS: Release 0.10.10
This commit is contained in:
parent
b7361dbe19
commit
e0237fb6e8
75 changed files with 428 additions and 300 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.10 ===
|
||||
|
||||
2009-01-19 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.10, "keep them dogies rollin"
|
||||
|
||||
2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
66
NEWS
66
NEWS
|
@ -1,4 +1,68 @@
|
|||
This is GStreamer Bad Plug-ins 0.10.9, "Matters of Fact"
|
||||
This is GStreamer Bad Plug-ins 0.10.9, "Keep Them Dogies Rollin"
|
||||
|
||||
Changes since 0.10.9:
|
||||
|
||||
* Require gettext 0.17
|
||||
* ACM mp3 decoder element for win32
|
||||
* New MXF demuxer added
|
||||
* JPEG-2000 encoder - jp2enc added
|
||||
* RTP support
|
||||
* Fixes for RTP support
|
||||
* Add parsers for AAC and AMR
|
||||
* Move libgstapp and elements to -base
|
||||
* Add Quicktime muxer element qtmux
|
||||
* Enhance RFB capture
|
||||
* Improve MPEG-TS and MPEG-PS demuxing
|
||||
* Don't install static libs for plugins
|
||||
* Introduce audioringbuffer element
|
||||
* Improve DVD playback of ResinDVD components
|
||||
* Move old audioresample from -base as legacyaudioresample
|
||||
* Improve speexresampler, and then move it to -base
|
||||
* Improve FLV demuxing and parsing
|
||||
* Various DVB input fixes
|
||||
* Add support for frequency list descriptors for DVB
|
||||
* Improve MPEG-TS muxer
|
||||
* Various other bug-fixes
|
||||
|
||||
Bugs fixed since 0.10.9:
|
||||
|
||||
* 127574 : replaygain support
|
||||
* 480543 : [spc] crashes when not given any input data
|
||||
* 546319 : [resindvd] Stuck on first menu (language selection)
|
||||
* 549222 : Totem using resindvd element as DVD navigation module doe...
|
||||
* 550280 : Move qtmux to gst-plugins-bad
|
||||
* 550454 : FLV demuxer screws up in Pitivi
|
||||
* 550613 : [mpegtsmux] Add support for ac3/dts/lpcm
|
||||
* 553823 : CodeStyle improvements and minor fixes to the DCCP plugin.
|
||||
* 555238 : Recent changes in x264 breaks compilation of x264 plugin.
|
||||
* 557161 : Wrong time displayed and no seeking with MPEG PS cut from...
|
||||
* 557763 : [mpegtsmux] DeadlockEOS due to interleaving mechanism
|
||||
* 557814 : [mpegdemux] frequency list descriptor support
|
||||
* 558639 : cross-configuring interrupts due to a failing check for " ...
|
||||
* 560841 : Provide access to packet loss
|
||||
* 561992 : debug format warning during compilation of resindvdsrc.c ...
|
||||
* 562312 : Lip-sync generates wrong `ts-offset' in GstRtpBin
|
||||
* 562319 : [rtpsession] memory corruption
|
||||
* 562802 : [appsrc] lockup in pad_push() if previous flow was wrong-...
|
||||
* 563006 : mxf mpeg422 file stops playing
|
||||
* 563147 : input-selector doesn't notify of active-pad changing when...
|
||||
* 564232 : Dual Licensing qtmux
|
||||
* 565439 : Make pcapparse compile with (mingw32) gcc
|
||||
* 565509 : rtpsource on receiver side can't get clock-rate for h264,...
|
||||
* 565614 : [mpegtsdemux] Fix memory leak
|
||||
* 565910 : allow forcing the ssrc on a rtpsession
|
||||
* 566356 : [dvbbasebin] Couple of memleaks
|
||||
* 566613 : bayer2rgb calculates wrong color offset
|
||||
* 566878 : [ladspa] Add dependencies for ladspa modules
|
||||
* 566957 : Add time based seeking to ResinDVD
|
||||
* 566958 : fix dirac support in qtmux/mp4mux
|
||||
* 566959 : Fix duration query on mpegtsdemux
|
||||
* 508029 : [speexresample] pops/glitches in some cases
|
||||
* 558416 : [PATCH] realvideodec: use pixel aspect ratio of container
|
||||
* 564482 : [appsrc] semantics of push-buffer signal awkward for bind...
|
||||
* 565319 : rtpjitterbuffer: bursty reception can cause time to be re...
|
||||
* 565613 : [mpegtsdemux] Add scrambled field to service structure
|
||||
* 567004 : ladspa plugin crashes on Solaris
|
||||
|
||||
Changes since 0.10.8:
|
||||
|
||||
|
|
148
RELEASE
148
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Bad Plug-ins 0.10.9 "Matters of fact"
|
||||
Release notes for GStreamer Bad Plug-ins 0.10.10 "keep them dogies rollin"
|
||||
|
||||
|
||||
|
||||
|
@ -60,72 +60,67 @@ contains a set of well-supported plug-ins, but might pose problems for
|
|||
|
||||
Features of this release
|
||||
|
||||
* New CELT encoder and decoder
|
||||
* New TwoLAME encoder
|
||||
* New DCCP element
|
||||
* New AIFF parser element
|
||||
* New APEX sink element
|
||||
* deinterlace2 element improvements
|
||||
* New JACK audio src element
|
||||
* New winscreencap, winks and pcapparse plugins
|
||||
* x624enc fixes
|
||||
* Support for ATSC tuning and channels.conf parsing
|
||||
* RTP improvements
|
||||
* New scaletempo element
|
||||
* Add Fluendo MPEG-TS muxer
|
||||
* Add Fluendo MPEG-TS and MPEG-PS demuxers
|
||||
* New JPEG2000 element
|
||||
* New FLAC parser element
|
||||
* DVD playback improvements
|
||||
* Improved DirectShow decoding support
|
||||
* New Windows Audio Session audio src element
|
||||
* New FLV muxer element
|
||||
* Many other bug fixes and improvements
|
||||
* Require gettext 0.17
|
||||
* ACM mp3 decoder element for win32
|
||||
* New MXF demuxer added
|
||||
* JPEG-2000 encoder - jp2enc added
|
||||
* RTP support
|
||||
* Fixes for RTP support
|
||||
* Add parsers for AAC and AMR
|
||||
* Move libgstapp and elements to -base
|
||||
* Add Quicktime muxer element qtmux
|
||||
* Enhance RFB capture
|
||||
* Improve MPEG-TS and MPEG-PS demuxing
|
||||
* Don't install static libs for plugins
|
||||
* Introduce audioringbuffer element
|
||||
* Improve DVD playback of ResinDVD components
|
||||
* Move old audioresample from -base as legacyaudioresample
|
||||
* Improve speexresampler, and then move it to -base
|
||||
* Improve FLV demuxing and parsing
|
||||
* Various DVB input fixes
|
||||
* Add support for frequency list descriptors for DVB
|
||||
* Improve MPEG-TS muxer
|
||||
* Various other bug-fixes
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 537700 : [scaletempo] Scale audio tempo in sync with playback rate
|
||||
* 550468 : [name conflict] New Fluendo mpeg demuxers
|
||||
* 545197 : jackaudiosrc
|
||||
* 555244 : Output-selector has unexpected event forwarding right aft...
|
||||
* 402593 : deinterleave gives corrupt output
|
||||
* 406673 : Need AIFF parser
|
||||
* 535527 : [real] Real video/audio stream fails to play
|
||||
* 537455 : ATSC: VSB / QAM Annex B support
|
||||
* 538500 : AIFF file doesn't play
|
||||
* 542390 : Implementation of DCCP Plugin for gstreamer
|
||||
* 542510 : [apexsink] Apple AirPort Express Wireless Sink
|
||||
* 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c
|
||||
* 546312 : Make the metadata writable before modifying it in rtpmanager
|
||||
* 549409 : gstrtpbin don't stop at the end of a stream
|
||||
* 549774 : audio / video synchronization glitch during rtsp playback
|
||||
* 550486 : [faac] Negotiation problem with mono audio for some sampl...
|
||||
* 550657 : New element jasperdec
|
||||
* 552506 : [neonhttpsrc] doesn't handle/throw errors correctly
|
||||
* 552536 : fix incomplete change to gstdvbsrc.c
|
||||
* 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg
|
||||
* 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl...
|
||||
* 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release
|
||||
* 555912 : [apexsink] Missing from ext/Makefile.am
|
||||
* 555965 : Missing space after point mark
|
||||
* 555968 : Missing space after point mark
|
||||
* 555969 : Missing space after point mark
|
||||
* 556003 : [flvdemux] Regression in handling flow returns in pull-mode
|
||||
* 556274 : [aiffparse] Uses debugging methods before debugging is in...
|
||||
* 556338 : Failed to configure latency
|
||||
* 556428 : [mpegpsdemux] Creates invalid newsegment events
|
||||
* 556430 : [inputselector] Assumes there's always an otherpad
|
||||
* 556440 : [PATCH] crash on demuxing certain transport streams
|
||||
* 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert
|
||||
* 556564 : [flvmux] Copy & paste bugs resulting in invalid files
|
||||
* 556588 : [apexsink] should not have PRIMARY rank
|
||||
* 557080 : [mpegpsdemux] Regression with reverse-playback
|
||||
* 543480 : gstrtpbin fails to release lock while emitting signal
|
||||
* 556520 : jitterbuffer seqnum gap detection is wrong
|
||||
* 463941 : Plugin for screen capture on windows
|
||||
* 519935 : New plugin for video capture on Windows
|
||||
* 520899 : New plugin: pcapparse
|
||||
* 520901 : New plugin: wasapi (Windows Audio Session API)
|
||||
* 127574 : replaygain support
|
||||
* 480543 : [spc] crashes when not given any input data
|
||||
* 546319 : [resindvd] Stuck on first menu (language selection)
|
||||
* 549222 : Totem using resindvd element as DVD navigation module doe...
|
||||
* 550280 : Move qtmux to gst-plugins-bad
|
||||
* 550454 : FLV demuxer screws up in Pitivi
|
||||
* 550613 : [mpegtsmux] Add support for ac3/dts/lpcm
|
||||
* 553823 : CodeStyle improvements and minor fixes to the DCCP plugin.
|
||||
* 555238 : Recent changes in x264 breaks compilation of x264 plugin.
|
||||
* 557161 : Wrong time displayed and no seeking with MPEG PS cut from...
|
||||
* 557763 : [mpegtsmux] DeadlockEOS due to interleaving mechanism
|
||||
* 557814 : [mpegdemux] frequency list descriptor support
|
||||
* 558639 : cross-configuring interrupts due to a failing check for " ...
|
||||
* 560841 : Provide access to packet loss
|
||||
* 561992 : debug format warning during compilation of resindvdsrc.c ...
|
||||
* 562312 : Lip-sync generates wrong `ts-offset' in GstRtpBin
|
||||
* 562319 : [rtpsession] memory corruption
|
||||
* 562802 : [appsrc] lockup in pad_push() if previous flow was wrong-...
|
||||
* 563006 : mxf mpeg422 file stops playing
|
||||
* 563147 : input-selector doesn't notify of active-pad changing when...
|
||||
* 564232 : Dual Licensing qtmux
|
||||
* 565439 : Make pcapparse compile with (mingw32) gcc
|
||||
* 565509 : rtpsource on receiver side can't get clock-rate for h264,...
|
||||
* 565614 : [mpegtsdemux] Fix memory leak
|
||||
* 565910 : allow forcing the ssrc on a rtpsession
|
||||
* 566356 : [dvbbasebin] Couple of memleaks
|
||||
* 566613 : bayer2rgb calculates wrong color offset
|
||||
* 566878 : [ladspa] Add dependencies for ladspa modules
|
||||
* 566957 : Add time based seeking to ResinDVD
|
||||
* 566958 : fix dirac support in qtmux/mp4mux
|
||||
* 566959 : Fix duration query on mpegtsdemux
|
||||
* 508029 : [speexresample] pops/glitches in some cases
|
||||
* 558416 : [PATCH] realvideodec: use pixel aspect ratio of container
|
||||
* 564482 : [appsrc] semantics of push-buffer signal awkward for bind...
|
||||
* 565319 : rtpjitterbuffer: bursty reception can cause time to be re...
|
||||
* 565613 : [mpegtsdemux] Add scrambled field to service structure
|
||||
* 567004 : ladspa plugin crashes on Solaris
|
||||
|
||||
Download
|
||||
|
||||
|
@ -155,27 +150,36 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Arnout Vandecappelle
|
||||
* Brian Cameron
|
||||
* Christian Schaller
|
||||
* Cygwin Ports maintainer
|
||||
* Damien Lespiau
|
||||
* David Härdeman
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Frederic Crozat
|
||||
* Haakon Sporsheim
|
||||
* Håvard Graff
|
||||
* Jan Schmidt
|
||||
* Jonathan Matthew
|
||||
* Josep Torra
|
||||
* Jérémie Bernard
|
||||
* Julien Moutte
|
||||
* Leandro Melo de Sales
|
||||
* Luotao Fu
|
||||
* Mark Nauwelaerts
|
||||
* Michael Krufky
|
||||
* Michael Smith
|
||||
* Ole André Vadla Ravnås
|
||||
* Olivier Crete
|
||||
* Rov Juvano
|
||||
* Robin Stocker
|
||||
* Sascha Hauer
|
||||
* Sebastian Dröge
|
||||
* Sebastian Pölsterl
|
||||
* Stefan Kost
|
||||
* Tal Shalif
|
||||
* Thiago Sousa Santos
|
||||
* Thijs Vermeir
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Tristan Matthews
|
||||
* Wim Taymans
|
||||
* Zaheer Abbas Merali
|
||||
* vanista
|
||||
* 이문형
|
||||
|
|
@ -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.9.3,
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.10,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-bad)
|
||||
|
||||
|
|
|
@ -1075,7 +1075,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Output format</NICK>
|
||||
<BLURB>Format of output frames.</BLURB>
|
||||
<DEFAULT>OUTPUTFORMAT_ADTS</DEFAULT>
|
||||
<DEFAULT>OUTPUTFORMAT_RAW</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -1681,7 +1681,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>
|
||||
|
@ -17455,7 +17455,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>
|
||||
|
@ -17495,7 +17495,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>
|
||||
|
@ -18431,7 +18431,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>
|
||||
|
@ -19313,6 +19313,36 @@
|
|||
<DEFAULT>12</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstDiracEnc::pf-strength</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[0,10]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>pf_strength</NICK>
|
||||
<BLURB>pf_strength.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstDiracEnc::picture-coding-mode</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>picture_coding_mode</NICK>
|
||||
<BLURB>picture_coding_mode.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstDiracEnc::prefilter</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[0,3]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>prefilter</NICK>
|
||||
<BLURB>prefilter.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMultiFileSrc::caps</NAME>
|
||||
<TYPE>GstCaps*</TYPE>
|
||||
|
@ -22156,7 +22186,7 @@
|
|||
<ARG>
|
||||
<NAME>GstTwoLame::psymodel</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[G_MAXULONG,4]</RANGE>
|
||||
<RANGE>[-1,4]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Psychoacoustic Model</NICK>
|
||||
<BLURB>Psychoacoustic model used to encode the audio.</BLURB>
|
||||
|
@ -22306,7 +22336,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>
|
||||
|
@ -22346,7 +22376,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>
|
||||
|
@ -22406,7 +22436,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>
|
||||
|
@ -22466,7 +22496,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>
|
||||
|
@ -22526,7 +22556,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>
|
||||
|
@ -22586,7 +22616,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>
|
||||
|
@ -22606,7 +22636,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>
|
||||
|
|
|
@ -12,15 +12,28 @@ GObject
|
|||
GstPipeline
|
||||
RsnDvdBin
|
||||
DvbBaseBin
|
||||
GstRgVolume
|
||||
GstRtpBin
|
||||
GstRtpClient
|
||||
GstSDPDemux
|
||||
GstBaseMetadata
|
||||
GstMetadataDemux
|
||||
GstMetadataMux
|
||||
GstFaad
|
||||
GstBz2enc
|
||||
GstBz2dec
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstNeonhttpSrc
|
||||
GstMythtvSrc
|
||||
GstDc1394
|
||||
GstMMS
|
||||
GstBaseAudioSrc
|
||||
GstJackAudioSrc
|
||||
GstAudioSrc
|
||||
GstOss4Source
|
||||
GstVCDSrc
|
||||
GstDvbSrc
|
||||
GstDCCPClientSrc
|
||||
GstDCCPServerSrc
|
||||
GstRfbSrc
|
||||
GstSFSrc
|
||||
GstCDAudio
|
||||
GstBaseSink
|
||||
GstVideoSink
|
||||
|
@ -28,118 +41,115 @@ GObject
|
|||
GstSDLVideoSink
|
||||
GstBaseAudioSink
|
||||
GstAudioSink
|
||||
GstNasSink
|
||||
GstSDLAudioSink
|
||||
GstApExSink
|
||||
GstNasSink
|
||||
GstOss4Sink
|
||||
GstJackAudioSink
|
||||
AlsaSPDIFSink
|
||||
GstSFSink
|
||||
AlsaSPDIFSink
|
||||
GstFBDEVSink
|
||||
GstAppSink
|
||||
GstDCCPServerSink
|
||||
GstDCCPClientSink
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstMythtvSrc
|
||||
GstMMS
|
||||
GstDc1394
|
||||
GstBaseAudioSrc
|
||||
GstJackAudioSrc
|
||||
GstAudioSrc
|
||||
GstOss4Source
|
||||
GstNeonhttpSrc
|
||||
GstVCDSrc
|
||||
GstDvbSrc
|
||||
GstRfbSrc
|
||||
GstDCCPClientSrc
|
||||
GstDCCPServerSrc
|
||||
GstSFSrc
|
||||
GstAppSrc
|
||||
GstFaad
|
||||
GstCeltEnc
|
||||
GstCeltDec
|
||||
GstSpcDec
|
||||
GstWildmidi
|
||||
GstBaseTransform
|
||||
GstAudioFilter
|
||||
GstOFA
|
||||
GstBPMDetect
|
||||
GstStereo
|
||||
GstBayer2RGB
|
||||
GstRgAnalysis
|
||||
GstRgLimiter
|
||||
GstAudioresample
|
||||
GstScaletempo
|
||||
GstDeinterlace
|
||||
GstVideoFilter
|
||||
GstVideoAnalyse
|
||||
GstVideoDetect
|
||||
GstVideoMark
|
||||
GstAudioresample
|
||||
GstDeinterlace
|
||||
GstIIR
|
||||
GstDtsDec
|
||||
GstMusepackDec
|
||||
GstGSMEnc
|
||||
GstGSMDec
|
||||
GstWildmidi
|
||||
GstSignalProcessor
|
||||
ladspa-noise-white
|
||||
ladspa-delay-5s
|
||||
ladspa-amp-mono
|
||||
ladspa-amp-stereo
|
||||
ladspa-lpf
|
||||
ladspa-hpf
|
||||
ladspa-delay-5s
|
||||
ladspa-sine-faaa
|
||||
ladspa-sine-faac
|
||||
ladspa-sine-fcaa
|
||||
ladspa-sine-fcac
|
||||
ladspa-noise-white
|
||||
GstTwoLame
|
||||
ladspa-lpf
|
||||
ladspa-hpf
|
||||
GstXvidEnc
|
||||
GstXvidDec
|
||||
GstPitch
|
||||
GstCeltEnc
|
||||
GstCeltDec
|
||||
GstTwoLame
|
||||
GstMusepackDec
|
||||
GstMpeg2enc
|
||||
GstGSMEnc
|
||||
GstGSMDec
|
||||
GstFaac
|
||||
GstDtsDec
|
||||
GstDiracEnc
|
||||
GstTRM
|
||||
GstX264Enc
|
||||
GstBaseMetadata
|
||||
GstMetadataDemux
|
||||
GstMetadataMux
|
||||
GstOss4Mixer
|
||||
GstAmrBaseParse
|
||||
GstAmrParse
|
||||
GstFestival
|
||||
GstModPlug
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
GstDeinterlace2
|
||||
GstSrtEnc
|
||||
GstMpeg4VParse
|
||||
GstCDXAParse
|
||||
GstVcdParse
|
||||
GstNsfDec
|
||||
MpegTsMux
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
GstRawParse
|
||||
GstVideoParse
|
||||
GstAudioParse
|
||||
GstRtpJitterBuffer
|
||||
GstRtpPtDemux
|
||||
GstRtpSession
|
||||
GstRtpSsrcDemux
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
MpegTSParse
|
||||
GstH264Parse
|
||||
GstMpeg4VParse
|
||||
MpegVideoParse
|
||||
GstFLVDemux
|
||||
GstFlvMux
|
||||
GstNuvDemux
|
||||
GstRawParse
|
||||
GstVideoParse
|
||||
GstAudioParse
|
||||
GstSpeed
|
||||
GstPcapParse
|
||||
GstInputSelector
|
||||
GstOutputSelector
|
||||
GstAacBaseParse
|
||||
GstAacParse
|
||||
GstVMncDec
|
||||
GstQTMux
|
||||
GstMP4Mux
|
||||
GstGPPMux
|
||||
GstMJ2Mux
|
||||
GstAacBaseParse
|
||||
GstAacParse
|
||||
GstCDXAParse
|
||||
GstVcdParse
|
||||
GstNsfDec
|
||||
MpegVideoParse
|
||||
GstH264Parse
|
||||
GstMXFDemux
|
||||
GstY4mEncode
|
||||
GstSpeed
|
||||
GstInterleave
|
||||
GstDeinterleave
|
||||
GstFreeze
|
||||
GstDVDSpu
|
||||
AIFFParse
|
||||
GstTtaParse
|
||||
GstTtaDec
|
||||
GstModPlug
|
||||
GstY4mEncode
|
||||
GstFreeze
|
||||
GstVMncDec
|
||||
AIFFParse
|
||||
GstSrtEnc
|
||||
GstFestival
|
||||
MpegTsMux
|
||||
GstDVDSpu
|
||||
GstMXFDemux
|
||||
GstRealVideoDec
|
||||
GstRealAudioDec
|
||||
GstAmrBaseParse
|
||||
GstAmrParse
|
||||
GstPcapParse
|
||||
GstNuvDemux
|
||||
GstFLVDemux
|
||||
GstFlvMux
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
MpegTSParse
|
||||
GstDeinterlace2
|
||||
GstBus
|
||||
GstTask
|
||||
GstClock
|
||||
|
@ -152,6 +162,8 @@ GObject
|
|||
GstJackAudioSinkRingBuffer
|
||||
GstSignalObject
|
||||
GstColorBalanceChannel
|
||||
GstMixerTrack
|
||||
GstMixerOptions
|
||||
RTPSession
|
||||
FluTsPatInfo
|
||||
FluTsPmtInfo
|
||||
|
@ -159,10 +171,10 @@ GInterface
|
|||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstURIHandler
|
||||
GstTagSetter
|
||||
GstImplementsInterface
|
||||
GstNavigation
|
||||
GstColorBalance
|
||||
GstXOverlay
|
||||
GstTagSetter
|
||||
GstMixer
|
||||
GstPropertyProbe
|
||||
|
|
|
@ -2,25 +2,25 @@ GstBin GstChildProxy
|
|||
GstPipeline GstChildProxy
|
||||
RsnDvdBin GstChildProxy GstURIHandler
|
||||
DvbBaseBin GstChildProxy GstURIHandler
|
||||
GstRgVolume GstChildProxy
|
||||
GstRtpBin GstChildProxy
|
||||
GstRtpClient GstChildProxy
|
||||
GstSDPDemux GstChildProxy
|
||||
GstMetadataMux GstTagSetter
|
||||
GstNeonhttpSrc GstURIHandler
|
||||
GstMythtvSrc GstURIHandler
|
||||
GstMMS GstURIHandler
|
||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstVCDSrc GstURIHandler
|
||||
GstCDAudio GstURIHandler
|
||||
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
|
||||
GstAppSrc GstURIHandler
|
||||
GstCeltEnc GstTagSetter
|
||||
GstMetadataMux GstTagSetter
|
||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstDeinterlace2 GstChildProxy
|
||||
GstQTMux GstTagSetter
|
||||
GstMP4Mux GstTagSetter
|
||||
GstGPPMux GstTagSetter
|
||||
GstMJ2Mux GstTagSetter
|
||||
GstDeinterlace2 GstChildProxy
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
GstChildProxy GstObject
|
||||
GstTagSetter GstObject GstElement
|
||||
GstImplementsInterface GstObject GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||
GstTagSetter GstObject GstElement
|
||||
GstMixer GstObject 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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adaptive Multi-Rate Parser</description>
|
||||
<filename>../../gst/amrparse/.libs/libgstamrparse.so</filename>
|
||||
<basename>libgstamrparse.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>CELT plugin library</description>
|
||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||
<basename>libgstcelt.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>DCCP</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DirectFB video output plugin</description>
|
||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||
<basename>libgstdfbvideosink.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Free AAC Encoder (FAAC)</description>
|
||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||
<basename>libgstfaac.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>linux framebuffer video sink</description>
|
||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||
<basename>libgstfbdevsink.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>IIR audio filter element</description>
|
||||
<filename>../../gst/filter/.libs/libgstfilter.so</filename>
|
||||
<basename>libgstfilter.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Stream freezer</description>
|
||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||
<basename>libgstfreeze.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Deinterlace video</description>
|
||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||
<basename>libgstdeinterlace.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Jack elements</description>
|
||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||
<basename>libgstjack.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>All LADSPA plugins</description>
|
||||
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
||||
<basename>libgstladspa.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Resamples audio</description>
|
||||
<filename>../../gst/audioresample/.libs/libgstlegacyresample.so</filename>
|
||||
<basename>libgstlegacyresample.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>.MOD audio decoding</description>
|
||||
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-4 video parser</description>
|
||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||
<basename>libgstmpeg4videoparse.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Musepack decoder</description>
|
||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||
<basename>libgstmusepack.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MXF plugin library</description>
|
||||
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
||||
<basename>libgstmxf.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>lib MythTV src</description>
|
||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||
<basename>libgstmythtvsrc.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decode REAL streams</description>
|
||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||
<basename>libgstreal.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>OpenSPC Audio Decoder</description>
|
||||
<filename>../../ext/spc/.libs/libgstspc.so</filename>
|
||||
<basename>libgstspc.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>subtitle encoders</description>
|
||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||
<basename>libgstsubenc.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encode MP2s with TwoLAME</description>
|
||||
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
|
||||
<basename>libgsttwolame.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -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.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Various video signal analysers</description>
|
||||
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
|
||||
<basename>libgstvideosignal.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>VMnc video plugin library</description>
|
||||
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
|
||||
<basename>libgstvmnc.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Wildmidi Plugin</description>
|
||||
<filename>../../ext/timidity/.libs/libgstwildmidi.so</filename>
|
||||
<basename>libgstwildmidi.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libx264-based H264 plugins</description>
|
||||
<filename>../../ext/x264/.libs/libgstx264.so</filename>
|
||||
<basename>libgstx264.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>XviD plugin library</description>
|
||||
<filename>../../ext/xvid/.libs/libgstxvid.so</filename>
|
||||
<basename>libgstxvid.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||
<basename>libgsty4menc.so</basename>
|
||||
<version>0.10.9.1</version>
|
||||
<version>0.10.10</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -34,6 +34,17 @@ real live maintainer, or some actual wide use.
|
|||
</CVSRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.10</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>Keep the dogies rollin</name>
|
||||
<created>2009-01-19</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.10.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.10.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.9</revision>
|
||||
|
|
|
@ -1 +1 @@
|
|||
af az bg ca cs da de en_GB es fi fr hu id it ky lt nb nl or pl pt_BR ru sk sq sr sv uk vi zh_CN
|
||||
af az bg ca cs da de en_GB es fi fr hu id it ky lt mt nb nl or pl pt_BR ru sk sq sr sv uk vi zh_CN
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#undef ENABLE_NLS
|
||||
|
||||
/* gettext package name */
|
||||
#define GETTEXT_PACKAGE "NULL"
|
||||
#define GETTEXT_PACKAGE "gst-plugins-bad-0.10"
|
||||
|
||||
/* PREFIX - specifically added for Windows for easier moving */
|
||||
#define PREFIX "C:\\gstreamer"
|
||||
|
@ -24,10 +24,10 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* 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 */
|
||||
#define GST_PACKAGE_ORIGIN "http://gstreamer.freedesktop.org"
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* Define if the host CPU is an Alpha */
|
||||
#undef HAVE_CPU_ALPHA
|
||||
|
@ -199,7 +199,7 @@
|
|||
#undef USE_POISONING
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.9.1"
|
||||
#define VERSION "0.10.10"
|
||||
|
||||
/* 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