mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +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>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -5,7 +12,7 @@
|
|||
|
||||
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):
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
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:
|
||||
|
||||
* 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
|
||||
|
||||
* RTP improvements
|
||||
* Support digest auth for RTSP
|
||||
* Additional documentation
|
||||
* Support DSCP QoS in multifdsink
|
||||
* Add NV12/NV21 video buffer layouts
|
||||
* Video scaling now bilinear by default
|
||||
* Support more than 8 channels in audio conversions
|
||||
* Channel mapping fixes for audioconvert
|
||||
* 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
|
||||
* 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 in this release
|
||||
|
||||
* 526794 : [giosrc] totem doesn't work with some gvfs backends
|
||||
* 510417 : [PLUGIN-MOVE] Move gio to gst-plugins-base
|
||||
* 509125 : crash in CD Player: - playing CD - lowering/...
|
||||
* 517813 : [audioconvert] make gap aware
|
||||
* 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
|
||||
* 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(...
|
||||
* 530531 : [typefinding] bad read in mpeg_video_stream_type_find
|
||||
* 530719 : gst_video_calculate_display_ratio fails when playing Ogg ...
|
||||
* 530962 : [subparse] parses only every second line of TMPlayer subt...
|
||||
* 532454 : [NV12/NV21] videotestsrc and ffmpegcolorspace don't play ...
|
||||
* 533087 : GstRTSPTransport kept opaque in docs
|
||||
* 533817 : [audioconvert] Can't use default 7 channel layout / only ...
|
||||
* 534071 : Gdppay memleak
|
||||
* 534331 : race in decodebin when changing states while the internal...
|
||||
* 535356 : vorbisdec doesn't support 8 channels
|
||||
* 536475 : gdppay memleak and possible crash
|
||||
* 536521 : Refcounting errors in playbin
|
||||
* 536874 : Build failure on windows
|
||||
* 532166 : [ffmpegcolorspace] support NV12 format
|
||||
* 533617 : [audioconvert] Produces silence when converting 1/2 chann...
|
||||
* 536848 : [giosrc] Doesn't handle short reads properly
|
||||
* 536849 : [giosrc] Very slow doing any playback
|
||||
* 518082 : [alsamixer] playback volumes overwritten by capture volum...
|
||||
* 435633 : [PATCH] videorate not (fully) segment aware; causes frame...
|
||||
* 532364 : tcpclientsrc broken in 0.10.19
|
||||
* 533075 : gst_rtp_buffer_compare_seqnum doesn't do what it says
|
||||
* 533265 : [cddabasesrc] Sound Juicer cut a sector when ripping a track
|
||||
* 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 changed in this release
|
||||
|
||||
- API additions:
|
||||
|
||||
* decodebin2::sink-caps property
|
||||
* giosrc::file property
|
||||
* 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
|
||||
* Add "index" property to GstMixerTrack to differantiate between
|
||||
multiple mixer tracks with the same label.
|
||||
|
||||
Download
|
||||
|
||||
|
@ -169,29 +127,26 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alessandro Dessina
|
||||
* Andy Wingo
|
||||
* Antoine Tremblay
|
||||
* Bernard B
|
||||
* Damien Lespiau
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Felipe Contreras
|
||||
* Hannes Bistry
|
||||
* Henrik Eriksson
|
||||
* Evgeniy Stepanov
|
||||
* Frederic Crozat
|
||||
* Jan Gerber
|
||||
* Jan Schmidt
|
||||
* John Millikin
|
||||
* Jonathan Matthew
|
||||
* Julien Moutte
|
||||
* Mark Nauwelaerts
|
||||
* Michael Smith
|
||||
* Ole André Vadla Ravnås
|
||||
* Peter Kjellerstedt
|
||||
* Mike Ruprecht
|
||||
* Sam Morris
|
||||
* Sebastian Dröge
|
||||
* Sjoerd Simons
|
||||
* Stefan Kost
|
||||
* Thijs Vermeir
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Victor STINNER
|
||||
* Vincent Penquerc'h
|
||||
* 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 releases only do -Wall, cvs and prerelease does -Werror too
|
||||
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,
|
||||
gst-plugins-base)
|
||||
|
||||
|
@ -44,7 +44,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
|||
dnl - interfaces added -> increment AGE
|
||||
dnl - interfaces removed -> AGE = 0
|
||||
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 the generated libtool script has no support for the listed tags.
|
||||
|
|
|
@ -128,6 +128,36 @@
|
|||
<DEFAULT>TRUE</DEFAULT>
|
||||
</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>
|
||||
<NAME>GstXImageSink::display</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
|
@ -861,11 +891,11 @@
|
|||
<ARG>
|
||||
<NAME>GstVorbisEnc::quality</NAME>
|
||||
<TYPE>gfloat</TYPE>
|
||||
<RANGE>[-0,1,1]</RANGE>
|
||||
<RANGE>[-0.1,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Quality</NICK>
|
||||
<BLURB>Specify quality instead of specifying a particular bitrate.</BLURB>
|
||||
<DEFAULT>0,3</DEFAULT>
|
||||
<DEFAULT>0.3</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -881,7 +911,7 @@
|
|||
<ARG>
|
||||
<NAME>GstTheoraEnc::bitrate</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[0,2000]</RANGE>
|
||||
<RANGE>[0,16777215]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Bitrate</NICK>
|
||||
<BLURB>Compressed video bitrate (kbps).</BLURB>
|
||||
|
@ -1185,7 +1215,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Volume</NICK>
|
||||
<BLURB>Volume of test signal.</BLURB>
|
||||
<DEFAULT>0,8</DEFAULT>
|
||||
<DEFAULT>0.8</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
|
|
@ -12,10 +12,11 @@ GObject
|
|||
GstPlayBaseBin
|
||||
GstPlayBin
|
||||
GstPlayBin2
|
||||
GstDecodeBin
|
||||
GstDecodeBin2
|
||||
GstURIDecodeBin
|
||||
GstDecodeBin
|
||||
GstBaseSrc
|
||||
GstGnomeVFSSrc
|
||||
GstPushSrc
|
||||
GstCddaBaseSrc
|
||||
GstCdParanoiaSrc
|
||||
|
@ -24,13 +25,18 @@ GObject
|
|||
GstAlsaSrc
|
||||
GstV4lElement
|
||||
GstV4lSrc
|
||||
GstVideoTestSrc
|
||||
GstTCPClientSrc
|
||||
GstTCPServerSrc
|
||||
GstGnomeVFSSrc
|
||||
GstVideoTestSrc
|
||||
GstGioBaseSrc
|
||||
GstGioSrc
|
||||
GstGioStreamSrc
|
||||
GstAudioTestSrc
|
||||
GstBaseSink
|
||||
GstGnomeVFSSink
|
||||
GstGioBaseSink
|
||||
GstGioSink
|
||||
GstGioStreamSink
|
||||
GstBaseAudioSink
|
||||
GstAudioSink
|
||||
GstAlsaSink
|
||||
|
@ -40,27 +46,17 @@ GObject
|
|||
GstTCPClientSink
|
||||
GstMultiFdSink
|
||||
GstTCPServerSink
|
||||
GstTheoraDec
|
||||
GstTheoraEnc
|
||||
GstTheoraParse
|
||||
GstVorbisEnc
|
||||
GstVorbisDec
|
||||
GstVorbisParse
|
||||
GstVorbisTag
|
||||
GstTheoraDec
|
||||
GstTheoraEnc
|
||||
GstTheoraParse
|
||||
GstVisual
|
||||
GstVisualjess
|
||||
GstVisualbumpscope
|
||||
GstVisualcorona
|
||||
GstVisualgforce
|
||||
GstVisualinfinite
|
||||
GstVisualjakdaw
|
||||
GstVisuallv_scope
|
||||
GstVisualoinksie
|
||||
GstTextOverlay
|
||||
GstTimeOverlay
|
||||
GstClockOverlay
|
||||
GstTextRender
|
||||
GstAlsaMixerElement
|
||||
GstOggDemux
|
||||
GstOggMux
|
||||
GstOgmParse
|
||||
|
@ -69,22 +65,23 @@ GObject
|
|||
GstOgmTextParse
|
||||
GstOggParse
|
||||
GstOggAviParse
|
||||
GstSubParse
|
||||
GstSsaParse
|
||||
GstAlsaMixerElement
|
||||
GstBaseTransform
|
||||
GstVideoScale
|
||||
GstFFMpegCsp
|
||||
GstVideoScale
|
||||
GstAudioresample
|
||||
GstAudioConvert
|
||||
GstAudioFilter
|
||||
GstVolume
|
||||
GstAudioConvert
|
||||
GstAudioresample
|
||||
GstQueue2
|
||||
GstStreamSelector
|
||||
GstAudioRate
|
||||
GstAdder
|
||||
GstVideoRate
|
||||
GstGDPDepay
|
||||
GstGDPPay
|
||||
GstVideoRate
|
||||
GstQueue2
|
||||
GstStreamSelector
|
||||
GstSubParse
|
||||
GstSsaParse
|
||||
GstAdder
|
||||
GstAudioRate
|
||||
GstBus
|
||||
GstTask
|
||||
GstClock
|
||||
|
@ -99,23 +96,58 @@ GObject
|
|||
LinkServer
|
||||
GIOPServer
|
||||
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
|
||||
PangoFcFontMap
|
||||
PangoFT2FontMap
|
||||
PangoContext
|
||||
GstColorBalanceChannel
|
||||
GstMixerTrack
|
||||
GstMixerOptions
|
||||
GstTunerNorm
|
||||
GstTunerChannel
|
||||
GstColorBalanceChannel
|
||||
GstStreamInfo
|
||||
GstMixerTrack
|
||||
GInterface
|
||||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstURIHandler
|
||||
GFile
|
||||
GDesktopAppInfoLookup
|
||||
GDrive
|
||||
GMount
|
||||
GVolume
|
||||
GstTagSetter
|
||||
GstImplementsInterface
|
||||
GstMixer
|
||||
GstPropertyProbe
|
||||
GstNavigation
|
||||
GstXOverlay
|
||||
GstColorBalance
|
||||
GstTuner
|
||||
GstColorBalance
|
||||
|
|
|
@ -3,16 +3,18 @@ GstPipeline GstChildProxy
|
|||
GstPlayBaseBin GstChildProxy
|
||||
GstPlayBin GstChildProxy
|
||||
GstPlayBin2 GstChildProxy
|
||||
GstDecodeBin GstChildProxy
|
||||
GstDecodeBin2 GstChildProxy
|
||||
GstURIDecodeBin GstChildProxy
|
||||
GstDecodeBin GstChildProxy
|
||||
GstGnomeVFSSrc GstURIHandler
|
||||
GstCddaBaseSrc GstURIHandler
|
||||
GstCdParanoiaSrc GstURIHandler
|
||||
GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstV4lElement GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner
|
||||
GstV4lSrc GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner
|
||||
GstGnomeVFSSrc GstURIHandler
|
||||
GstV4lElement GstImplementsInterface GstPropertyProbe GstXOverlay GstTuner GstColorBalance
|
||||
GstV4lSrc GstImplementsInterface GstPropertyProbe GstXOverlay GstTuner GstColorBalance
|
||||
GstGioSrc GstURIHandler
|
||||
GstGnomeVFSSink GstURIHandler
|
||||
GstGioSink GstURIHandler
|
||||
GstAlsaSink GstPropertyProbe
|
||||
GstXImageSink GstImplementsInterface GstNavigation GstXOverlay
|
||||
GstXvImageSink GstImplementsInterface GstPropertyProbe GstNavigation GstXOverlay GstColorBalance
|
||||
|
@ -20,3 +22,9 @@ GstVorbisEnc GstTagSetter
|
|||
GstVorbisTag GstTagSetter
|
||||
GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstVolume GstImplementsInterface GstMixer
|
||||
GTypeModule GTypePlugin
|
||||
GIOModule GTypePlugin
|
||||
GHalDrive GDrive
|
||||
GHalMount GMount
|
||||
GHalVolume GVolume
|
||||
GAppLookupGConf GDesktopAppInfoLookup
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
GstChildProxy GstObject
|
||||
GFile GObject
|
||||
GDesktopAppInfoLookup GObject
|
||||
GDrive GObject
|
||||
GMount GObject
|
||||
GVolume GObject
|
||||
GstTagSetter GstObject GstElement
|
||||
GstImplementsInterface GstObject GstElement
|
||||
GstMixer GstObject GstImplementsInterface GstElement
|
||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstTuner GstObject GstImplementsInterface GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adds multiple streams</description>
|
||||
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
||||
<basename>libgstadder.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ALSA plugin library</description>
|
||||
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
||||
<basename>libgstalsa.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Convert audio to different formats</description>
|
||||
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
||||
<basename>libgstaudioconvert.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adjusts audio frames</description>
|
||||
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
||||
<basename>libgstaudiorate.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Resamples audio</description>
|
||||
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
||||
<basename>libgstaudioresample.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Creates audio test signals of given frequency and volume</description>
|
||||
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
||||
<basename>libgstaudiotestsrc.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Read audio from CD in paranoid mode</description>
|
||||
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
||||
<basename>libgstcdparanoia.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>GPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>decoder bin</description>
|
||||
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
||||
<basename>libgstdecodebin.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
|
||||
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
|
||||
<basename>libgstffmpegcolorspace.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>FFMpeg</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Payload/depayload GDP packets</description>
|
||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||
<basename>libgstgdp.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GIO elements</description>
|
||||
<filename>../../ext/gio/.libs/libgstgio.so</filename>
|
||||
<basename>libgstgio.so</basename>
|
||||
<version>0.10.19.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements to read from and write to Gnome-VFS uri's</description>
|
||||
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
|
||||
<basename>libgstgnomevfs.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,179 +3,12 @@
|
|||
<description>libvisual visualization plugins</description>
|
||||
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
||||
<basename>libgstlibvisual.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<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>
|
||||
</plugin>
|
File diff suppressed because one or more lines are too long
|
@ -3,10 +3,10 @@
|
|||
<description>Pango-based text rendering and overlay</description>
|
||||
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
||||
<basename>libgstpango.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>various playback elements</description>
|
||||
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
||||
<basename>libgstplaybin.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Queue newer version</description>
|
||||
<filename>../../gst/playback/.libs/libgstqueue2.so</filename>
|
||||
<basename>libgstqueue2.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Subtitle parsing</description>
|
||||
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
||||
<basename>libgstsubparse.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>transfer data over the network via TCP</description>
|
||||
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
||||
<basename>libgsttcp.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Theora plugin library</description>
|
||||
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
||||
<basename>libgsttheora.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>default typefind functions</description>
|
||||
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
||||
<basename>libgsttypefindfunctions.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>URI Decoder bin</description>
|
||||
<filename>../../gst/playback/.libs/libgstdecodebin2.so</filename>
|
||||
<basename>libgstdecodebin2.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements for Video 4 Linux</description>
|
||||
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
|
||||
<basename>libgstvideo4linux.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adjusts video frames</description>
|
||||
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
||||
<basename>libgstvideorate.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Resizes video</description>
|
||||
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
||||
<basename>libgstvideoscale.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Creates a test video stream</description>
|
||||
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
||||
<basename>libgstvideotestsrc.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>plugin for controlling audio volume</description>
|
||||
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
||||
<basename>libgstvolume.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Vorbis plugin library</description>
|
||||
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
||||
<basename>libgstvorbis.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>X11 video output element based on standard Xlib calls</description>
|
||||
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
||||
<basename>libgstximagesink.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>XFree86 video output plugin using Xv extension</description>
|
||||
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
||||
<basename>libgstxvimagesink.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21</version>
|
||||
<license>LGPL</license>
|
||||
<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>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -35,6 +35,17 @@ A wide range of video and audio decoders, encoders, and filters are included.
|
|||
</CVSRepository>
|
||||
</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>
|
||||
<Version>
|
||||
<revision>0.10.20</revision>
|
||||
|
|
|
@ -208,13 +208,13 @@
|
|||
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||
|
||||
/* 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 PACKAGE_TARNAME "gst-plugins-base"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.10.20"
|
||||
#define PACKAGE_VERSION "0.10.21"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#undef PLUGINDIR
|
||||
|
@ -238,7 +238,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* 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
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
|
Loading…
Reference in a new issue