mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Release 0.10.16
This commit is contained in:
parent
8c529a719f
commit
0efa34f0d5
106 changed files with 6120 additions and 285 deletions
100
NEWS
100
NEWS
|
@ -1,4 +1,102 @@
|
|||
This is GStreamer Good Plug-ins 0.10.15, "I've been up all night"
|
||||
This is GStreamer Good Plug-ins 0.10.16, "Secret Handshakes"
|
||||
|
||||
Changes since 0.10.15:
|
||||
|
||||
* Moved rtpmanager from -bad to -good
|
||||
* Implement SEEKING query in more demuxers and decoders (notably mkv, flv, flac)
|
||||
* avimux: adds support to WMA/WMV
|
||||
* cairo: Add cairo-based PDF/PS/SVG encoder element (cairorender)
|
||||
* dv1394src: fix element for live usage
|
||||
* effectv: new elements: rippletv, streaktv, radioactv, optv
|
||||
* flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seeking
|
||||
* flacenc: fix issue with broken duration / sample count into flac header in some cases
|
||||
* flvmux: lots of fixes and improvements
|
||||
* id3demux: fix parsing of unsync'ed ID3 v2.4 tags and frames
|
||||
* matroska: add kate subtitle support, add/improve WMA/WMV handling and read bluray PGS subpicture streams
|
||||
* multipartdemux: support more mime types, do proper flow aggregation
|
||||
* pulsesrc: cleanups, report real latency, set the default slave method to skew
|
||||
* qtdemux: support for agsm, misc. tag reading fixes
|
||||
* rtp: new QDM2 and CELT depayloaders; fix SVQ3 depayloader and make it autopluggable
|
||||
* souphttpsrc: Only assume seekability if the server provides Content-Length
|
||||
* v4l2: add v4l2sink element, open device in NULL->READY, optional gudev support
|
||||
* v4l2src: fix 'hang' with some cameras caused by bad timestamping if no framerate is available
|
||||
* videomixer: add RGB format support; fix I420 blending
|
||||
|
||||
Bugs fixed since 0.10.15:
|
||||
|
||||
* 331420 : No PDF/PostScript/SVG encoder in GStreamer yet.
|
||||
* 499242 : [patch] workaround the broken tags encoding for mp3 files
|
||||
* 521625 : [plugin-move] move rtpmanager from -bad to -good
|
||||
* 560033 : [v4l2src] returns caps with a range where max == min
|
||||
* 564100 : [avidemux] premature EOS streaming mjpeg file with JUNK tags
|
||||
* 564501 : [rtph264pay] bytestream scan mode operation is not reliable
|
||||
* 567983 : [avidemux] SAMPLE.AVI fails to play in push mode
|
||||
* 577017 : Videomixer blend bgra and ayuv
|
||||
* 577318 : rtspsrc appears to be leaking memory
|
||||
* 578052 : gstavidemux: support seeking and duration query in default format
|
||||
* 578166 : libgstwaveform, gstwaveformsink.c " BYTE " instead of " byte "
|
||||
* 578612 : [flacdec] seek on flac file sometimes triggers flac decoder ABORT
|
||||
* 580214 : Equalizer starts distorting the sound after a while.
|
||||
* 580732 : AVIMUX needs mappings for Windows Media codecs
|
||||
* 582153 : rtpmp4vpay does not payload mp4v stream depayloaded with rtpmp4vdepay
|
||||
* 582169 : [multipartdemux] Segmentation fault on empty content
|
||||
* 582462 : souphttpsrc should set caps for " audio/L16 " mime_type
|
||||
* 583593 : Updates for SunAudio plugin
|
||||
* 583640 : [v4lsrc/v4l2src] add support for better device detection with libgudev
|
||||
* 584455 : [flacenc] sometimes writes broken flac files
|
||||
* 584613 : rtpvrawpay seems to produce fixed-length packets padded with random data
|
||||
* 585205 : [rtpmp4gdepay?] Unable to play audio from one specific radio station stream
|
||||
* 585361 : [gstwaveformsink.c] 'byte' is not defined in MSVCRT
|
||||
* 585559 : buffer-list support for rtph264pay, rtpjpegpay and rtpmp4vpay
|
||||
* 585576 : [souphttpsrc] initially reports all servers as seekable
|
||||
* 585630 : [PATCH] Don't try to test flacdec if it's not build
|
||||
* 585699 : GNOME Goal: Remove deprecated glib symbols
|
||||
* 585757 : Remove deprecated GTK+ symbols from unused code
|
||||
* 585828 : audioamplify should support more formats
|
||||
* 585831 : audioamplify should support no clipping
|
||||
* 586397 : gstudpnetutils.h fails to build on FreeBSD
|
||||
* 587426 : non fast-start mov files fail to play from http locations
|
||||
* 587680 : rtp/ts does not repackage cleanly to rtp; mpegvideoparse/rtpmpvpay: timing issues
|
||||
* 587826 : gstavidemux.c: s/GST_DISABLE_DEBUG/GST_DISABLE_GST_DEBUG
|
||||
* 587982 : [udp] uninitialized variable in gst_udp_get_addr function
|
||||
* 587983 : [avidemux] assert format failed
|
||||
* 588148 : [id3demux] APIC tag not found mp3 file
|
||||
* 588349 : [effectv] Add new optv effect filter
|
||||
* 588359 : [effectv] Add radioactv effect filter
|
||||
* 588368 : [effectv] Add streaktv effect filter
|
||||
* 588483 : [flacenc] write padding metadata block
|
||||
* 588695 : [effectv] Add rippletv effect filter
|
||||
* 588777 : [souphttpsrc] don't try to authenticate if no username/password is set
|
||||
* 589056 : [qtdemux] no audio in videos from Aiptek camera
|
||||
* 589365 : [pulsesink] pa_stream_get_sink_input_info() failed: Invalid argument
|
||||
* 589423 : [flacdec] Implement SEEKING query
|
||||
* 589424 : [flvdemux] Implement SEEKING query
|
||||
* 589459 : [pulsesink] Fix a couple error messages that mentioned incorrect function names.
|
||||
* 590038 : pulsesink: pa_timing_info- > configured_sink_usec requires pulse 0.9.11
|
||||
* 590280 : [v4l2] add v4l2sink
|
||||
* 590401 : GstPulseSrc's pulse probe is not initialized correctly
|
||||
* 590447 : [flvmux] crashes when writing index with < = 128 entries
|
||||
* 590970 : [souphttpsrc] better fix for compiler warning fix
|
||||
* 591451 : [v4l2] causes hanging stream when VIDIOC_G_PARM is not supported
|
||||
* 591476 : Possible leak in rtpbin
|
||||
* 591712 : [dvdec] sets top field first not bottom field first on pal interlaced content
|
||||
* 591747 : [v4l2src] should clear formats list when it closes the device
|
||||
* 591951 : pipelines/simple-launch-lines check segfaults with libjpeg 7
|
||||
* 592232 : [qtdemux] QT style string tag extraction fails
|
||||
* 592530 : Get only glitches and noise trying to play a gsm file
|
||||
* 593015 : pa_stream_flush() seems to cause sync issues
|
||||
* 585911 : matroskademux seems to leak large amounts of memory when seeking (skipping)
|
||||
* 576378 : [matroskamux] add support for WMA2 and WMV2
|
||||
* 564437 : rtpjpegdepay was unable to handle frame dimensions greater than 2040
|
||||
* 582515 : Quicktime file with PCM audio does not play correctly
|
||||
* 583048 : [patch] jpegdec: support for larger pictures
|
||||
* 583371 : pulsesink: Print message on underflows
|
||||
* 583803 : pngdec: mismatched g_malloc/free
|
||||
* 584981 : Gstreamer wavparse Could not demultiplex stream
|
||||
* 585056 : regression: no more sound in my H.264+AAC clips
|
||||
* 585549 : Add RTP blocksize functionality to rtspsrc element
|
||||
* 585842 : Support for GstBufferList in gstmultiudpsink
|
||||
|
||||
|
||||
Changes since 0.10.14:
|
||||
|
||||
|
|
228
RELEASE
228
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Good Plug-ins 0.10.15 "I've been up all night"
|
||||
Release notes for GStreamer Good Plug-ins 0.10.16 "Secret Handshakes"
|
||||
|
||||
|
||||
|
||||
|
@ -54,83 +54,100 @@ contains a set of less supported plug-ins that haven't passed the
|
|||
|
||||
Features of this release
|
||||
|
||||
* Some fixes for seeking in wav and FLAC files
|
||||
* Faster seeking in Matroska and AVI files
|
||||
* RTSP and RTP improvements
|
||||
* directdrawsink moved to Bad
|
||||
* y4menc and flvmux/flvdemux moved from Bad
|
||||
* deinterlace2 moved from Bad, replacing deinterlace
|
||||
* Many bug fixes and improvements
|
||||
* Pulseaudio sink completely overhauled
|
||||
* Moved rtpmanager from -bad to -good
|
||||
* Implement SEEKING query in more demuxers and decoders (notably mkv, flv, flac)
|
||||
* avimux: adds support to WMA/WMV
|
||||
* cairo: Add cairo-based PDF/PS/SVG encoder element (cairorender)
|
||||
* dv1394src: fix element for live usage
|
||||
* effectv: new elements: rippletv, streaktv, radioactv, optv
|
||||
* flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seeking
|
||||
* flacenc: fix issue with broken duration / sample count into flac header in some cases
|
||||
* flvmux: lots of fixes and improvements
|
||||
* id3demux: fix parsing of unsync'ed ID3 v2.4 tags and frames
|
||||
* matroska: add kate subtitle support, add/improve WMA/WMV handling and read bluray PGS subpicture streams
|
||||
* multipartdemux: support more mime types, do proper flow aggregation
|
||||
* pulsesrc: cleanups, report real latency, set the default slave method to skew
|
||||
* qtdemux: support for agsm, misc. tag reading fixes
|
||||
* rtp: new QDM2 and CELT depayloaders; fix SVQ3 depayloader and make it autopluggable
|
||||
* souphttpsrc: Only assume seekability if the server provides Content-Length
|
||||
* v4l2: add v4l2sink element, open device in NULL->READY, optional gudev support
|
||||
* v4l2src: fix 'hang' with some cameras caused by bad timestamping if no framerate is available
|
||||
* videomixer: add RGB format support; fix I420 blending
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 572551 : mpeg4videoparse fails to extract codec_data from this net...
|
||||
* 331420 : No PDF/PostScript/SVG encoder in GStreamer yet.
|
||||
* 499242 : [patch] workaround the broken tags encoding for mp3 files
|
||||
* 521625 : [plugin-move] move rtpmanager from -bad to -good
|
||||
* 560033 : [v4l2src] returns caps with a range where max == min
|
||||
* 564100 : [avidemux] premature EOS streaming mjpeg file with JUNK tags
|
||||
* 564501 : [rtph264pay] bytestream scan mode operation is not reliable
|
||||
* 567983 : [avidemux] SAMPLE.AVI fails to play in push mode
|
||||
* 577017 : Videomixer blend bgra and ayuv
|
||||
* 577318 : rtspsrc appears to be leaking memory
|
||||
* 576286 : [videomixer] Should accept/output non-alpha streams
|
||||
* 581333 : rtspsrc: request_pt_map in gstrtspsrc.c fails to return c...
|
||||
* 478092 : gstid3v2mux.cc:deprecated conversion from string constant...
|
||||
* 486915 : [videomixer] segmentation fault on gst-inspect
|
||||
* 509311 : [rtph263pay] rtph263pay does not follow rfc2190
|
||||
* 516031 : flac within ogg container can't be played on Jokosher
|
||||
* 537537 : [pulse] Latency issues
|
||||
* 537609 : RTSP - rtspsrc module support for Scale header
|
||||
* 552650 : [rtspsrc] (partially) fails SETUP with MS RTSP servers
|
||||
* 562168 : Good plugins' configury overloads --disable-debug
|
||||
* 563574 : v4l2src should capture in non-blocking mode
|
||||
* 567140 : G726 Packetizer issue for 24kbps & 40 kbps datarate
|
||||
* 567857 : [udpsrc] loop on gst_poll_wait when POLLERR because of icmp
|
||||
* 570781 : [alawdec] spews ERROR debug messages on shutdown/seek/not...
|
||||
* 571153 : [pulsemixer] compiler warnings (on ARM)
|
||||
* 571321 : gconfvideo{src,sink} don't disconnect gconf notifications
|
||||
* 572256 : gst/avi/gstavidemux.c: Alignment trap in gst_avi_demux_pa...
|
||||
* 572358 : law encoders _getcaps ignore rate/channel if not both are...
|
||||
* 572413 : [jpegenc] crashes if no input format has been set
|
||||
* 573173 : Added Quicktime HTTP tunneling to the RTSP src element
|
||||
* 573342 : Unconditioned EAFNOSUPPORT in gstudpnetutils.c
|
||||
* 573343 : Type mismatches in gstdirectdrawsink.c
|
||||
* 573721 : [PLUGIN-MOVE] move directdrawsink back to -bad
|
||||
* 573737 : [PLUGIN-MOVE] Move FLV to -good
|
||||
* 574270 : [rtspsrc] Range request is wrong (should say: npt=now-)
|
||||
* 574275 : flacdec ! appsink with a seek seems to drop the first buffer
|
||||
* 577468 : [id3demux] Frames not extracted if tag is unsynchronised
|
||||
* 577609 : [id3v2mux] write RVA2 frames for peak/gain volume data
|
||||
* 577671 : [rtspsrc] deadlock on shutdown (locking order problem?)
|
||||
* 578052 : gstavidemux: support seeking and duration query in defaul...
|
||||
* 578135 : [qtdemux] missing 3gpp Asset metadata handling
|
||||
* 578310 : [matroskamux] - Should suppport speex
|
||||
* 579070 : [sunaudio] fix compiler warnings
|
||||
* 579422 : flacdec can block allocating before it sent a new-segment
|
||||
* 579808 : [jpegdec] Doesn't support additional 0xff before end marker
|
||||
* 580746 : [qtdemux] 3GPP classification entity byte order reversed
|
||||
* 580783 : [PLUGIN-MOVE] Move y4menc to -good
|
||||
* 580851 : rtspsrc: various; sanity of ranges, setting of base_time ...
|
||||
* 580880 : gstrtpjpegpay is not functioning properly; rtp jpeg paylo...
|
||||
* 581329 : rtspsrc: NAT dummy packets not being sent
|
||||
* 581568 : ability for replaygain plugin to post level messages
|
||||
* 581806 : [souphttpsrc] Should allow overriding the referer
|
||||
* 581884 : [PLUGIN-MOVE] Move deinterlace2 to gst-plugins-good
|
||||
* 582252 : rganalysis test broken by recent commit
|
||||
* 582281 : [rtp] Forgets to link to $(LIBM)
|
||||
* 582387 : [avidemux] Seeking regression
|
||||
* 582420 : flacdec unit test broken on PPC
|
||||
* 582661 : [deinterlace] Fix latency query to return unbound max lat...
|
||||
* 582715 : gcc warnings about unitialized
|
||||
* 582753 : flacdec check fails
|
||||
* 582794 : rganalysis unit test fails with git core
|
||||
* 568278 : [qtdemux] add support for vob subtitle streams
|
||||
* 569611 : GStreamer videobox element draws thin green lines on edge...
|
||||
* 571294 : [matroskamux] Should ignore framerate of 0/1
|
||||
* 574169 : avidemux/theoradec don't work well together
|
||||
* 575234 : Network interface selection for multicasting with the udp...
|
||||
* 576729 : [rtspsrc] perform EOS handling earlier
|
||||
* 578257 : Image problems using rtpjpeg(de)pay
|
||||
* 579069 : rtp h263pay build fixes
|
||||
* 580554 : PATCH: qtdemux: fix demuxing of m4v streams with ac-3 audio
|
||||
* 581432 : [multipartdemux] source pads are leaked
|
||||
* 581444 : [multipartdemux] free memory read of buffer timestamp
|
||||
* 582218 : Uninitialized variable may be used in gstavidemux.c
|
||||
* 575937 : udp/gstudpnetutils.c: ip_mreqn unavailable on Solaris (an...
|
||||
* 578052 : gstavidemux: support seeking and duration query in default format
|
||||
* 578166 : libgstwaveform, gstwaveformsink.c " BYTE " instead of " byte "
|
||||
* 578612 : [flacdec] seek on flac file sometimes triggers flac decoder ABORT
|
||||
* 580214 : Equalizer starts distorting the sound after a while.
|
||||
* 580732 : AVIMUX needs mappings for Windows Media codecs
|
||||
* 582153 : rtpmp4vpay does not payload mp4v stream depayloaded with rtpmp4vdepay
|
||||
* 582169 : [multipartdemux] Segmentation fault on empty content
|
||||
* 582462 : souphttpsrc should set caps for " audio/L16 " mime_type
|
||||
* 583593 : Updates for SunAudio plugin
|
||||
* 583640 : [v4lsrc/v4l2src] add support for better device detection with libgudev
|
||||
* 584455 : [flacenc] sometimes writes broken flac files
|
||||
* 584613 : rtpvrawpay seems to produce fixed-length packets padded with random data
|
||||
* 585205 : [rtpmp4gdepay?] Unable to play audio from one specific radio station stream
|
||||
* 585361 : [gstwaveformsink.c] 'byte' is not defined in MSVCRT
|
||||
* 585559 : buffer-list support for rtph264pay, rtpjpegpay and rtpmp4vpay
|
||||
* 585576 : [souphttpsrc] initially reports all servers as seekable
|
||||
* 585630 : [PATCH] Don't try to test flacdec if it's not build
|
||||
* 585699 : GNOME Goal: Remove deprecated glib symbols
|
||||
* 585757 : Remove deprecated GTK+ symbols from unused code
|
||||
* 585828 : audioamplify should support more formats
|
||||
* 585831 : audioamplify should support no clipping
|
||||
* 586397 : gstudpnetutils.h fails to build on FreeBSD
|
||||
* 587426 : non fast-start mov files fail to play from http locations
|
||||
* 587680 : rtp/ts does not repackage cleanly to rtp; mpegvideoparse/rtpmpvpay: timing issues
|
||||
* 587826 : gstavidemux.c: s/GST_DISABLE_DEBUG/GST_DISABLE_GST_DEBUG
|
||||
* 587982 : [udp] uninitialized variable in gst_udp_get_addr function
|
||||
* 587983 : [avidemux] assert format failed
|
||||
* 588148 : [id3demux] APIC tag not found mp3 file
|
||||
* 588349 : [effectv] Add new optv effect filter
|
||||
* 588359 : [effectv] Add radioactv effect filter
|
||||
* 588368 : [effectv] Add streaktv effect filter
|
||||
* 588483 : [flacenc] write padding metadata block
|
||||
* 588695 : [effectv] Add rippletv effect filter
|
||||
* 588777 : [souphttpsrc] don't try to authenticate if no username/password is set
|
||||
* 589056 : [qtdemux] no audio in videos from Aiptek camera
|
||||
* 589365 : [pulsesink] pa_stream_get_sink_input_info() failed: Invalid argument
|
||||
* 589423 : [flacdec] Implement SEEKING query
|
||||
* 589424 : [flvdemux] Implement SEEKING query
|
||||
* 589459 : [pulsesink] Fix a couple error messages that mentioned incorrect function names.
|
||||
* 590038 : pulsesink: pa_timing_info- > configured_sink_usec requires pulse 0.9.11
|
||||
* 590280 : [v4l2] add v4l2sink
|
||||
* 590401 : GstPulseSrc's pulse probe is not initialized correctly
|
||||
* 590447 : [flvmux] crashes when writing index with < = 128 entries
|
||||
* 590970 : [souphttpsrc] better fix for compiler warning fix
|
||||
* 591451 : [v4l2] causes hanging stream when VIDIOC_G_PARM is not supported
|
||||
* 591476 : Possible leak in rtpbin
|
||||
* 591712 : [dvdec] sets top field first not bottom field first on pal interlaced content
|
||||
* 591747 : [v4l2src] should clear formats list when it closes the device
|
||||
* 591951 : pipelines/simple-launch-lines check segfaults with libjpeg 7
|
||||
* 592232 : [qtdemux] QT style string tag extraction fails
|
||||
* 592530 : Get only glitches and noise trying to play a gsm file
|
||||
* 593015 : pa_stream_flush() seems to cause sync issues
|
||||
* 585911 : matroskademux seems to leak large amounts of memory when seeking (skipping)
|
||||
* 576378 : [matroskamux] add support for WMA2 and WMV2
|
||||
* 564437 : rtpjpegdepay was unable to handle frame dimensions greater than 2040
|
||||
* 582515 : Quicktime file with PCM audio does not play correctly
|
||||
* 583048 : [patch] jpegdec: support for larger pictures
|
||||
* 583371 : pulsesink: Print message on underflows
|
||||
* 583803 : pngdec: mismatched g_malloc/free
|
||||
* 584981 : Gstreamer wavparse Could not demultiplex stream
|
||||
* 585056 : regression: no more sound in my H.264+AAC clips
|
||||
* 585549 : Add RTP blocksize functionality to rtspsrc element
|
||||
* 585842 : Support for GstBufferList in gstmultiudpsink
|
||||
|
||||
Download
|
||||
|
||||
|
@ -159,55 +176,56 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Andy Wingo
|
||||
* Alex Ugarte
|
||||
* Ali Sabil
|
||||
* Arnout Vandecappelle
|
||||
* Aurelien Grimaud
|
||||
* Benjamin Otte
|
||||
* Chris Winter
|
||||
* Benjamin Gaignard
|
||||
* Branko Subasic
|
||||
* Brian Cameron
|
||||
* Christian Schaller
|
||||
* David Adam
|
||||
* David I. Lehn
|
||||
* Colin Guthrie
|
||||
* David Schleef
|
||||
* Edgar E. Iglesias
|
||||
* Edward Hervey
|
||||
* Felipe Contreras
|
||||
* Gabriel Bouvigne
|
||||
* Elaine Xiong
|
||||
* Filippo Argiolas
|
||||
* Ghislain 'Aus' Lacroix
|
||||
* Hans de Goede
|
||||
* James Andrewartha
|
||||
* Håvard Graff
|
||||
* Jan Schmidt
|
||||
* Jan Smout
|
||||
* Jan Urbanski
|
||||
* Janin Kolenc
|
||||
* Johan Dahlin
|
||||
* Jonathan Matthew
|
||||
* Jens Granseuer
|
||||
* John Keeping
|
||||
* Jonathan Tellier
|
||||
* Josep Torra
|
||||
* Julien Moutte
|
||||
* Laszlo Pandy
|
||||
* Leif Johnson
|
||||
* Levente Farkas
|
||||
* Marc-Andre Lureau
|
||||
* Marco Ballesio
|
||||
* Kipp Cannon
|
||||
* Koop Mast
|
||||
* Krzysztof Błaszkowski
|
||||
* Laurent Glayal
|
||||
* Luc Deschenaux
|
||||
* Luis Menina
|
||||
* Lutz Mueller
|
||||
* Marc Leeman
|
||||
* Mark Nauwelaerts
|
||||
* Martin Eikermann
|
||||
* Michael Smith
|
||||
* Olivier Crete
|
||||
* Marvin Schmidt
|
||||
* Ognyan Tonchev
|
||||
* Ole André Vadla Ravnås
|
||||
* Olivier Crête
|
||||
* Patrick Radizi
|
||||
* Peter Kjellerstedt
|
||||
* René Stadler
|
||||
* Ronald S. Bultje
|
||||
* Philip Jägenstedt
|
||||
* Philippe Normand
|
||||
* Rob Clark
|
||||
* Sebastian Dröge
|
||||
* Sjoerd Simons
|
||||
* Stefan Kost
|
||||
* Steve Lhomme
|
||||
* Stéphane Loeuillet
|
||||
* Thiago Santos
|
||||
* Thijs Vermeir
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Tristan Matthews
|
||||
* Wai-Ming Ho
|
||||
* Vincent Penquerc'h
|
||||
* Wim Taymans
|
||||
* Wrobell
|
||||
* Youness Alaoui
|
||||
* Zaheer Merali
|
||||
* Zeeshan Ali (Khattak)
|
||||
* Руслан Ижбулатов
|
||||
|
|
@ -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/pre
|
||||
AC_INIT(GStreamer Good Plug-ins, 0.10.15.5,
|
||||
AC_INIT(GStreamer Good Plug-ins, 0.10.16,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-good)
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Source for video data via IEEE1394 interface</description>
|
||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||
<basename>libgst1394.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASCII Art video sink</description>
|
||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||
<basename>libgstaasink.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ALaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
||||
<basename>libgstalaw.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>adds an alpha channel to video - constant or via chroma-keying</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
||||
<basename>libgstalpha.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RGBA to AYUV colorspace conversion preserving the alpha channel</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
||||
<basename>libgstalphacolor.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
|
||||
<filename>../../ext/annodex/.libs/libgstannodex.so</filename>
|
||||
<basename>libgstannodex.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>APEv1/2 tag reader</description>
|
||||
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
|
||||
<basename>libgstapetag.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio effects plugin</description>
|
||||
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
|
||||
<basename>libgstaudiofx.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>parses au streams</description>
|
||||
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
||||
<basename>libgstauparse.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
|
||||
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
||||
<basename>libgstautodetect.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>AVI stream handling</description>
|
||||
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
||||
<basename>libgstavi.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Colored ASCII Art video sink</description>
|
||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||
<basename>libgstcacasink.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Cairo-based elements</description>
|
||||
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
||||
<basename>libgstcairo.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio Cutter to split audio into non-silent bits</description>
|
||||
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
|
||||
<basename>libgstcutter.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements for testing and debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
|
||||
<basename>libgstdebug.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Deinterlacer</description>
|
||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||
<basename>libgstdeinterlace.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
||||
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
||||
<basename>libgstdv.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<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/debugutils/.libs/libgstefence.so</filename>
|
||||
<basename>libgstefence.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>effect plugins from the effectv project</description>
|
||||
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
||||
<basename>libgsteffectv.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GStreamer audio equalizers</description>
|
||||
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
|
||||
<basename>libgstequalizer.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ESD Element Plugins</description>
|
||||
<filename>../../ext/esd/.libs/libgstesd.so</filename>
|
||||
<basename>libgstesd.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>The FLAC Lossless compressor Codec</description>
|
||||
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
||||
<basename>libgstflac.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>FLV muxing and demuxing plugin</description>
|
||||
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
||||
<basename>libgstflv.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>FLC/FLI/FLX video decoder</description>
|
||||
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
||||
<basename>libgstflxdec.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Changes gamma on video images</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstgamma.so</filename>
|
||||
<basename>libgstgamma.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
|
||||
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
|
||||
<basename>libgstgconfelements.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GdkPixbuf-based image decoder, scaler and sink</description>
|
||||
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
||||
<basename>libgstgdkpixbuf.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GOOM visualization filter</description>
|
||||
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
||||
<basename>libgstgoom.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GOOM 2k1 visualization filter</description>
|
||||
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
||||
<basename>libgstgoom2k1.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RTP session management plugin library</description>
|
||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||
<basename>libgstrtpmanager.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements wrapping the GStreamer/HAL audio input/output devices</description>
|
||||
<filename>../../ext/hal/.libs/libgsthalelements.so</filename>
|
||||
<basename>libgsthalelements.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demux ICY tags from a stream</description>
|
||||
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
|
||||
<basename>libgsticydemux.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demux ID3v1 and ID3v2 tags from a file</description>
|
||||
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
|
||||
<basename>libgstid3demux.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio interleaver/deinterleaver</description>
|
||||
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
||||
<basename>libgstinterleave.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>JPeg plugin library</description>
|
||||
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
||||
<basename>libgstjpeg.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio level plugin</description>
|
||||
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
||||
<basename>libgstlevel.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Matroska stream handling</description>
|
||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||
<basename>libgstmatroska.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MuLaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||
<basename>libgstmulaw.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Writes buffers to sequentially named files</description>
|
||||
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
|
||||
<basename>libgstmultifile.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>multipart stream manipulation</description>
|
||||
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
|
||||
<basename>libgstmultipart.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Template for a video filter</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
||||
<basename>libgstnavigationtest.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>OSS (Open Sound System) support for GStreamer</description>
|
||||
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
||||
<basename>libgstossaudio.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>PNG plugin library</description>
|
||||
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
||||
<basename>libgstpng.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>PulseAudio plugin library</description>
|
||||
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
||||
<basename>libgstpulse.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Quicktime support</description>
|
||||
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
|
||||
<basename>libgstqtdemux.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ReplayGain volume normalization</description>
|
||||
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
||||
<basename>libgstreplaygain.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Real-time protocol plugins</description>
|
||||
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
||||
<basename>libgstrtp.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>transfer data via RTSP</description>
|
||||
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
||||
<basename>libgstrtsp.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Sends data to an icecast server using libshout2</description>
|
||||
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
||||
<basename>libgstshout2.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>libshout2</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Apply the standard SMPTE transitions on video images</description>
|
||||
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
||||
<basename>libgstsmpte.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libsoup HTTP client src</description>
|
||||
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
|
||||
<basename>libgstsouphttpsrc.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Run an FFT on the audio signal, output spectrum data</description>
|
||||
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
|
||||
<basename>libgstspectrum.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Speex plugin library</description>
|
||||
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
||||
<basename>libgstspeex.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Tag writing plug-in based on taglib</description>
|
||||
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
||||
<basename>libgsttaglib.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>transfer data via UDP</description>
|
||||
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
||||
<basename>libgstudp.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good 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/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||
<basename>libgstvideo4linux2.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Changes hue, saturation, brightness etc. on video images</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
|
||||
<basename>libgstvideobalance.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>resizes a video by adding borders or cropping</description>
|
||||
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
||||
<basename>libgstvideobox.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Crops video into a user-defined region</description>
|
||||
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
||||
<basename>libgstvideocrop.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Flips and rotates video</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
|
||||
<basename>libgstvideoflip.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Video mixer</description>
|
||||
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
||||
<basename>libgstvideomixer.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encode raw audio into WAV</description>
|
||||
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
||||
<basename>libgstwavenc.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Wavpack lossless/lossy audio format handling</description>
|
||||
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
|
||||
<basename>libgstwavpack.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parse a .wav file into raw audio</description>
|
||||
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
||||
<basename>libgstwavparse.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>X11 video input plugin using standard Xlib calls</description>
|
||||
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
|
||||
<basename>libgstximagesrc.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||
<basename>libgsty4menc.so</basename>
|
||||
<version>0.10.15.1</version>
|
||||
<version>0.10.16</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git/prerelease</package>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -33,6 +33,17 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
|||
</CVSRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.16</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>Secret Handshakes</name>
|
||||
<created>2009-08-28</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.16.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.16.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.15</revision>
|
||||
|
|
2
po/af.po
2
po/af.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.7.6\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2004-03-18 14:16+0200\n"
|
||||
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
|
||||
"Language-Team: Afrikaans <i18n@af.org.za>\n"
|
||||
|
|
2
po/az.po
2
po/az.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-0.8.0\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2004-03-19 18:29+0200\n"
|
||||
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
|
||||
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
|
||||
|
|
2
po/bg.po
2
po/bg.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.14.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-05-15 22:41+0300\n"
|
||||
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
|
||||
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
|
||||
|
|
2
po/ca.po
2
po/ca.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.9.7\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2005-12-04 21:54+0100\n"
|
||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
||||
"Language-Team: Catalan <ca@dodds.net>\n"
|
||||
|
|
2
po/cs.po
2
po/cs.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good-0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-17 01:30+0200\n"
|
||||
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
|
||||
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
|
||||
|
|
2
po/da.po
2
po/da.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good-0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-12 23:54+0200\n"
|
||||
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||
|
|
2
po/de.po
2
po/de.po
|
@ -14,7 +14,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-22 17:03+0200\n"
|
||||
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
|
||||
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.8.1\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2004-04-26 10:41-0400\n"
|
||||
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
|
||||
"Language-Team: English (British) <en_gb@li.org>\n"
|
||||
|
|
2
po/es.po
2
po/es.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.14.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-06-11 14:02+0200\n"
|
||||
"Last-Translator: Jorge González González <aloriel@gmail.com>\n"
|
||||
"Language-Team: Spanish <es@li.org>\n"
|
||||
|
|
2
po/eu.po
2
po/eu.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good-0.9.7\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2005-12-02 16:50+0100\n"
|
||||
"Last-Translator: Mikel Olasagasti <hey_neken@mundurat.net>\n"
|
||||
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
|
||||
|
|
2
po/fi.po
2
po/fi.po
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-12 20:53+0300\n"
|
||||
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
|
||||
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
|
||||
|
|
2
po/fr.po
2
po/fr.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.10.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2008-10-21 09:30+0200\n"
|
||||
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
|
||||
"Language-Team: French <traduc@traduc.org>\n"
|
||||
|
|
2
po/hu.po
2
po/hu.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-12 23:38+0200\n"
|
||||
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
|
||||
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
|
||||
|
|
2
po/id.po
2
po/id.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-24 11:15-0400\n"
|
||||
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
|
||||
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
|
||||
|
|
2
po/it.po
2
po/it.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-13 10:51+0200\n"
|
||||
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
|
||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||
|
|
2
po/ja.po
2
po/ja.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.14.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-06-01 19:29+0900\n"
|
||||
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
|
||||
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
|
||||
|
|
2
po/lt.po
2
po/lt.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good-0.10.7.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2008-07-09 13:37+0300\n"
|
||||
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
|
||||
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
|
||||
|
|
2
po/lv.po
2
po/lv.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-20 11:35+0100\n"
|
||||
"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
|
||||
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
|
||||
|
|
2
po/mt.po
2
po/mt.po
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good-0.10.10.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2008-10-26 19:09+0100\n"
|
||||
"Last-Translator: Michel Bugeja <michelbugeja@rabatmalta.com>\n"
|
||||
"Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"
|
||||
|
|
2
po/nb.po
2
po/nb.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.6\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2007-11-03 14:42+0100\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
||||
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
||||
|
|
2
po/nl.po
2
po/nl.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-12 22:49+0200\n"
|
||||
"Last-Translator: Freek de Kruijf <f.de.kruijf@hetnet.nl>\n"
|
||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
||||
|
|
2
po/or.po
2
po/or.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-0.8.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
|
||||
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
|
||||
"Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
|
||||
|
|
2
po/pl.po
2
po/pl.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-12 22:01+0200\n"
|
||||
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
|
||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-20 23:46-0300\n"
|
||||
"Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
|
||||
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
|
||||
|
|
2
po/ru.po
2
po/ru.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-02-12 14:35+0200\n"
|
||||
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
|
||||
"Language-Team: Russian <gnu@mx.ru>\n"
|
||||
|
|
2
po/sk.po
2
po/sk.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.10.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2008-11-04 09:23+0100\n"
|
||||
"Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
|
||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||
|
|
2
po/sq.po
2
po/sq.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.8.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2004-08-07 20:29+0200\n"
|
||||
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
|
||||
"Language-Team: Albanian <begraj@hotmail.com>\n"
|
||||
|
|
2
po/sr.po
2
po/sr.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.7.6\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2004-03-13 00:18+0100\n"
|
||||
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
|
||||
"Language-Team: Serbian <gnu@prevod.org>\n"
|
||||
|
|
2
po/sv.po
2
po/sv.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.15.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2009-08-24 17:32+0100\n"
|
||||
"POT-Creation-Date: 2009-08-28 23:17+0100\n"
|
||||
"PO-Revision-Date: 2009-08-12 20:04+0100\n"
|
||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue