mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
Release 0.10.21
Original commit message from CVS: Release 0.10.21
This commit is contained in:
parent
4a87aa1ff6
commit
bf1d2cf12a
40 changed files with 291 additions and 365 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.10.21 ===
|
||||||
|
|
||||||
|
2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.21, "We Could Be Wrong"
|
||||||
|
|
||||||
2008-09-28 Jan Schmidt <jan.schmidt@sun.com>
|
2008-09-28 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
@ -5,7 +12,7 @@
|
||||||
|
|
||||||
2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
Patch by: ogg.k.ogg.k <ogg dot k dot ogg dot k at googlemail dot com>
|
Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
|
||||||
|
|
||||||
* ext/theora/theoraparse.c: (theora_parse_set_streamheader):
|
* ext/theora/theoraparse.c: (theora_parse_set_streamheader):
|
||||||
Set the BOS flag on the BOS packet. Fixes #553244.
|
Set the BOS flag on the BOS packet. Fixes #553244.
|
||||||
|
|
47
NEWS
47
NEWS
|
@ -1,4 +1,4 @@
|
||||||
This is GStreamer Base Plug-ins 0.10.20, "Here I Go Again"
|
This is GStreamer Base Plug-ins 0.10.21, "We Could Be Wrong"
|
||||||
|
|
||||||
IMPORTANT NOTES
|
IMPORTANT NOTES
|
||||||
|
|
||||||
|
@ -7,6 +7,51 @@ still considered unstable and WILL change in future releases. At this stage,
|
||||||
only developers or early adopters should consider using decodebin2 or playbin2
|
only developers or early adopters should consider using decodebin2 or playbin2
|
||||||
API embodied in their signals and properties.
|
API embodied in their signals and properties.
|
||||||
|
|
||||||
|
Changes since 0.10.20:
|
||||||
|
|
||||||
|
* Continue playbin2 development
|
||||||
|
* Ogg improvements - CELT support, skeleton fixes
|
||||||
|
* DVD subpicture support
|
||||||
|
* Improved audio dithering random number generator
|
||||||
|
* xvimagesink/ximagesink fixes
|
||||||
|
* Vorbis encoding and decoding fixes
|
||||||
|
* Recognise Kate subtitle streams
|
||||||
|
* Many bug-fixes and enhancements
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.20:
|
||||||
|
|
||||||
|
* 537380 : [gnomevfssrc] Doesn't handle short reads properly
|
||||||
|
* 538656 : xvimagesink support for autofill/colorkey property
|
||||||
|
* 540334 : Build fails without X in tests/examples/seek
|
||||||
|
* 528299 : Multiple GstMixerTracks with the same label cause problem...
|
||||||
|
* 530068 : Ogg Streams with Skeleton and Granulepos > 0 do not work(...
|
||||||
|
* 537009 : playbin2 silly typo breaks signals
|
||||||
|
* 537045 : decodebin2 sometimes emits 'drained' multiple times
|
||||||
|
* 537599 : [oggdemux] skeleton streams not skipped in ogg
|
||||||
|
* 537889 : [xvimagesink] colorbalance is bad
|
||||||
|
* 538232 : vorbisenc/vorbisdec don't work with a live source
|
||||||
|
* 538663 : gdppay memleak in gst_gdp_pay_reset
|
||||||
|
* 540215 : decodebin does not insert a queue for raw data type
|
||||||
|
* 540351 : [avidemux] Doesn't know about Duck DK4 ADPCM
|
||||||
|
* 540497 : ffmpegcolorspace is returning wrong size
|
||||||
|
* 541358 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
|
||||||
|
* 544306 : rtspsrc debug=1 segfaults with some libc
|
||||||
|
* 548898 : GStreamer-CRITICAL errors on seeking beyond stream borders
|
||||||
|
* 548913 : vorbisenc being picky about rounding errors in timestamps
|
||||||
|
* 549062 : Video devices aren't updated on subsequent probing.
|
||||||
|
* 549814 : [typefind] add application/pdf typefinder
|
||||||
|
* 550582 : [oggdemux] KATE streams not recognised
|
||||||
|
* 550638 : [typefind] Recognize some jpeg2k file types
|
||||||
|
* 550656 : recognize TrueSpeech in wavparse
|
||||||
|
* 550729 : gst-plugins-base won't compile with " -pedantic " option
|
||||||
|
* 552960 : tagdemux asserts and aborts on truncated files
|
||||||
|
* 553244 : theoraparse doesn't work at all (throws criticals and ass...
|
||||||
|
|
||||||
|
API added since 0.10.20:
|
||||||
|
|
||||||
|
* Add "index" property to GstMixerTrack to differantiate between
|
||||||
|
multiple mixer tracks with the same label.
|
||||||
|
|
||||||
Changes since 0.10.19:
|
Changes since 0.10.19:
|
||||||
|
|
||||||
* RTP improvements
|
* RTP improvements
|
||||||
|
|
135
RELEASE
135
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Base Plug-ins 0.10.20 "Here I Go Again"
|
Release notes for GStreamer Base Plug-ins 0.10.21 "We Could Be Wrong"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -54,92 +54,50 @@ contains a set of less supported plug-ins that haven't passed the
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* RTP improvements
|
* Continue playbin2 development
|
||||||
* Support digest auth for RTSP
|
* Ogg improvements - CELT support, skeleton fixes
|
||||||
* Additional documentation
|
* DVD subpicture support
|
||||||
* Support DSCP QoS in multifdsink
|
* Improved audio dithering random number generator
|
||||||
* Add NV12/NV21 video buffer layouts
|
* xvimagesink/ximagesink fixes
|
||||||
* Video scaling now bilinear by default
|
* Vorbis encoding and decoding fixes
|
||||||
* Support more than 8 channels in audio conversions
|
* Recognise Kate subtitle streams
|
||||||
* Channel mapping fixes for audioconvert
|
* Many bug-fixes and enhancements
|
||||||
* Improve tmplayer and sami subtitle support
|
|
||||||
* Support 1x1 pixel buffers for videoscale
|
|
||||||
* Typefinding improvements for MPEG2, musepack
|
|
||||||
* Ogg/Dirac mapping updated in oggmux
|
|
||||||
* Fixes in ogg demuxing
|
|
||||||
* audiosink synchronisation and slaving fixes
|
|
||||||
* Support muting of the audio in playbin by selecting -1 as the audio stream
|
|
||||||
* Work done on playbin2 and uridecodebin
|
|
||||||
* Improvements in the experimental GIO plugin
|
|
||||||
* decodebin fixes
|
|
||||||
* Handle GAP buffers in some places
|
|
||||||
* Various other leak and bug-fixes
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 526794 : [giosrc] totem doesn't work with some gvfs backends
|
* 537380 : [gnomevfssrc] Doesn't handle short reads properly
|
||||||
* 510417 : [PLUGIN-MOVE] Move gio to gst-plugins-base
|
* 538656 : xvimagesink support for autofill/colorkey property
|
||||||
* 509125 : crash in CD Player: - playing CD - lowering/...
|
* 540334 : Build fails without X in tests/examples/seek
|
||||||
* 517813 : [audioconvert] make gap aware
|
* 528299 : Multiple GstMixerTracks with the same label cause problem...
|
||||||
* 302798 : [playbin] add mute property
|
|
||||||
* 342294 : Setting playbin property current-audio=-1 also stops the ...
|
|
||||||
* 398033 : [audioconvert] support more than 8 channels
|
|
||||||
* 419351 : [avi/a52dec] AV synchronization problems
|
|
||||||
* 467911 : [subparse] sami parser update
|
|
||||||
* 469933 : multifdsink IPv6 and diffserv TOS/TC markup
|
|
||||||
* 506659 : [textoverlay] rendering error when using non-standard widths
|
|
||||||
* 512333 : [gstvorbistag] Retrieve Ogg/Vorbis cover art as image met...
|
|
||||||
* 512382 : [playbin] race condition when pausing/playing multiple in...
|
|
||||||
* 518037 : pbutils-enumtypes.c is not included in win32/vs6/libgstpb...
|
|
||||||
* 521761 : gstaudioclock frozen the clock value until reaches latest...
|
|
||||||
* 522401 : gdpdepay doesn't validate payload CRCs
|
|
||||||
* 523993 : playbin2 blocks after a while when listening to a radio s...
|
|
||||||
* 524724 : [PATCH] [baseaudiosrc] buffer-time and latency-time do no...
|
|
||||||
* 525665 : Crash on Ogg/Vorbis with chain=NULL
|
|
||||||
* 525915 : [streamheader] Unit test fails with " gst_adapter_peek: as...
|
|
||||||
* 526173 : [typefinding] fails to detect mpeg video stream whereas m...
|
|
||||||
* 529018 : gst_ogm_parse_stream_header creates fraction value with w...
|
|
||||||
* 529500 : [videotestsrc] support for NV12 and NV21
|
|
||||||
* 529546 : [Playbin] Memory leak in streaminfo handling
|
|
||||||
* 530068 : Ogg Streams with Skeleton and Granulepos > 0 do not work(...
|
* 530068 : Ogg Streams with Skeleton and Granulepos > 0 do not work(...
|
||||||
* 530531 : [typefinding] bad read in mpeg_video_stream_type_find
|
* 537009 : playbin2 silly typo breaks signals
|
||||||
* 530719 : gst_video_calculate_display_ratio fails when playing Ogg ...
|
* 537045 : decodebin2 sometimes emits 'drained' multiple times
|
||||||
* 530962 : [subparse] parses only every second line of TMPlayer subt...
|
* 537599 : [oggdemux] skeleton streams not skipped in ogg
|
||||||
* 532454 : [NV12/NV21] videotestsrc and ffmpegcolorspace don't play ...
|
* 537889 : [xvimagesink] colorbalance is bad
|
||||||
* 533087 : GstRTSPTransport kept opaque in docs
|
* 538232 : vorbisenc/vorbisdec don't work with a live source
|
||||||
* 533817 : [audioconvert] Can't use default 7 channel layout / only ...
|
* 538663 : gdppay memleak in gst_gdp_pay_reset
|
||||||
* 534071 : Gdppay memleak
|
* 540215 : decodebin does not insert a queue for raw data type
|
||||||
* 534331 : race in decodebin when changing states while the internal...
|
* 540351 : [avidemux] Doesn't know about Duck DK4 ADPCM
|
||||||
* 535356 : vorbisdec doesn't support 8 channels
|
* 540497 : ffmpegcolorspace is returning wrong size
|
||||||
* 536475 : gdppay memleak and possible crash
|
* 541358 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
|
||||||
* 536521 : Refcounting errors in playbin
|
* 544306 : rtspsrc debug=1 segfaults with some libc
|
||||||
* 536874 : Build failure on windows
|
* 548898 : GStreamer-CRITICAL errors on seeking beyond stream borders
|
||||||
* 532166 : [ffmpegcolorspace] support NV12 format
|
* 548913 : vorbisenc being picky about rounding errors in timestamps
|
||||||
* 533617 : [audioconvert] Produces silence when converting 1/2 chann...
|
* 549062 : Video devices aren't updated on subsequent probing.
|
||||||
* 536848 : [giosrc] Doesn't handle short reads properly
|
* 549814 : [typefind] add application/pdf typefinder
|
||||||
* 536849 : [giosrc] Very slow doing any playback
|
* 550582 : [oggdemux] KATE streams not recognised
|
||||||
* 518082 : [alsamixer] playback volumes overwritten by capture volum...
|
* 550638 : [typefind] Recognize some jpeg2k file types
|
||||||
* 435633 : [PATCH] videorate not (fully) segment aware; causes frame...
|
* 550656 : recognize TrueSpeech in wavparse
|
||||||
* 532364 : tcpclientsrc broken in 0.10.19
|
* 550729 : gst-plugins-base won't compile with " -pedantic " option
|
||||||
* 533075 : gst_rtp_buffer_compare_seqnum doesn't do what it says
|
* 552960 : tagdemux asserts and aborts on truncated files
|
||||||
* 533265 : [cddabasesrc] Sound Juicer cut a sector when ripping a track
|
* 553244 : theoraparse doesn't work at all (throws criticals and ass...
|
||||||
|
|
||||||
API changed in this release
|
API changed in this release
|
||||||
|
|
||||||
- API additions:
|
- API additions:
|
||||||
|
|
||||||
* decodebin2::sink-caps property
|
* Add "index" property to GstMixerTrack to differantiate between
|
||||||
* giosrc::file property
|
multiple mixer tracks with the same label.
|
||||||
* giosink::file property
|
|
||||||
* gst_base_audio_src_set_slave_method()
|
|
||||||
* gst_base_audio_src_get_slave_method()
|
|
||||||
* GstAudioClock::gst_audio_clock_reset()
|
|
||||||
* GstBaseAudioSrc:actual-buffer-time property
|
|
||||||
* GstBaseAudioSrc:actual-latency-time property
|
|
||||||
* gst_audio_check_channel_positions()
|
|
||||||
* add gst_tag_image_data_to_image_buffer()
|
|
||||||
* add gst_tag_list_add_id3_image()
|
|
||||||
* add GST_TAG_IMAGE_TYPE_NONE enum value
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -169,29 +127,26 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
|
* Alessandro Dessina
|
||||||
|
* Andy Wingo
|
||||||
* Antoine Tremblay
|
* Antoine Tremblay
|
||||||
* Bernard B
|
|
||||||
* Damien Lespiau
|
* Damien Lespiau
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Felipe Contreras
|
* Evgeniy Stepanov
|
||||||
* Hannes Bistry
|
* Frederic Crozat
|
||||||
* Henrik Eriksson
|
|
||||||
* Jan Gerber
|
* Jan Gerber
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* John Millikin
|
* Jonathan Matthew
|
||||||
* Julien Moutte
|
* Julien Moutte
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
* Michael Smith
|
* Michael Smith
|
||||||
* Ole André Vadla Ravnås
|
* Mike Ruprecht
|
||||||
* Peter Kjellerstedt
|
* Sam Morris
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Sjoerd Simons
|
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Thijs Vermeir
|
* Thomas Vander Stichele
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Victor STINNER
|
* Vincent Penquerc'h
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* Wouter Cloetens
|
|
||||||
* Young-Ho Cha
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
||||||
dnl use a three digit version number for releases, and four for cvs/prerelease
|
dnl use a three digit version number for releases, and four for cvs/prerelease
|
||||||
AC_INIT(GStreamer Base Plug-ins, 0.10.20.4,
|
AC_INIT(GStreamer Base Plug-ins, 0.10.21,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-base)
|
gst-plugins-base)
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
||||||
dnl - interfaces added -> increment AGE
|
dnl - interfaces added -> increment AGE
|
||||||
dnl - interfaces removed -> AGE = 0
|
dnl - interfaces removed -> AGE = 0
|
||||||
dnl sets GST_LT_LDFLAGS
|
dnl sets GST_LT_LDFLAGS
|
||||||
AS_LIBTOOL(GST, 14, 0, 14)
|
AS_LIBTOOL(GST, 15, 0, 15)
|
||||||
|
|
||||||
dnl FIXME: this macro doesn't actually work;
|
dnl FIXME: this macro doesn't actually work;
|
||||||
dnl the generated libtool script has no support for the listed tags.
|
dnl the generated libtool script has no support for the listed tags.
|
||||||
|
|
|
@ -128,6 +128,36 @@
|
||||||
<DEFAULT>TRUE</DEFAULT>
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstXvImageSink::autopaint-colorkey</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Autofill with colorkey</NICK>
|
||||||
|
<BLURB>Whether to autofill overlay with colorkey.</BLURB>
|
||||||
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstXvImageSink::colorkey</NAME>
|
||||||
|
<TYPE>gint</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>r</FLAGS>
|
||||||
|
<NICK>Colorkey</NICK>
|
||||||
|
<BLURB>Color to use for the overlay mask.</BLURB>
|
||||||
|
<DEFAULT>0</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstXvImageSink::draw-borders</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Colorkey</NICK>
|
||||||
|
<BLURB>Draw black borders to fill unused area in force-aspect-ratio mode.</BLURB>
|
||||||
|
<DEFAULT>TRUE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstXImageSink::display</NAME>
|
<NAME>GstXImageSink::display</NAME>
|
||||||
<TYPE>gchar*</TYPE>
|
<TYPE>gchar*</TYPE>
|
||||||
|
@ -861,11 +891,11 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstVorbisEnc::quality</NAME>
|
<NAME>GstVorbisEnc::quality</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[-0,1,1]</RANGE>
|
<RANGE>[-0.1,1]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Quality</NICK>
|
<NICK>Quality</NICK>
|
||||||
<BLURB>Specify quality instead of specifying a particular bitrate.</BLURB>
|
<BLURB>Specify quality instead of specifying a particular bitrate.</BLURB>
|
||||||
<DEFAULT>0,3</DEFAULT>
|
<DEFAULT>0.3</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -881,7 +911,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstTheoraEnc::bitrate</NAME>
|
<NAME>GstTheoraEnc::bitrate</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>[0,2000]</RANGE>
|
<RANGE>[0,16777215]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Bitrate</NICK>
|
<NICK>Bitrate</NICK>
|
||||||
<BLURB>Compressed video bitrate (kbps).</BLURB>
|
<BLURB>Compressed video bitrate (kbps).</BLURB>
|
||||||
|
@ -1185,7 +1215,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Volume</NICK>
|
<NICK>Volume</NICK>
|
||||||
<BLURB>Volume of test signal.</BLURB>
|
<BLURB>Volume of test signal.</BLURB>
|
||||||
<DEFAULT>0,8</DEFAULT>
|
<DEFAULT>0.8</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
|
|
@ -12,10 +12,11 @@ GObject
|
||||||
GstPlayBaseBin
|
GstPlayBaseBin
|
||||||
GstPlayBin
|
GstPlayBin
|
||||||
GstPlayBin2
|
GstPlayBin2
|
||||||
GstDecodeBin
|
|
||||||
GstDecodeBin2
|
GstDecodeBin2
|
||||||
GstURIDecodeBin
|
GstURIDecodeBin
|
||||||
|
GstDecodeBin
|
||||||
GstBaseSrc
|
GstBaseSrc
|
||||||
|
GstGnomeVFSSrc
|
||||||
GstPushSrc
|
GstPushSrc
|
||||||
GstCddaBaseSrc
|
GstCddaBaseSrc
|
||||||
GstCdParanoiaSrc
|
GstCdParanoiaSrc
|
||||||
|
@ -24,13 +25,18 @@ GObject
|
||||||
GstAlsaSrc
|
GstAlsaSrc
|
||||||
GstV4lElement
|
GstV4lElement
|
||||||
GstV4lSrc
|
GstV4lSrc
|
||||||
GstVideoTestSrc
|
|
||||||
GstTCPClientSrc
|
GstTCPClientSrc
|
||||||
GstTCPServerSrc
|
GstTCPServerSrc
|
||||||
GstGnomeVFSSrc
|
GstVideoTestSrc
|
||||||
|
GstGioBaseSrc
|
||||||
|
GstGioSrc
|
||||||
|
GstGioStreamSrc
|
||||||
GstAudioTestSrc
|
GstAudioTestSrc
|
||||||
GstBaseSink
|
GstBaseSink
|
||||||
GstGnomeVFSSink
|
GstGnomeVFSSink
|
||||||
|
GstGioBaseSink
|
||||||
|
GstGioSink
|
||||||
|
GstGioStreamSink
|
||||||
GstBaseAudioSink
|
GstBaseAudioSink
|
||||||
GstAudioSink
|
GstAudioSink
|
||||||
GstAlsaSink
|
GstAlsaSink
|
||||||
|
@ -40,27 +46,17 @@ GObject
|
||||||
GstTCPClientSink
|
GstTCPClientSink
|
||||||
GstMultiFdSink
|
GstMultiFdSink
|
||||||
GstTCPServerSink
|
GstTCPServerSink
|
||||||
|
GstTheoraDec
|
||||||
|
GstTheoraEnc
|
||||||
|
GstTheoraParse
|
||||||
GstVorbisEnc
|
GstVorbisEnc
|
||||||
GstVorbisDec
|
GstVorbisDec
|
||||||
GstVorbisParse
|
GstVorbisParse
|
||||||
GstVorbisTag
|
GstVorbisTag
|
||||||
GstTheoraDec
|
|
||||||
GstTheoraEnc
|
|
||||||
GstTheoraParse
|
|
||||||
GstVisual
|
|
||||||
GstVisualjess
|
|
||||||
GstVisualbumpscope
|
|
||||||
GstVisualcorona
|
|
||||||
GstVisualgforce
|
|
||||||
GstVisualinfinite
|
|
||||||
GstVisualjakdaw
|
|
||||||
GstVisuallv_scope
|
|
||||||
GstVisualoinksie
|
|
||||||
GstTextOverlay
|
GstTextOverlay
|
||||||
GstTimeOverlay
|
GstTimeOverlay
|
||||||
GstClockOverlay
|
GstClockOverlay
|
||||||
GstTextRender
|
GstTextRender
|
||||||
GstAlsaMixerElement
|
|
||||||
GstOggDemux
|
GstOggDemux
|
||||||
GstOggMux
|
GstOggMux
|
||||||
GstOgmParse
|
GstOgmParse
|
||||||
|
@ -69,22 +65,23 @@ GObject
|
||||||
GstOgmTextParse
|
GstOgmTextParse
|
||||||
GstOggParse
|
GstOggParse
|
||||||
GstOggAviParse
|
GstOggAviParse
|
||||||
GstSubParse
|
GstAlsaMixerElement
|
||||||
GstSsaParse
|
|
||||||
GstBaseTransform
|
GstBaseTransform
|
||||||
GstVideoScale
|
|
||||||
GstFFMpegCsp
|
GstFFMpegCsp
|
||||||
|
GstVideoScale
|
||||||
|
GstAudioresample
|
||||||
|
GstAudioConvert
|
||||||
GstAudioFilter
|
GstAudioFilter
|
||||||
GstVolume
|
GstVolume
|
||||||
GstAudioConvert
|
|
||||||
GstAudioresample
|
|
||||||
GstQueue2
|
|
||||||
GstStreamSelector
|
|
||||||
GstAudioRate
|
|
||||||
GstAdder
|
|
||||||
GstVideoRate
|
|
||||||
GstGDPDepay
|
GstGDPDepay
|
||||||
GstGDPPay
|
GstGDPPay
|
||||||
|
GstVideoRate
|
||||||
|
GstQueue2
|
||||||
|
GstStreamSelector
|
||||||
|
GstSubParse
|
||||||
|
GstSsaParse
|
||||||
|
GstAdder
|
||||||
|
GstAudioRate
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstClock
|
GstClock
|
||||||
|
@ -99,23 +96,58 @@ GObject
|
||||||
LinkServer
|
LinkServer
|
||||||
GIOPServer
|
GIOPServer
|
||||||
GConfClient
|
GConfClient
|
||||||
|
GFileMonitor
|
||||||
|
GLocalDirectoryMonitor
|
||||||
|
GFamDirectoryMonitor
|
||||||
|
GInotifyDirectoryMonitor
|
||||||
|
GLocalFileMonitor
|
||||||
|
GFamFileMonitor
|
||||||
|
GInotifyFileMonitor
|
||||||
|
GVolumeMonitor
|
||||||
|
GNativeVolumeMonitor
|
||||||
|
GHalVolumeMonitor
|
||||||
|
GUnixVolumeMonitor
|
||||||
|
GDaemonVolumeMonitor
|
||||||
|
GVfs
|
||||||
|
GDaemonVfs
|
||||||
|
GLocalVfs
|
||||||
|
GTypeModule
|
||||||
|
GIOModule
|
||||||
|
HalDevice
|
||||||
|
HalPool
|
||||||
|
GHalDrive
|
||||||
|
GHalMount
|
||||||
|
GHalVolume
|
||||||
|
GVfsUriMapper
|
||||||
|
GVfsUriMapperSmb
|
||||||
|
GVfsUriMapperHttp
|
||||||
|
GAppLookupGConf
|
||||||
|
GOutputStream
|
||||||
|
GInputStream
|
||||||
PangoFontMap
|
PangoFontMap
|
||||||
PangoFcFontMap
|
PangoFcFontMap
|
||||||
PangoFT2FontMap
|
PangoFT2FontMap
|
||||||
PangoContext
|
PangoContext
|
||||||
GstColorBalanceChannel
|
GstMixerTrack
|
||||||
|
GstMixerOptions
|
||||||
GstTunerNorm
|
GstTunerNorm
|
||||||
GstTunerChannel
|
GstTunerChannel
|
||||||
|
GstColorBalanceChannel
|
||||||
GstStreamInfo
|
GstStreamInfo
|
||||||
GstMixerTrack
|
|
||||||
GInterface
|
GInterface
|
||||||
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
|
GFile
|
||||||
|
GDesktopAppInfoLookup
|
||||||
|
GDrive
|
||||||
|
GMount
|
||||||
|
GVolume
|
||||||
GstTagSetter
|
GstTagSetter
|
||||||
GstImplementsInterface
|
GstImplementsInterface
|
||||||
GstMixer
|
GstMixer
|
||||||
GstPropertyProbe
|
GstPropertyProbe
|
||||||
GstNavigation
|
GstNavigation
|
||||||
GstXOverlay
|
GstXOverlay
|
||||||
GstColorBalance
|
|
||||||
GstTuner
|
GstTuner
|
||||||
|
GstColorBalance
|
||||||
|
|
|
@ -3,16 +3,18 @@ GstPipeline GstChildProxy
|
||||||
GstPlayBaseBin GstChildProxy
|
GstPlayBaseBin GstChildProxy
|
||||||
GstPlayBin GstChildProxy
|
GstPlayBin GstChildProxy
|
||||||
GstPlayBin2 GstChildProxy
|
GstPlayBin2 GstChildProxy
|
||||||
GstDecodeBin GstChildProxy
|
|
||||||
GstDecodeBin2 GstChildProxy
|
GstDecodeBin2 GstChildProxy
|
||||||
GstURIDecodeBin GstChildProxy
|
GstURIDecodeBin GstChildProxy
|
||||||
|
GstDecodeBin GstChildProxy
|
||||||
|
GstGnomeVFSSrc GstURIHandler
|
||||||
GstCddaBaseSrc GstURIHandler
|
GstCddaBaseSrc GstURIHandler
|
||||||
GstCdParanoiaSrc GstURIHandler
|
GstCdParanoiaSrc GstURIHandler
|
||||||
GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe
|
GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstV4lElement GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner
|
GstV4lElement GstImplementsInterface GstPropertyProbe GstXOverlay GstTuner GstColorBalance
|
||||||
GstV4lSrc GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner
|
GstV4lSrc GstImplementsInterface GstPropertyProbe GstXOverlay GstTuner GstColorBalance
|
||||||
GstGnomeVFSSrc GstURIHandler
|
GstGioSrc GstURIHandler
|
||||||
GstGnomeVFSSink GstURIHandler
|
GstGnomeVFSSink GstURIHandler
|
||||||
|
GstGioSink GstURIHandler
|
||||||
GstAlsaSink GstPropertyProbe
|
GstAlsaSink GstPropertyProbe
|
||||||
GstXImageSink GstImplementsInterface GstNavigation GstXOverlay
|
GstXImageSink GstImplementsInterface GstNavigation GstXOverlay
|
||||||
GstXvImageSink GstImplementsInterface GstPropertyProbe GstNavigation GstXOverlay GstColorBalance
|
GstXvImageSink GstImplementsInterface GstPropertyProbe GstNavigation GstXOverlay GstColorBalance
|
||||||
|
@ -20,3 +22,9 @@ GstVorbisEnc GstTagSetter
|
||||||
GstVorbisTag GstTagSetter
|
GstVorbisTag GstTagSetter
|
||||||
GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe
|
GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstVolume GstImplementsInterface GstMixer
|
GstVolume GstImplementsInterface GstMixer
|
||||||
|
GTypeModule GTypePlugin
|
||||||
|
GIOModule GTypePlugin
|
||||||
|
GHalDrive GDrive
|
||||||
|
GHalMount GMount
|
||||||
|
GHalVolume GVolume
|
||||||
|
GAppLookupGConf GDesktopAppInfoLookup
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
|
GFile GObject
|
||||||
|
GDesktopAppInfoLookup GObject
|
||||||
|
GDrive GObject
|
||||||
|
GMount GObject
|
||||||
|
GVolume GObject
|
||||||
GstTagSetter GstObject GstElement
|
GstTagSetter GstObject GstElement
|
||||||
GstImplementsInterface GstObject GstElement
|
GstImplementsInterface GstObject GstElement
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
GstMixer GstObject GstImplementsInterface GstElement
|
||||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
|
||||||
GstTuner GstObject GstImplementsInterface GstElement
|
GstTuner GstObject GstImplementsInterface GstElement
|
||||||
|
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adds multiple streams</description>
|
<description>Adds multiple streams</description>
|
||||||
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
||||||
<basename>libgstadder.so</basename>
|
<basename>libgstadder.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ALSA plugin library</description>
|
<description>ALSA plugin library</description>
|
||||||
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
||||||
<basename>libgstalsa.so</basename>
|
<basename>libgstalsa.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Convert audio to different formats</description>
|
<description>Convert audio to different formats</description>
|
||||||
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
||||||
<basename>libgstaudioconvert.so</basename>
|
<basename>libgstaudioconvert.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adjusts audio frames</description>
|
<description>Adjusts audio frames</description>
|
||||||
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
||||||
<basename>libgstaudiorate.so</basename>
|
<basename>libgstaudiorate.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
||||||
<basename>libgstaudioresample.so</basename>
|
<basename>libgstaudioresample.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Creates audio test signals of given frequency and volume</description>
|
<description>Creates audio test signals of given frequency and volume</description>
|
||||||
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
||||||
<basename>libgstaudiotestsrc.so</basename>
|
<basename>libgstaudiotestsrc.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Read audio from CD in paranoid mode</description>
|
<description>Read audio from CD in paranoid mode</description>
|
||||||
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
||||||
<basename>libgstcdparanoia.so</basename>
|
<basename>libgstcdparanoia.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>decoder bin</description>
|
<description>decoder bin</description>
|
||||||
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
||||||
<basename>libgstdecodebin.so</basename>
|
<basename>libgstdecodebin.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
|
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
|
||||||
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
|
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
|
||||||
<basename>libgstffmpegcolorspace.so</basename>
|
<basename>libgstffmpegcolorspace.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>FFMpeg</package>
|
<package>FFMpeg</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Payload/depayload GDP packets</description>
|
<description>Payload/depayload GDP packets</description>
|
||||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||||
<basename>libgstgdp.so</basename>
|
<basename>libgstgdp.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GIO elements</description>
|
<description>GIO elements</description>
|
||||||
<filename>../../ext/gio/.libs/libgstgio.so</filename>
|
<filename>../../ext/gio/.libs/libgstgio.so</filename>
|
||||||
<basename>libgstgio.so</basename>
|
<basename>libgstgio.so</basename>
|
||||||
<version>0.10.19.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>elements to read from and write to Gnome-VFS uri's</description>
|
<description>elements to read from and write to Gnome-VFS uri's</description>
|
||||||
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
|
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
|
||||||
<basename>libgstgnomevfs.so</basename>
|
<basename>libgstgnomevfs.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,179 +3,12 @@
|
||||||
<description>libvisual visualization plugins</description>
|
<description>libvisual visualization plugins</description>
|
||||||
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
||||||
<basename>libgstlibvisual.so</basename>
|
<basename>libgstlibvisual.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
|
||||||
<name>libvisual_bumpscope</name>
|
|
||||||
<longname>libvisual Bumpscope plugin plugin v.0.0.1</longname>
|
|
||||||
<class>Visualization</class>
|
|
||||||
<description>Bumpscope visual plugin</description>
|
|
||||||
<author>Benjamin Otte <otte@gnome.org></author>
|
|
||||||
<pads>
|
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int){ 1, 2 }, rate=(int){ 8000, 11250, 22500, 32000, 44100, 48000, 96000 }</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
|
||||||
<name>src</name>
|
|
||||||
<direction>source</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
||||||
</caps>
|
|
||||||
</pads>
|
|
||||||
</element>
|
|
||||||
<element>
|
|
||||||
<name>libvisual_corona</name>
|
|
||||||
<longname>libvisual libvisual corona plugin plugin v.0.1</longname>
|
|
||||||
<class>Visualization</class>
|
|
||||||
<description>Libvisual corona plugin</description>
|
|
||||||
<author>Benjamin Otte <otte@gnome.org></author>
|
|
||||||
<pads>
|
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int){ 1, 2 }, rate=(int){ 8000, 11250, 22500, 32000, 44100, 48000, 96000 }</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
|
||||||
<name>src</name>
|
|
||||||
<direction>source</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
||||||
</caps>
|
|
||||||
</pads>
|
|
||||||
</element>
|
|
||||||
<element>
|
|
||||||
<name>libvisual_gforce</name>
|
|
||||||
<longname>libvisual libvisual G-Force plugin plugin v.0.1.0</longname>
|
|
||||||
<class>Visualization</class>
|
|
||||||
<description>Libvisual G-Force plugin</description>
|
|
||||||
<author>Benjamin Otte <otte@gnome.org></author>
|
|
||||||
<pads>
|
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int){ 1, 2 }, rate=(int){ 8000, 11250, 22500, 32000, 44100, 48000, 96000 }</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
|
||||||
<name>src</name>
|
|
||||||
<direction>source</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
||||||
</caps>
|
|
||||||
</pads>
|
|
||||||
</element>
|
|
||||||
<element>
|
|
||||||
<name>libvisual_infinite</name>
|
|
||||||
<longname>libvisual infinite plugin plugin v.0.1</longname>
|
|
||||||
<class>Visualization</class>
|
|
||||||
<description>Infinite visual plugin</description>
|
|
||||||
<author>Benjamin Otte <otte@gnome.org></author>
|
|
||||||
<pads>
|
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int){ 1, 2 }, rate=(int){ 8000, 11250, 22500, 32000, 44100, 48000, 96000 }</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
|
||||||
<name>src</name>
|
|
||||||
<direction>source</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
||||||
</caps>
|
|
||||||
</pads>
|
|
||||||
</element>
|
|
||||||
<element>
|
|
||||||
<name>libvisual_jakdaw</name>
|
|
||||||
<longname>libvisual Jakdaw plugin plugin v.0.0.1</longname>
|
|
||||||
<class>Visualization</class>
|
|
||||||
<description>jakdaw visual plugin</description>
|
|
||||||
<author>Benjamin Otte <otte@gnome.org></author>
|
|
||||||
<pads>
|
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int){ 1, 2 }, rate=(int){ 8000, 11250, 22500, 32000, 44100, 48000, 96000 }</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
|
||||||
<name>src</name>
|
|
||||||
<direction>source</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
||||||
</caps>
|
|
||||||
</pads>
|
|
||||||
</element>
|
|
||||||
<element>
|
|
||||||
<name>libvisual_jess</name>
|
|
||||||
<longname>libvisual jess plugin plugin v.0.1</longname>
|
|
||||||
<class>Visualization</class>
|
|
||||||
<description>Jess visual plugin</description>
|
|
||||||
<author>Benjamin Otte <otte@gnome.org></author>
|
|
||||||
<pads>
|
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int){ 1, 2 }, rate=(int){ 8000, 11250, 22500, 32000, 44100, 48000, 96000 }</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
|
||||||
<name>src</name>
|
|
||||||
<direction>source</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
||||||
</caps>
|
|
||||||
</pads>
|
|
||||||
</element>
|
|
||||||
<element>
|
|
||||||
<name>libvisual_lv_scope</name>
|
|
||||||
<longname>libvisual libvisual scope plugin v.0.1</longname>
|
|
||||||
<class>Visualization</class>
|
|
||||||
<description>Libvisual scope plugin</description>
|
|
||||||
<author>Benjamin Otte <otte@gnome.org></author>
|
|
||||||
<pads>
|
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int){ 1, 2 }, rate=(int){ 8000, 11250, 22500, 32000, 44100, 48000, 96000 }</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
|
||||||
<name>src</name>
|
|
||||||
<direction>source</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
||||||
</caps>
|
|
||||||
</pads>
|
|
||||||
</element>
|
|
||||||
<element>
|
|
||||||
<name>libvisual_oinksie</name>
|
|
||||||
<longname>libvisual oinksie plugin plugin v.0.1</longname>
|
|
||||||
<class>Visualization</class>
|
|
||||||
<description>Libvisual Oinksie visual plugin</description>
|
|
||||||
<author>Benjamin Otte <otte@gnome.org></author>
|
|
||||||
<pads>
|
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int){ 1, 2 }, rate=(int){ 8000, 11250, 22500, 32000, 44100, 48000, 96000 }</details>
|
|
||||||
</caps>
|
|
||||||
<caps>
|
|
||||||
<name>src</name>
|
|
||||||
<direction>source</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
|
||||||
</caps>
|
|
||||||
</pads>
|
|
||||||
</element>
|
|
||||||
</elements>
|
</elements>
|
||||||
</plugin>
|
</plugin>
|
File diff suppressed because one or more lines are too long
|
@ -3,10 +3,10 @@
|
||||||
<description>Pango-based text rendering and overlay</description>
|
<description>Pango-based text rendering and overlay</description>
|
||||||
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
||||||
<basename>libgstpango.so</basename>
|
<basename>libgstpango.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>various playback elements</description>
|
<description>various playback elements</description>
|
||||||
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
||||||
<basename>libgstplaybin.so</basename>
|
<basename>libgstplaybin.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Queue newer version</description>
|
<description>Queue newer version</description>
|
||||||
<filename>../../gst/playback/.libs/libgstqueue2.so</filename>
|
<filename>../../gst/playback/.libs/libgstqueue2.so</filename>
|
||||||
<basename>libgstqueue2.so</basename>
|
<basename>libgstqueue2.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Subtitle parsing</description>
|
<description>Subtitle parsing</description>
|
||||||
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
||||||
<basename>libgstsubparse.so</basename>
|
<basename>libgstsubparse.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>transfer data over the network via TCP</description>
|
<description>transfer data over the network via TCP</description>
|
||||||
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
||||||
<basename>libgsttcp.so</basename>
|
<basename>libgsttcp.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Theora plugin library</description>
|
<description>Theora plugin library</description>
|
||||||
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
||||||
<basename>libgsttheora.so</basename>
|
<basename>libgsttheora.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>default typefind functions</description>
|
<description>default typefind functions</description>
|
||||||
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
||||||
<basename>libgsttypefindfunctions.so</basename>
|
<basename>libgsttypefindfunctions.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>URI Decoder bin</description>
|
<description>URI Decoder bin</description>
|
||||||
<filename>../../gst/playback/.libs/libgstdecodebin2.so</filename>
|
<filename>../../gst/playback/.libs/libgstdecodebin2.so</filename>
|
||||||
<basename>libgstdecodebin2.so</basename>
|
<basename>libgstdecodebin2.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>elements for Video 4 Linux</description>
|
<description>elements for Video 4 Linux</description>
|
||||||
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
|
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
|
||||||
<basename>libgstvideo4linux.so</basename>
|
<basename>libgstvideo4linux.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adjusts video frames</description>
|
<description>Adjusts video frames</description>
|
||||||
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
||||||
<basename>libgstvideorate.so</basename>
|
<basename>libgstvideorate.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Resizes video</description>
|
<description>Resizes video</description>
|
||||||
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
||||||
<basename>libgstvideoscale.so</basename>
|
<basename>libgstvideoscale.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Creates a test video stream</description>
|
<description>Creates a test video stream</description>
|
||||||
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
||||||
<basename>libgstvideotestsrc.so</basename>
|
<basename>libgstvideotestsrc.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>plugin for controlling audio volume</description>
|
<description>plugin for controlling audio volume</description>
|
||||||
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
||||||
<basename>libgstvolume.so</basename>
|
<basename>libgstvolume.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Vorbis plugin library</description>
|
<description>Vorbis plugin library</description>
|
||||||
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
||||||
<basename>libgstvorbis.so</basename>
|
<basename>libgstvorbis.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>X11 video output element based on standard Xlib calls</description>
|
<description>X11 video output element based on standard Xlib calls</description>
|
||||||
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
||||||
<basename>libgstximagesink.so</basename>
|
<basename>libgstximagesink.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>XFree86 video output plugin using Xv extension</description>
|
<description>XFree86 video output plugin using Xv extension</description>
|
||||||
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
||||||
<basename>libgstxvimagesink.so</basename>
|
<basename>libgstxvimagesink.so</basename>
|
||||||
<version>0.10.20.1</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins CVS/prerelease</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -35,6 +35,17 @@ A wide range of video and audio decoders, encoders, and filters are included.
|
||||||
</CVSRepository>
|
</CVSRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.10.21</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>We Could Be Wrong</name>
|
||||||
|
<created>2008-10-02</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.21.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.21.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.20</revision>
|
<revision>0.10.20</revision>
|
||||||
|
|
|
@ -208,13 +208,13 @@
|
||||||
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.20"
|
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "gst-plugins-base"
|
#define PACKAGE_TARNAME "gst-plugins-base"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "0.10.20"
|
#define PACKAGE_VERSION "0.10.21"
|
||||||
|
|
||||||
/* directory where plugins are located */
|
/* directory where plugins are located */
|
||||||
#undef PLUGINDIR
|
#undef PLUGINDIR
|
||||||
|
@ -238,7 +238,7 @@
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.10.20"
|
#define VERSION "0.10.21"
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|
Loading…
Reference in a new issue