Release 0.10.8

Original commit message from CVS:
Release 0.10.8
This commit is contained in:
Jan Schmidt 2008-04-23 23:26:24 +00:00
parent af152e974a
commit 2fad495496
69 changed files with 258 additions and 305 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.8 ===
2008-04-23 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
releasing 0.10.8, "One For The Money"
2008-04-22 Jan Schmidt <jan.schmidt@sun.com> 2008-04-22 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac: * configure.ac:
@ -327,7 +334,7 @@
2008-04-01 Wim Taymans <wim.taymans@collabora.co.uk> 2008-04-01 Wim Taymans <wim.taymans@collabora.co.uk>
Based on patch by: mersad <mersad at axis dot com> Based on patch by: Mersad Jelacic <mersad at axis dot com>
* gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps), * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
(gst_alaw_dec_chain), (gst_alaw_dec_change_state): (gst_alaw_dec_chain), (gst_alaw_dec_change_state):

46
NEWS
View file

@ -1,4 +1,48 @@
This is GStreamer Good Plug-ins 0.10.7, "Red Door Black" This is GStreamer Good Plug-ins 0.10.8, "One For The Money"
Changes since 0.10.7:
* The libsoup based http source now has primary rank
* GOOM visualisation plugin updated to Goom2k4
* Fixes in UDP, RTSP, matroska, QT/mov, AVI, v4l2, OS/X, SunAudio,
mulaw and wavpack
* New gdkpixbuf output for snapshotting
* Various other bug-fixes
Bugs fixed since 0.10.7:
* 516509 : gstid3v2mux.cc build failure on Solaris, CFLAGS not valid...
* 515978 : [ladspa] Should be removed from -good until it's ready to...
* 516649 : [v4l2src] tries to VIDIOC_S_PARM without checking capabil...
* 517237 : [rtspsrc] Better error when bandwidth is too small
* 517933 : [tests] trivial C89 fix
* 518188 : [spectrum] " message " property documentation unclear
* 518213 : [goom2k4] artefacts on x86-64
* 518564 : goom dies with illegal instruction
* 519088 : gst_mulawdec_chain() may call gst_util_uint64_scale_int()...
* 519417 : Unable to modify DEFAULT_VIDEOSRC in configure
* 520073 : [goom] (goom2k4) shows mostly black frames
* 520764 : double buffer unref in speexenc error handling
* 520880 : audiofx doesn't build on Windows/MSVC
* 520888 : udpsrc has some issues on Windows
* 521102 : h.263+ rtp depayloader crashes on short payloads
* 521875 : [osssrc] recording corrupts upon _get_caps
* 522278 : Problem with " movq " at file gst-plugins-good/gst/goom/xmmx.c
* 522767 : [goom] does not build on ppc
* 523124 : [PLUGIN-MOVE] move souphttpsrc from -bad to -good
* 523134 : osxvideosink does not stop when you control-C
* 524593 : [sunaudio] fix mixer track range
* 525359 : [alaw] [mulaw] Use gst_pad_alloc_buffer_and_set_caps to c...
* 525833 : [halaudiosrc] unable to get mic USB working with gnome-so...
* 525860 : [sunaudio] copyright fixes
* 525946 : [gdkpixbuf] add gdkpixbufsink element
* 526557 : [matroskademux] seeking regression in CVS
* 527848 : [souphttpsrc] Give souphttpsrc PRIMARY rank
* 527984 : Doesn't dist all m4 files needed by configure.ac
* 527999 : [goom] Doesn't dist goomsl.h
* 528143 : [goom] fails to build on 32-bit ppc
* 528615 : Hide goom2k4 logo
* 529268 : [goom] States unit test exposes some memory leaks
Changes since 0.10.6: Changes since 0.10.6:

216
RELEASE
View file

@ -1,16 +1,14 @@
Release notes for GStreamer Good Plug-ins 0.10.7 "Red Door Black" Release notes for GStreamer Good Plug-ins 0.10.8 "One For The Money"
The GStreamer team is proud to announce a new release The GStreamer team is proud to announce a new release
in the 0.10.x stable series of the in the 0.10.x stable series of the GStreamer Good Plug-ins.
GStreamer Good Plug-ins.
The 0.10.x series is a stable series targeted at end users. The 0.10.x series is a stable series targeted at end users,
It is not API or ABI compatible with the stable 0.8.x series. parallel installable with the older 0.8.x series.
It is, however, parallel installable with the 0.8.x series.
@ -54,134 +52,46 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release Features of this release
* 8 months of frenetic development * The libsoup based http source now has primary rank
* Massive RTSP/RTP improvements * GOOM visualisation plugin updated to Goom2k4
* Fixes in pngdec, gdkpixbufdec, wavpackparse, wavpackdec, smokeenc, mulawdec, alwdec, id3demux * Fixes in UDP, RTSP, matroska, QT/mov, AVI, v4l2, OS/X, SunAudio, mulaw and wavpack
* More Fixes in matroskademux, udpsrc, apedemux, flacenc, avimux, dv1394src * New gdkpixbuf output for snapshotting
* V4L2 support improved * Various other bug-fixes
* Fixes for OS/X and Windows video/audio sources and sinks
* Support more formats in QT files
* Elements moved from gst-plugins-bad: equalizer, lpwsinc (now audiowsinclimit), bpwsinc (now audiowsincband), spectrum, multifilesrc/sink
* New audio effects: High/Low/Band-pass filters
* Many, many other fixes
Bugs fixed in this release Bugs fixed in this release
* 415627 : [PLUGIN-MOVE] move equalizer to good * 516509 : gstid3v2mux.cc build failure on Solaris, CFLAGS not valid...
* 463624 : [PATCH] avimux: mismatch in ODML tag numbering * 515978 : [ladspa] Should be removed from -good until it's ready to...
* 347848 : [id3v2mux] add support for DiscID tags * 516649 : [v4l2src] tries to VIDIOC_S_PARM without checking capabil...
* 348085 : [PLUGIN-MOVE] move spectrum to good * 517237 : [rtspsrc] Better error when bandwidth is too small
* 351726 : [rtspsrc] Force to send on periodic time new rtsp play co... * 517933 : [tests] trivial C89 fix
* 358841 : [dv1394src] should have property probe * 518188 : [spectrum] " message " property documentation unclear
* 417420 : [autoaudiosink] add " caps " property to filter sinks by caps * 518213 : [goom2k4] artefacts on x86-64
* 427573 : [osxaudiosrc] segmentation fault * 518564 : goom dies with illegal instruction
* 435435 : [alaw] use tables for ALAW (G.711) encoding and decoding * 519088 : gst_mulawdec_chain() may call gst_util_uint64_scale_int()...
* 442034 : [avi] add support for subtitle streams (GAB2) * 519417 : Unable to modify DEFAULT_VIDEOSRC in configure
* 447000 : [id3demux] add support for reading license URL from WCOP tag * 520073 : [goom] (goom2k4) shows mostly black frames
* 448278 : [v4l2src] several issues in cvs * 520764 : double buffer unref in speexenc error handling
* 449747 : Function parameter mismatch breaks build on Solaris. * 520880 : audiofx doesn't build on Windows/MSVC
* 450190 : [PATCH] v4l2src set_capture (parameters) fails * 520888 : udpsrc has some issues on Windows
* 450878 : Missing files in po/POTFILES.in * 521102 : h.263+ rtp depayloader crashes on short payloads
* 451249 : Integer type mismatch in gstrtspsrc.c * 521875 : [osssrc] recording corrupts upon _get_caps
* 451388 : [v4l2src] Could not negotiate format * 522278 : Problem with " movq " at file gst-plugins-good/gst/goom/xmmx.c
* 453037 : rtpilbcpayloader encoding-name field mismatch * 522767 : [goom] does not build on ppc
* 453417 : [matroskademux] support palette info for VobSub stream * 523124 : [PLUGIN-MOVE] move souphttpsrc from -bad to -good
* 453630 : Rtspsrc invokes GST_ELEMENT_ERROR in eos when streaming o... * 523134 : osxvideosink does not stop when you control-C
* 455086 : [cairotextoverlay] ignores the size in font-desc property * 524593 : [sunaudio] fix mixer track range
* 455808 : rtspsrc deadlocks on pause * 525359 : [alaw] [mulaw] Use gst_pad_alloc_buffer_and_set_caps to c...
* 457097 : [faad] " setting caps on pad failed " with BMJ113 mov * 525833 : [halaudiosrc] unable to get mic USB working with gnome-so...
* 461600 : Some files missing from POTFILES.in * 525860 : [sunaudio] copyright fixes
* 464475 : the mode property if the caps of rtpilbc*pay should be of... * 525946 : [gdkpixbuf] add gdkpixbufsink element
* 464800 : [audiofx] New elements: chebyshev low/highpass and bandpa... * 526557 : [matroskademux] seeking regression in CVS
* 465040 : [RTP] h263ppay should allow h263 caps on sink * 527848 : [souphttpsrc] Give souphttpsrc PRIMARY rank
* 465774 : qt video does not play, but can be seeked * 527984 : Doesn't dist all m4 files needed by configure.ac
* 467214 : Could not get buffers from device '/dev/video0' * 527999 : [goom] Doesn't dist goomsl.h
* 467666 : [ELEMENT-MOVE] Move lpwsinc and bpwsinc to gst-plugins-good * 528143 : [goom] fails to build on 32-bit ppc
* 470502 : Ricoh Webcam not working * 528615 : Hide goom2k4 logo
* 471364 : [gconf] Internal GStreamer error: state change failed on ... * 529268 : [goom] States unit test exposes some memory leaks
* 471823 : [v4l2src] Fails to negotiate capabilities with Macbook Pr...
* 473670 : [qtdemux] invalid utf8 in tags causes warnings
* 474616 : [rtph263pay] RTP headers are wrong for win32
* 475424 : [v4l2] uvcvideo Macbook iSight webcam not working (regres...
* 477199 : Linux-UVC webcams not working
* 477456 : [v4l2src] my webcam is not working anymore
* 479960 : qtdemux is missing fourcc for mpeg2 HDV streams (HDV2. HDV3)
* 480557 : [v4l2src] Nasty segfault (with broken driver?)
* 482495 : avimux does not accept audio/aac
* 484998 : [mulawdec] not-negotiated error playing a sun audio (au) ...
* 485828 : [v4l2src] Fixates to lowest resolution on new kernels
* 487488 : udpsrc errors
* 487563 : Payloader for H264 not marking packets
* 488112 : [id3demux] extract ID3v2 WOAF frame
* 488844 : Free GstBuffer with gst_buffer_unref() in gst_rtp_mp4v_pa...
* 488879 : [videomixer] implement GstChildProxy interface
* 489940 : [gdkpixbufdec] gst_value_set_fraction: assertion 'denomin...
* 490034 : [v4l2src] " could not get buffers from device "
* 490283 : [multifilsrc] move to -good
* 491323 : Extend RTP MPEG-TS payloader to handle large RTP payload ...
* 492388 : Build issues on Windows/MSVC
* 496752 : [rtspsrc] leaks memory
* 496773 : [rtspsrc] leaks SDP messages
* 496983 : [PATCH] rtspsrc leaks pads
* 497007 : [PATCH] rtspsrc leaks RTSP messages in SETUP
* 497017 : [PATCH] H.264 RTP depayloader leaks memory in setcaps
* 497292 : gsttextoverlay compile problem in MSVC
* 497293 : gsttimeoverlay compile error in win32
* 498181 : Recent change to gst-plugins-base breaks gst-plugins-good
* 498297 : [v4l2src] put real supported resolutions in caps instead ...
* 498395 : [pngenc] leaks buffer data memory
* 498715 : GStreamer fails to decode MPEG1 Video RTP streams when gs...
* 499178 : unexpected not negotiated and other weird beharviours
* 499239 : gstrtpmp4adepay
* 499383 : [rtph263depay] Doesn't read I-frame information from rtp ...
* 500403 : [PATCH] videobox element doesn't init liboil
* 501775 : [wavparse] regression in CVS: seeking is broken
* 502655 : [avimux] creates corrupt avi files (wrong stream numbering)
* 502814 : Adds profile (hex string), sps and pps (base64 encoded) i...
* 502966 : GStreamer segfaults when videobox is introduced into a sp...
* 503023 : Let multipartdemux work in live mode.
* 504018 : flacdec emits newsegment before being able to respond to ...
* 504081 : [matroskamux] support for live sources (calculate duratio...
* 504895 : Build fails: gst/check/gstcheck.h: No such file or direc...
* 505745 : [avidemux] warning: 'res' may be used uninitialized in th...
* 506025 : RTSPsrc doesn't handle redirects.
* 506715 : [PATCH] [flacdec] PICTURE blocks should be retrieved as m...
* 507642 : v4l2src Crash - Size 4156 is not a multiple of unit size ...
* 508644 : The clockrate for theora payloading should always be 90000
* 509298 : Compilation errors in gstavisubtitle.c and gstrtspsrc.c w...
* 509301 : [flacdec] CVS does not compile against flac-1.1.2
* 509531 : Make the auto-join/auto-leaving of a multicast group opti...
* 510505 : changes to make v4l plugin build on solaris
* 510592 : Race condition in WAVE parser
* 513628 : [flacdec] Decoding of PICTURE blocks is always disabled b...
* 514397 : matroskademux does not mark delta units
* 514573 : multipartmux memory leak
* 514889 : Bogus output from RTP data test
* 514965 : Possible buffer leaks if last_write_result != GST_FLOW_OK...
* 515457 : [audiofx] Element long descriptions are broken
* 515562 : [avidemux] Seeking broken in 0.10.6.2
* 515697 : [multifile] Several memory leaks exposed by unit test
* 515701 : [smoke] Several valgrind warnings exposed by unit test
* 515703 : [avisubtitle] Several valgrind warnings with unit test (g...
* 515704 : [gconf] Memory leak when creation of pipeline fails
* 515706 : [ximagesrc] Memory leak when XDamage support is available
* 515905 : gst-error.m4 needs no%E_MACRO_REDEFINED on Solaris
* 515979 : [efence] Doesn't chain up finalize properly
* 515980 : [directdraw] Does not chain up finalize functions properly
* 515984 : [v4l] Does not chain up finalize functions properly
* 515985 : [ximagesrc] regression when using damage
* 516371 : does not build without xml usage
* 516524 : uninitialized variables
* 517386 : [alpha] Doesn't link with libgstbase
* 508291 : [id3demux] must check if language code in id3v2 COMM fram...
* 491811 : Rename audiochebyshevfreq* to audiocheb*
* 447961 : [rtsp] do not store a reference to the result from inet_n...
* 475784 : rtspsrc has race condition between loop_interleaved() and...
* 478244 : rtpamrdepay make no playable stream
* 480707 : Memory leak : gstrtpmp4vpay : config buffer is leaked
* 502187 : flacdec doesn't send newsegment from the streaming thread
* 509329 : [rtspsrc] use atoll when parsing rtptime
* 512544 : preallocate output buffer in pngenc
Download Download
@ -211,58 +121,26 @@ Applications
Contributors to this release Contributors to this release
* Wim Taymans * Andy Wingo
* Abel Cheung * Bastien Nocera
* Alessandro Decina
* Alexander Eichner
* Alexander Shopov
* Anders Skargren
* Antoine Tremblay
* Arek Korbik
* Bjarne Rosengren
* Brian Cameron * Brian Cameron
* Christian Schaller * Christian Schaller
* Damien Carbery * Damien Lespiau
* David Schleef * David Schleef
* Edgard Lima * Edgard Lima
* Edward Hervey * Edward Hervey
* Funda Wang
* Haakon Sporsheim
* Ilkka Tuohela
* Jakub Bogusz
* Jan Gerber
* Jan Schmidt * Jan Schmidt
* Jason Kivlighn * Jens Granseuer
* Jayarama S. Santana
* John Millikin
* Jordi Jaen Pallares
* Jorge González González
* Julien MOUTTE
* Julien Moutte * Julien Moutte
* Julien Puydt
* Kwang Yul Seo
* Laurent Glayal
* Mark Nauwelaerts * Mark Nauwelaerts
* Mersad Jelacic
* Michael Smith * Michael Smith
* Mikel Olasagasti
* Mogens Jaeger
* Ole André Vadla Ravnås * Ole André Vadla Ravnås
* Olivier Crete * Olivier Crete
* Orjan Friberg
* Peter Kjellerstedt * Peter Kjellerstedt
* René Stadler
* Sameer Naik
* Sebastian Dröge * Sebastian Dröge
* Sebastien Moutte
* Stefan Kost * Stefan Kost
* Thijs Vermeir
* Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Timo Hotti * William M. Brack
* Tommi Myöhänen
* Wai-Ming Ho
* Wim Taymans * Wim Taymans
* Wouter Cloetens
* Yun Zheng Hu
* Zaheer Abbas Merali
   

View file

@ -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/pre dnl use a three digit version number for releases, and four for cvs/pre
AC_INIT(GStreamer Good Plug-ins, 0.10.7.4, AC_INIT(GStreamer Good Plug-ins, 0.10.8,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good) gst-plugins-good)

View file

@ -1195,7 +1195,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>driver</NICK> <NICK>driver</NICK>
<BLURB>driver.</BLURB> <BLURB>driver.</BLURB>
<DEFAULT>Curses driver 1.0</DEFAULT> <DEFAULT>X11 driver 1.1</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>

View file

@ -16,48 +16,47 @@ GObject
GstSwitchSink GstSwitchSink
GstGConfAudioSink GstGConfAudioSink
GstGConfAudioSrc GstGConfAudioSrc
GstRTSPSrc
GstAutoVideoSink GstAutoVideoSink
GstAutoAudioSink GstAutoAudioSink
GstRTSPSrc
GstBaseSink GstBaseSink
GstCACASink
GstShout2send
GstVideoSink
GstGdkPixbufSink
GstAASink
GstBaseAudioSink GstBaseAudioSink
GstAudioSink GstAudioSink
GstEsdSink GstEsdSink
GstOssSink GstOssSink
GstShout2send GstMultiFileSink
GstCACASink
GstAASink
GstTest GstTest
GstMultiUDPSink GstMultiUDPSink
GstUDPSink GstUDPSink
GstDynUDPSink GstDynUDPSink
GstMultiFileSink
GstJpegEnc
GstJpegDec
GstSmokeEnc
GstSmokeDec
GstFlacEnc
GstFlacDec
GstBaseSrc GstBaseSrc
GstPushSrc GstPushSrc
GstDV1394Src
GstCddaBaseSrc GstCddaBaseSrc
GstCdioCddaSrc GstCdioCddaSrc
GstDV1394Src GstSoupHTTPSrc
GstBaseAudioSrc GstBaseAudioSrc
GstAudioSrc GstAudioSrc
GstOssSrc GstOssSrc
GstV4l2Src
GstXImageSrc GstXImageSrc
GstUDPSrc
GstMultiFileSrc GstMultiFileSrc
GstUDPSrc
GstCmmlEnc
GstCmmlDec
GstTagLibMux GstTagLibMux
GstId3v2Mux GstId3v2Mux
GstApev2Mux GstApev2Mux
GstCairoTextOverlay GstGdkPixbuf
GstBaseTransform GstBaseTransform
GstCairoTimeOverlay
GstPixbufScale GstPixbufScale
GstLevel GstCairoTimeOverlay
GstAlphaColor
GstAlpha
GstVideoFilter GstVideoFilter
GstEdgeTV GstEdgeTV
GstAgingTV GstAgingTV
@ -71,8 +70,12 @@ GObject
GstVideoFlip GstVideoFlip
GstGamma GstGamma
GstNavigationtest GstNavigationtest
GstBreakMyData
GstNavSeek
GstProgressReport
GstVideoBox
GstVideoCrop
GstAudioFilter GstAudioFilter
GstSpectrum
GstIirEqualizer GstIirEqualizer
GstIirEqualizerNBands GstIirEqualizerNBands
GstIirEqualizer3Bands GstIirEqualizer3Bands
@ -84,30 +87,29 @@ GObject
GstAudioChebBand GstAudioChebBand
GstAudioWSincLimit GstAudioWSincLimit
GstAudioWSincBand GstAudioWSincBand
GstAlpha GstSpectrum
GstAlphaColor GstLevel
GstAudioPanorama GstAudioPanorama
GstBreakMyData
GstNavSeek
GstProgressReport
GstVideoBox
GstVideoCrop
GstPngDec
GstPngEnc
GstWavpackParse GstWavpackParse
GstWavpackDec GstWavpackDec
GstWavpackEnc GstWavpackEnc
GstGdkPixbuf GstPngDec
GstCmmlEnc GstPngEnc
GstCmmlDec
GstSpeexEnc
GstSpeexDec
GstDVDemux GstDVDemux
GstDVDec GstDVDec
GstSpeexEnc
GstSpeexDec
GstCairoTextOverlay
GstFlacEnc
GstFlacDec
GstJpegEnc
GstJpegDec
GstSmokeEnc
GstSmokeDec
GstOssMixerElement GstOssMixerElement
GstWavEnc GstQTDemux
GstRTPDepay
GstBaseRTPDepayload GstBaseRTPDepayload
GstRtpXQTDepay
GstRtpAC3Depay GstRtpAC3Depay
GstRTPiLBCDepay GstRTPiLBCDepay
GstRTPGSMDepay GstRTPGSMDepay
@ -128,7 +130,14 @@ GObject
GstRtpSV3VDepay GstRtpSV3VDepay
GstRtpTheoraDepay GstRtpTheoraDepay
GstRtpVorbisDepay GstRtpVorbisDepay
GstRtpXQTDepay GstRTPDec
GstAuParse
GstVideoMixer
GstEbmlRead
GstMatroskaDemux
GstMatroskaMux
GstWavParse
GstRTPDepay
GstBaseRTPPayload GstBaseRTPPayload
GstBaseRTPAudioPayload GstBaseRTPAudioPayload
GstRTPILBCPay GstRTPILBCPay
@ -152,31 +161,24 @@ GObject
GstTagDemux GstTagDemux
GstID3Demux GstID3Demux
GstApeDemux GstApeDemux
GstICYDemux
GstALawEnc
GstALawDec
GstMuLawEnc GstMuLawEnc
GstMuLawDec GstMuLawDec
GstQTDemux GstALawEnc
GstWavParse GstALawDec
GstCutter GstSMPTE
GstRndBufferSize
GstEFence
GstFlxDec
GstGoom
GstMultipartDemux GstMultipartDemux
GstMultipartMux GstMultipartMux
GstGoom GstICYDemux
GstEFence GstWavEnc
GstRndBufferSize
GstSMPTE
GstRTPDec
GstVideoMixer
GstAuParse
GstMonoscope
GstFlxDec
GstEbmlRead
GstMatroskaDemux
GstMatroskaMux
GstAviDemux GstAviDemux
GstAviMux GstAviMux
GstAviSubtitle GstAviSubtitle
GstCutter
GstGoom2k1
GstPlugin GstPlugin
GstRegistry GstRegistry
GstClock GstClock
@ -187,18 +189,16 @@ GObject
GstCmmlTagStream GstCmmlTagStream
GstCmmlTagHead GstCmmlTagHead
GstCmmlTagClip GstCmmlTagClip
GdkPixbuf
GstMixerTrack GstMixerTrack
GstMixerOptions GstMixerOptions
GstTunerNorm
GstTunerChannel
GstColorBalanceChannel GstColorBalanceChannel
GInterface GInterface
GTypePlugin
GstChildProxy GstChildProxy
GstURIHandler GstURIHandler
GstTagSetter
GstPropertyProbe GstPropertyProbe
GstTagSetter
GstImplementsInterface GstImplementsInterface
GstMixer GstMixer
GstTuner
GstColorBalance GstColorBalance
GstVideoOrientation

View file

@ -7,17 +7,16 @@ GstGConfVideoSrc GstChildProxy
GstSwitchSink GstChildProxy GstSwitchSink GstChildProxy
GstGConfAudioSink GstChildProxy GstGConfAudioSink GstChildProxy
GstGConfAudioSrc GstChildProxy GstGConfAudioSrc GstChildProxy
GstRTSPSrc GstURIHandler GstChildProxy
GstAutoVideoSink GstChildProxy GstAutoVideoSink GstChildProxy
GstAutoAudioSink GstChildProxy GstAutoAudioSink GstChildProxy
GstRTSPSrc GstURIHandler GstChildProxy
GstShout2send GstTagSetter GstShout2send GstTagSetter
GstUDPSink GstURIHandler GstUDPSink GstURIHandler
GstFlacEnc GstTagSetter GstDV1394Src GstURIHandler GstPropertyProbe
GstCddaBaseSrc GstURIHandler GstCddaBaseSrc GstURIHandler
GstCdioCddaSrc GstURIHandler GstCdioCddaSrc GstURIHandler
GstDV1394Src GstURIHandler GstPropertyProbe GstSoupHTTPSrc GstURIHandler
GstOssSrc GstImplementsInterface GstMixer GstOssSrc GstImplementsInterface GstMixer
GstV4l2Src GstPropertyProbe GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation
GstUDPSrc GstURIHandler GstUDPSrc GstURIHandler
GstTagLibMux GstTagSetter GstTagLibMux GstTagSetter
GstId3v2Mux GstTagSetter GstId3v2Mux GstTagSetter
@ -28,6 +27,7 @@ GstIirEqualizerNBands GstChildProxy
GstIirEqualizer3Bands GstChildProxy GstIirEqualizer3Bands GstChildProxy
GstIirEqualizer10Bands GstChildProxy GstIirEqualizer10Bands GstChildProxy
GstSpeexEnc GstTagSetter GstSpeexEnc GstTagSetter
GstFlacEnc GstTagSetter
GstOssMixerElement GstImplementsInterface GstMixer GstOssMixerElement GstImplementsInterface GstMixer
GstVideoMixer GstChildProxy GstVideoMixer GstChildProxy
GstMatroskaMux GstTagSetter GstMatroskaMux GstTagSetter

View file

@ -2,6 +2,4 @@ GstChildProxy GstObject
GstTagSetter GstObject GstElement GstTagSetter GstObject GstElement
GstImplementsInterface GstObject GstElement GstImplementsInterface GstObject GstElement
GstMixer GstObject GstImplementsInterface GstElement GstMixer GstObject GstImplementsInterface GstElement
GstTuner GstObject GstImplementsInterface GstElement
GstColorBalance GstObject GstImplementsInterface GstElement GstColorBalance GstObject GstImplementsInterface GstElement
GstVideoOrientation GstObject GstImplementsInterface GstElement

View file

@ -3,7 +3,7 @@
<description>Source for DV data via IEEE1394 interface</description> <description>Source for DV data via IEEE1394 interface</description>
<filename>../../ext/raw1394/.libs/libgst1394.so</filename> <filename>../../ext/raw1394/.libs/libgst1394.so</filename>
<basename>libgst1394.so</basename> <basename>libgst1394.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ASCII Art video sink</description> <description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename> <filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename> <basename>libgstaasink.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ALaw audio conversion routines</description> <description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename> <filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename> <basename>libgstalaw.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>adds an alpha channel to video - constant or via chroma-keying</description> <description>adds an alpha channel to video - constant or via chroma-keying</description>
<filename>../../gst/alpha/.libs/libgstalpha.so</filename> <filename>../../gst/alpha/.libs/libgstalpha.so</filename>
<basename>libgstalpha.so</basename> <basename>libgstalpha.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>RGBA to AYUV colorspace conversion preserving the alpha channel</description> <description>RGBA to AYUV colorspace conversion preserving the alpha channel</description>
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename> <filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
<basename>libgstalphacolor.so</basename> <basename>libgstalphacolor.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description> <description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
<filename>../../ext/annodex/.libs/libgstannodex.so</filename> <filename>../../ext/annodex/.libs/libgstannodex.so</filename>
<basename>libgstannodex.so</basename> <basename>libgstannodex.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>APEv1/2 tag reader</description> <description>APEv1/2 tag reader</description>
<filename>../../gst/apetag/.libs/libgstapetag.so</filename> <filename>../../gst/apetag/.libs/libgstapetag.so</filename>
<basename>libgstapetag.so</basename> <basename>libgstapetag.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,11 +3,11 @@
<description>Audio effects plugin</description> <description>Audio effects plugin</description>
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename> <filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
<basename>libgstaudiofx.so</basename> <basename>libgstaudiofx.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer</package> <package>GStreamer Good Plug-ins source release</package>
<origin>http://gstreamer.net/</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
<name>audioamplify</name> <name>audioamplify</name>

View file

@ -3,7 +3,7 @@
<description>parses au streams</description> <description>parses au streams</description>
<filename>../../gst/auparse/.libs/libgstauparse.so</filename> <filename>../../gst/auparse/.libs/libgstauparse.so</filename>
<basename>libgstauparse.so</basename> <basename>libgstauparse.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Plugin contains auto-detection plugins for video/audio outputs</description> <description>Plugin contains auto-detection plugins for video/audio outputs</description>
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename> <filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
<basename>libgstautodetect.so</basename> <basename>libgstautodetect.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@
<description>Colored ASCII Art video sink</description> <description>Colored ASCII Art video sink</description>
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename> <filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
<basename>libgstcacasink.so</basename> <basename>libgstcacasink.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Cairo-based overlaying</description> <description>Cairo-based overlaying</description>
<filename>../../ext/cairo/.libs/libgstcairo.so</filename> <filename>../../ext/cairo/.libs/libgstcairo.so</filename>
<basename>libgstcairo.so</basename> <basename>libgstcairo.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Read audio from audio CDs</description> <description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename> <filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename> <basename>libgstcdio.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Audio Cutter to split audio into non-silent bits</description> <description>Audio Cutter to split audio into non-silent bits</description>
<filename>../../gst/cutter/.libs/libgstcutter.so</filename> <filename>../../gst/cutter/.libs/libgstcutter.so</filename>
<basename>libgstcutter.so</basename> <basename>libgstcutter.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>elements for testing and debugging</description> <description>elements for testing and debugging</description>
<filename>../../gst/debug/.libs/libgstdebug.so</filename> <filename>../../gst/debug/.libs/libgstdebug.so</filename>
<basename>libgstdebug.so</basename> <basename>libgstdebug.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description> <description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
<filename>../../ext/dv/.libs/libgstdv.so</filename> <filename>../../ext/dv/.libs/libgstdv.so</filename>
<basename>libgstdv.so</basename> <basename>libgstdv.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description> <description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
<filename>../../gst/debug/.libs/libgstefence.so</filename> <filename>../../gst/debug/.libs/libgstefence.so</filename>
<basename>libgstefence.so</basename> <basename>libgstefence.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>effect plugins from the effectv project</description> <description>effect plugins from the effectv project</description>
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename> <filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
<basename>libgsteffectv.so</basename> <basename>libgsteffectv.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>GStreamer audio equalizers</description> <description>GStreamer audio equalizers</description>
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename> <filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
<basename>libgstequalizer.so</basename> <basename>libgstequalizer.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ESD Element Plugins</description> <description>ESD Element Plugins</description>
<filename>../../ext/esd/.libs/libgstesd.so</filename> <filename>../../ext/esd/.libs/libgstesd.so</filename>
<basename>libgstesd.so</basename> <basename>libgstesd.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>The FLAC Lossless compressor Codec</description> <description>The FLAC Lossless compressor Codec</description>
<filename>../../ext/flac/.libs/libgstflac.so</filename> <filename>../../ext/flac/.libs/libgstflac.so</filename>
<basename>libgstflac.so</basename> <basename>libgstflac.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>FLC/FLI/FLX video decoder</description> <description>FLC/FLI/FLX video decoder</description>
<filename>../../gst/flx/.libs/libgstflxdec.so</filename> <filename>../../gst/flx/.libs/libgstflxdec.so</filename>
<basename>libgstflxdec.so</basename> <basename>libgstflxdec.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Changes gamma on video images</description> <description>Changes gamma on video images</description>
<filename>../../gst/videofilter/.libs/libgstgamma.so</filename> <filename>../../gst/videofilter/.libs/libgstgamma.so</filename>
<basename>libgstgamma.so</basename> <basename>libgstgamma.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>elements wrapping the GStreamer/GConf audio/video output settings</description> <description>elements wrapping the GStreamer/GConf audio/video output settings</description>
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename> <filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
<basename>libgstgconfelements.so</basename> <basename>libgstgconfelements.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -1,9 +1,9 @@
<plugin> <plugin>
<name>gdkpixbuf</name> <name>gdkpixbuf</name>
<description>GDK Pixbuf decoder &amp; scaler</description> <description>GdkPixbuf-based image decoder, scaler and sink</description>
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename> <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
<basename>libgstgdkpixbuf.so</basename> <basename>libgstgdkpixbuf.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>
@ -53,5 +53,20 @@
</caps> </caps>
</pads> </pads>
</element> </element>
<element>
<name>gdkpixbufsink</name>
<longname>GdkPixbuf sink</longname>
<class>Sink/Video</class>
<description>Output images as GdkPixbuf objects in bus messages</description>
<author>Tim-Philipp Müller &lt;tim centricular net&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
</pads>
</element>
</elements> </elements>
</plugin> </plugin>

View file

@ -3,7 +3,7 @@
<description>GOOM visualization filter</description> <description>GOOM visualization filter</description>
<filename>../../gst/goom/.libs/libgstgoom.so</filename> <filename>../../gst/goom/.libs/libgstgoom.so</filename>
<basename>libgstgoom.so</basename> <basename>libgstgoom.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>elements wrapping the GStreamer/HAL audio input/output devices</description> <description>elements wrapping the GStreamer/HAL audio input/output devices</description>
<filename>../../ext/hal/.libs/libgsthalelements.so</filename> <filename>../../ext/hal/.libs/libgsthalelements.so</filename>
<basename>libgsthalelements.so</basename> <basename>libgsthalelements.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Demux ICY tags from a stream</description> <description>Demux ICY tags from a stream</description>
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename> <filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
<basename>libgsticydemux.so</basename> <basename>libgsticydemux.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Demux ID3v1 and ID3v2 tags from a file</description> <description>Demux ID3v1 and ID3v2 tags from a file</description>
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename> <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
<basename>libgstid3demux.so</basename> <basename>libgstid3demux.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>JPeg plugin library</description> <description>JPeg plugin library</description>
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename> <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
<basename>libgstjpeg.so</basename> <basename>libgstjpeg.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Audio level plugin</description> <description>Audio level plugin</description>
<filename>../../gst/level/.libs/libgstlevel.so</filename> <filename>../../gst/level/.libs/libgstlevel.so</filename>
<basename>libgstlevel.so</basename> <basename>libgstlevel.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Matroska stream handling</description> <description>Matroska stream handling</description>
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename> <filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
<basename>libgstmatroska.so</basename> <basename>libgstmatroska.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>MuLaw audio conversion routines</description> <description>MuLaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstmulaw.so</filename> <filename>../../gst/law/.libs/libgstmulaw.so</filename>
<basename>libgstmulaw.so</basename> <basename>libgstmulaw.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Writes buffers to sequentially named files</description> <description>Writes buffers to sequentially named files</description>
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename> <filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
<basename>libgstmultifile.so</basename> <basename>libgstmultifile.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>multipart stream manipulation</description> <description>multipart stream manipulation</description>
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename> <filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
<basename>libgstmultipart.so</basename> <basename>libgstmultipart.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Template for a video filter</description> <description>Template for a video filter</description>
<filename>../../gst/debug/.libs/libgstnavigationtest.so</filename> <filename>../../gst/debug/.libs/libgstnavigationtest.so</filename>
<basename>libgstnavigationtest.so</basename> <basename>libgstnavigationtest.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>OSS (Open Sound System) support for GStreamer</description> <description>OSS (Open Sound System) support for GStreamer</description>
<filename>../../sys/oss/.libs/libgstossaudio.so</filename> <filename>../../sys/oss/.libs/libgstossaudio.so</filename>
<basename>libgstossaudio.so</basename> <basename>libgstossaudio.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>PNG plugin library</description> <description>PNG plugin library</description>
<filename>../../ext/libpng/.libs/libgstpng.so</filename> <filename>../../ext/libpng/.libs/libgstpng.so</filename>
<basename>libgstpng.so</basename> <basename>libgstpng.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Quicktime support</description> <description>Quicktime support</description>
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename> <filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
<basename>libgstqtdemux.so</basename> <basename>libgstqtdemux.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Real-time protocol plugins</description> <description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename> <filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename> <basename>libgstrtp.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>transfer data via RTSP</description> <description>transfer data via RTSP</description>
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename> <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
<basename>libgstrtsp.so</basename> <basename>libgstrtsp.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Sends data to an icecast server using libshout2</description> <description>Sends data to an icecast server using libshout2</description>
<filename>../../ext/shout2/.libs/libgstshout2.so</filename> <filename>../../ext/shout2/.libs/libgstshout2.so</filename>
<basename>libgstshout2.so</basename> <basename>libgstshout2.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>libshout2</package> <package>libshout2</package>

View file

@ -3,7 +3,7 @@
<description>Apply the standard SMPTE transitions on video images</description> <description>Apply the standard SMPTE transitions on video images</description>
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename> <filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
<basename>libgstsmpte.so</basename> <basename>libgstsmpte.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,10 +3,10 @@
<description>libsoup HTTP client src</description> <description>libsoup HTTP client src</description>
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename> <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
<basename>libgstsouphttpsrc.so</basename> <basename>libgstsouphttpsrc.so</basename>
<version>0.10.7.1</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,7 +3,7 @@
<description>Run an FFT on the audio signal, output spectrum data</description> <description>Run an FFT on the audio signal, output spectrum data</description>
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename> <filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
<basename>libgstspectrum.so</basename> <basename>libgstspectrum.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Speex plugin library</description> <description>Speex plugin library</description>
<filename>../../ext/speex/.libs/libgstspeex.so</filename> <filename>../../ext/speex/.libs/libgstspeex.so</filename>
<basename>libgstspeex.so</basename> <basename>libgstspeex.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Tag writing plug-in based on taglib</description> <description>Tag writing plug-in based on taglib</description>
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename> <filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
<basename>libgsttaglib.so</basename> <basename>libgsttaglib.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>transfer data via UDP</description> <description>transfer data via UDP</description>
<filename>../../gst/udp/.libs/libgstudp.so</filename> <filename>../../gst/udp/.libs/libgstudp.so</filename>
<basename>libgstudp.so</basename> <basename>libgstudp.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Changes hue, saturation, brightness etc. on video images</description> <description>Changes hue, saturation, brightness etc. on video images</description>
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename> <filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
<basename>libgstvideobalance.so</basename> <basename>libgstvideobalance.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>resizes a video by adding borders or cropping</description> <description>resizes a video by adding borders or cropping</description>
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename> <filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
<basename>libgstvideobox.so</basename> <basename>libgstvideobox.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Crops video into a user-defined region</description> <description>Crops video into a user-defined region</description>
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename> <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
<basename>libgstvideocrop.so</basename> <basename>libgstvideocrop.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Flips and rotates video</description> <description>Flips and rotates video</description>
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename> <filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
<basename>libgstvideoflip.so</basename> <basename>libgstvideoflip.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Video mixer</description> <description>Video mixer</description>
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename> <filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
<basename>libgstvideomixer.so</basename> <basename>libgstvideomixer.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Encode raw audio into WAV</description> <description>Encode raw audio into WAV</description>
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename> <filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
<basename>libgstwavenc.so</basename> <basename>libgstwavenc.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Wavpack lossless/lossy audio format handling</description> <description>Wavpack lossless/lossy audio format handling</description>
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename> <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
<basename>libgstwavpack.so</basename> <basename>libgstwavpack.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Parse a .wav file into raw audio</description> <description>Parse a .wav file into raw audio</description>
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename> <filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
<basename>libgstwavparse.so</basename> <basename>libgstwavparse.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>X11 video input plugin using standard Xlib calls</description> <description>X11 video input plugin using standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename> <filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
<basename>libgstximagesrc.so</basename> <basename>libgstximagesrc.so</basename>
<version>0.10.7</version> <version>0.10.8</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package> <package>GStreamer Good Plug-ins source release</package>

View file

@ -33,6 +33,17 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
</CVSRepository> </CVSRepository>
</repository> </repository>
<release>
<Version>
<revision>0.10.8</revision>
<branch>0.10</branch>
<name>One For The Money</name>
<created>2008-04-24</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.8.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.8.tar.gz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>0.10.7</revision> <revision>0.10.7</revision>

View file

@ -1 +1 @@
af az bg cs da en_GB es eu fi hu it ja nb nl or pl sk sq sr sv uk vi zh_CN zh_HK zh_TW af az bg cs da en_GB es eu fi hu it ja nb nl or pl ru sk sq sr sv uk vi zh_CN zh_HK zh_TW

View file

@ -244,13 +244,13 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins" #define PACKAGE_NAME "GStreamer Good 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 Good Plug-ins 0.10.7" #define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.8"
/* 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-good" #define PACKAGE_TARNAME "gst-plugins-good"
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.7" #define PACKAGE_VERSION "0.10.8"
/* Define the plugin directory */ /* Define the plugin directory */
#ifdef _DEBUG #ifdef _DEBUG
@ -266,7 +266,7 @@
#undef STDC_HEADERS #undef STDC_HEADERS
/* Version number of package */ /* Version number of package */
#define VERSION "0.10.7" #define VERSION "0.10.8"
/* 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). */