mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Bump git version after unplanned 0.10.30 release
Merge branch '0.10.30' Conflicts: configure.ac docs/plugins/inspect/plugin-1394.xml docs/plugins/inspect/plugin-aasink.xml docs/plugins/inspect/plugin-alaw.xml docs/plugins/inspect/plugin-alpha.xml docs/plugins/inspect/plugin-alphacolor.xml docs/plugins/inspect/plugin-annodex.xml docs/plugins/inspect/plugin-apetag.xml docs/plugins/inspect/plugin-audiofx.xml docs/plugins/inspect/plugin-audioparsers.xml docs/plugins/inspect/plugin-auparse.xml docs/plugins/inspect/plugin-autodetect.xml docs/plugins/inspect/plugin-avi.xml docs/plugins/inspect/plugin-cacasink.xml docs/plugins/inspect/plugin-cairo.xml docs/plugins/inspect/plugin-cutter.xml docs/plugins/inspect/plugin-debug.xml docs/plugins/inspect/plugin-deinterlace.xml docs/plugins/inspect/plugin-dv.xml docs/plugins/inspect/plugin-efence.xml docs/plugins/inspect/plugin-effectv.xml docs/plugins/inspect/plugin-equalizer.xml docs/plugins/inspect/plugin-esdsink.xml docs/plugins/inspect/plugin-flac.xml docs/plugins/inspect/plugin-flv.xml docs/plugins/inspect/plugin-flxdec.xml docs/plugins/inspect/plugin-gconfelements.xml docs/plugins/inspect/plugin-gdkpixbuf.xml docs/plugins/inspect/plugin-goom.xml docs/plugins/inspect/plugin-goom2k1.xml docs/plugins/inspect/plugin-gstrtpmanager.xml docs/plugins/inspect/plugin-halelements.xml docs/plugins/inspect/plugin-icydemux.xml docs/plugins/inspect/plugin-id3demux.xml docs/plugins/inspect/plugin-imagefreeze.xml docs/plugins/inspect/plugin-interleave.xml docs/plugins/inspect/plugin-isomp4.xml docs/plugins/inspect/plugin-jack.xml docs/plugins/inspect/plugin-jpeg.xml docs/plugins/inspect/plugin-level.xml docs/plugins/inspect/plugin-matroska.xml docs/plugins/inspect/plugin-mulaw.xml docs/plugins/inspect/plugin-multifile.xml docs/plugins/inspect/plugin-multipart.xml docs/plugins/inspect/plugin-navigationtest.xml docs/plugins/inspect/plugin-oss4.xml docs/plugins/inspect/plugin-ossaudio.xml docs/plugins/inspect/plugin-png.xml docs/plugins/inspect/plugin-pulseaudio.xml docs/plugins/inspect/plugin-replaygain.xml docs/plugins/inspect/plugin-rtp.xml docs/plugins/inspect/plugin-rtsp.xml docs/plugins/inspect/plugin-shapewipe.xml docs/plugins/inspect/plugin-shout2send.xml docs/plugins/inspect/plugin-smpte.xml docs/plugins/inspect/plugin-soup.xml docs/plugins/inspect/plugin-spectrum.xml docs/plugins/inspect/plugin-speex.xml docs/plugins/inspect/plugin-taglib.xml docs/plugins/inspect/plugin-udp.xml docs/plugins/inspect/plugin-video4linux2.xml docs/plugins/inspect/plugin-videobox.xml docs/plugins/inspect/plugin-videocrop.xml docs/plugins/inspect/plugin-videofilter.xml docs/plugins/inspect/plugin-videomixer.xml docs/plugins/inspect/plugin-wavenc.xml docs/plugins/inspect/plugin-wavpack.xml docs/plugins/inspect/plugin-wavparse.xml docs/plugins/inspect/plugin-ximagesrc.xml docs/plugins/inspect/plugin-y4menc.xml win32/common/config.h
This commit is contained in:
commit
822970901e
75 changed files with 360 additions and 353 deletions
186
ChangeLog
186
ChangeLog
|
@ -1,9 +1,189 @@
|
||||||
=== release 0.10.29 ===
|
=== release 0.10.30 ===
|
||||||
|
|
||||||
2011-05-10 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
2011-06-15 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 0.10.29, "Soft Cheese Enthusiast"
|
releasing 0.10.30, "Adagio"
|
||||||
|
|
||||||
|
2011-06-08 18:33:10 +0300 Raimo Järvi <raimo.jarvi@gmail.com>
|
||||||
|
|
||||||
|
* gst/udp/gstudpnetutils.h:
|
||||||
|
udp: Fix compiler warning on mingw-w64
|
||||||
|
Fixes: #652144.
|
||||||
|
gstudpnetutils.h:32:0: error: "WINVER" redefined
|
||||||
|
/usr/i686-w64-mingw32/sys-root/mingw/include/_mingw.h:231:0: note: this is the
|
||||||
|
location of the previous definition
|
||||||
|
|
||||||
|
2011-06-04 13:49:52 -0700 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* gst/interleave/interleave.c:
|
||||||
|
interleave: Work around changes in g_atomic API
|
||||||
|
See #651514 for details.
|
||||||
|
|
||||||
|
2011-05-18 12:36:40 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
|
||||||
|
|
||||||
|
* gst/rtp/gstrtpac3depay.c:
|
||||||
|
* gst/rtp/gstrtpbvdepay.c:
|
||||||
|
* gst/rtp/gstrtpg722depay.c:
|
||||||
|
* gst/rtp/gstrtpg726depay.c:
|
||||||
|
* gst/rtp/gstrtpgsmdepay.c:
|
||||||
|
* gst/rtp/gstrtpilbcdepay.c:
|
||||||
|
* gst/rtp/gstrtpmp1sdepay.c:
|
||||||
|
* gst/rtp/gstrtpmp2tdepay.c:
|
||||||
|
* gst/rtp/gstrtpmpvdepay.c:
|
||||||
|
* gst/rtp/gstrtppcmadepay.c:
|
||||||
|
* gst/rtp/gstrtppcmudepay.c:
|
||||||
|
* gst/rtp/gstrtpspeexdepay.c:
|
||||||
|
rtp: Fix segmentation fault processing payload buffers
|
||||||
|
This commit checks if the value returned by
|
||||||
|
gst_rtp_buffer_get_payload_buffer and
|
||||||
|
gst_rtp_buffer_get_payload_subbuffer is NULL before using it.
|
||||||
|
|
||||||
|
2011-05-16 09:04:31 +0200 Pino Toscano <toscano.pino@tiscali.it>
|
||||||
|
|
||||||
|
* ext/pulse/pulseutil.c:
|
||||||
|
pulse: Define PATH_MAX if it isn't defined
|
||||||
|
GNU Hurd for example doesn't define it.
|
||||||
|
|
||||||
|
2011-04-29 08:55:19 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/wavenc/gstwavenc.c:
|
||||||
|
wavenc: Allow setcaps to be called after a format was negotiated if it's compatible
|
||||||
|
Otherwise wavenc will fail if upstream decides to set equivalent caps or caps
|
||||||
|
with additional information later.
|
||||||
|
Thanks to Alexander Schremmer for finding this bug.
|
||||||
|
|
||||||
|
=== release 0.10.29 ===
|
||||||
|
|
||||||
|
2011-05-10 10:04:28 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* configure.ac:
|
||||||
|
* docs/plugins/gst-plugins-good-plugins.hierarchy:
|
||||||
|
* docs/plugins/gst-plugins-good-plugins.interfaces:
|
||||||
|
* docs/plugins/gst-plugins-good-plugins.prerequisites:
|
||||||
|
* docs/plugins/inspect/plugin-1394.xml:
|
||||||
|
* docs/plugins/inspect/plugin-aasink.xml:
|
||||||
|
* docs/plugins/inspect/plugin-alaw.xml:
|
||||||
|
* docs/plugins/inspect/plugin-alpha.xml:
|
||||||
|
* docs/plugins/inspect/plugin-alphacolor.xml:
|
||||||
|
* docs/plugins/inspect/plugin-annodex.xml:
|
||||||
|
* docs/plugins/inspect/plugin-apetag.xml:
|
||||||
|
* docs/plugins/inspect/plugin-audiofx.xml:
|
||||||
|
* docs/plugins/inspect/plugin-audioparsers.xml:
|
||||||
|
* docs/plugins/inspect/plugin-auparse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-autodetect.xml:
|
||||||
|
* docs/plugins/inspect/plugin-avi.xml:
|
||||||
|
* docs/plugins/inspect/plugin-cacasink.xml:
|
||||||
|
* docs/plugins/inspect/plugin-cairo.xml:
|
||||||
|
* docs/plugins/inspect/plugin-cutter.xml:
|
||||||
|
* docs/plugins/inspect/plugin-debug.xml:
|
||||||
|
* docs/plugins/inspect/plugin-deinterlace.xml:
|
||||||
|
* docs/plugins/inspect/plugin-dv.xml:
|
||||||
|
* docs/plugins/inspect/plugin-efence.xml:
|
||||||
|
* docs/plugins/inspect/plugin-effectv.xml:
|
||||||
|
* docs/plugins/inspect/plugin-equalizer.xml:
|
||||||
|
* docs/plugins/inspect/plugin-esdsink.xml:
|
||||||
|
* docs/plugins/inspect/plugin-flac.xml:
|
||||||
|
* docs/plugins/inspect/plugin-flv.xml:
|
||||||
|
* docs/plugins/inspect/plugin-flxdec.xml:
|
||||||
|
* docs/plugins/inspect/plugin-gconfelements.xml:
|
||||||
|
* docs/plugins/inspect/plugin-gdkpixbuf.xml:
|
||||||
|
* docs/plugins/inspect/plugin-goom.xml:
|
||||||
|
* docs/plugins/inspect/plugin-goom2k1.xml:
|
||||||
|
* docs/plugins/inspect/plugin-gstrtpmanager.xml:
|
||||||
|
* docs/plugins/inspect/plugin-halelements.xml:
|
||||||
|
* docs/plugins/inspect/plugin-icydemux.xml:
|
||||||
|
* docs/plugins/inspect/plugin-id3demux.xml:
|
||||||
|
* docs/plugins/inspect/plugin-imagefreeze.xml:
|
||||||
|
* docs/plugins/inspect/plugin-interleave.xml:
|
||||||
|
* docs/plugins/inspect/plugin-isomp4.xml:
|
||||||
|
* docs/plugins/inspect/plugin-jack.xml:
|
||||||
|
* docs/plugins/inspect/plugin-jpeg.xml:
|
||||||
|
* docs/plugins/inspect/plugin-level.xml:
|
||||||
|
* docs/plugins/inspect/plugin-matroska.xml:
|
||||||
|
* docs/plugins/inspect/plugin-mulaw.xml:
|
||||||
|
* docs/plugins/inspect/plugin-multifile.xml:
|
||||||
|
* docs/plugins/inspect/plugin-multipart.xml:
|
||||||
|
* docs/plugins/inspect/plugin-navigationtest.xml:
|
||||||
|
* docs/plugins/inspect/plugin-oss4.xml:
|
||||||
|
* docs/plugins/inspect/plugin-ossaudio.xml:
|
||||||
|
* docs/plugins/inspect/plugin-png.xml:
|
||||||
|
* docs/plugins/inspect/plugin-pulseaudio.xml:
|
||||||
|
* docs/plugins/inspect/plugin-replaygain.xml:
|
||||||
|
* docs/plugins/inspect/plugin-rtp.xml:
|
||||||
|
* docs/plugins/inspect/plugin-rtsp.xml:
|
||||||
|
* docs/plugins/inspect/plugin-shapewipe.xml:
|
||||||
|
* docs/plugins/inspect/plugin-shout2send.xml:
|
||||||
|
* docs/plugins/inspect/plugin-smpte.xml:
|
||||||
|
* docs/plugins/inspect/plugin-soup.xml:
|
||||||
|
* docs/plugins/inspect/plugin-spectrum.xml:
|
||||||
|
* docs/plugins/inspect/plugin-speex.xml:
|
||||||
|
* docs/plugins/inspect/plugin-taglib.xml:
|
||||||
|
* docs/plugins/inspect/plugin-udp.xml:
|
||||||
|
* docs/plugins/inspect/plugin-video4linux2.xml:
|
||||||
|
* docs/plugins/inspect/plugin-videobox.xml:
|
||||||
|
* docs/plugins/inspect/plugin-videocrop.xml:
|
||||||
|
* docs/plugins/inspect/plugin-videofilter.xml:
|
||||||
|
* docs/plugins/inspect/plugin-videomixer.xml:
|
||||||
|
* docs/plugins/inspect/plugin-wavenc.xml:
|
||||||
|
* docs/plugins/inspect/plugin-wavpack.xml:
|
||||||
|
* docs/plugins/inspect/plugin-wavparse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-ximagesrc.xml:
|
||||||
|
* docs/plugins/inspect/plugin-y4menc.xml:
|
||||||
|
* gst-plugins-good.doap:
|
||||||
|
* po/af.po:
|
||||||
|
* po/az.po:
|
||||||
|
* po/bg.po:
|
||||||
|
* po/ca.po:
|
||||||
|
* po/cs.po:
|
||||||
|
* po/da.po:
|
||||||
|
* po/de.po:
|
||||||
|
* po/el.po:
|
||||||
|
* po/en_GB.po:
|
||||||
|
* po/es.po:
|
||||||
|
* po/eu.po:
|
||||||
|
* po/fi.po:
|
||||||
|
* po/fr.po:
|
||||||
|
* po/gl.po:
|
||||||
|
* po/hu.po:
|
||||||
|
* po/id.po:
|
||||||
|
* po/it.po:
|
||||||
|
* po/ja.po:
|
||||||
|
* po/lt.po:
|
||||||
|
* po/lv.po:
|
||||||
|
* po/mt.po:
|
||||||
|
* po/nb.po:
|
||||||
|
* po/nl.po:
|
||||||
|
* po/or.po:
|
||||||
|
* po/pl.po:
|
||||||
|
* po/pt_BR.po:
|
||||||
|
* po/ro.po:
|
||||||
|
* po/ru.po:
|
||||||
|
* po/sk.po:
|
||||||
|
* po/sl.po:
|
||||||
|
* po/sq.po:
|
||||||
|
* po/sr.po:
|
||||||
|
* po/sv.po:
|
||||||
|
* po/tr.po:
|
||||||
|
* po/uk.po:
|
||||||
|
* po/vi.po:
|
||||||
|
* po/zh_CN.po:
|
||||||
|
* po/zh_HK.po:
|
||||||
|
* po/zh_TW.po:
|
||||||
|
* win32/common/config.h:
|
||||||
|
Release 0.10.29
|
||||||
|
Highlights:
|
||||||
|
- amrparse, aacparse, ac3parse, flacparse, mpegaudioparse, dcaparse audio parsers (moved from -bad)
|
||||||
|
- muxers now mux based on running time
|
||||||
|
- ISO MP4 muxers: mp4mux/3gppmux/qtmux/mj2mux (moved from -bad)
|
||||||
|
- new matroskaparse element
|
||||||
|
- new v4l2radio element
|
||||||
|
- rtpsession: support RTCP Early Feedback (the AVPF profile)
|
||||||
|
- orc 0.4.14 or newer recommended
|
||||||
|
- many other fixes and improvements
|
||||||
|
|
||||||
2011-05-05 13:24:23 +0200 Edward Hervey <edward.hervey@collabora.co.uk>
|
2011-05-05 13:24:23 +0200 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
|
|
13
NEWS
13
NEWS
|
@ -1,4 +1,15 @@
|
||||||
This is GStreamer Good Plug-ins 0.10.29, "Soft Cheese Enthusiast"
|
This is GStreamer Good Plug-ins 0.10.30, "Adagio"
|
||||||
|
|
||||||
|
Changes since 0.10.29:
|
||||||
|
|
||||||
|
* work around GLib atomic ops API change
|
||||||
|
* better handling of malformed buffers in RTP depayloders
|
||||||
|
* some minor compilation fixes
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.29:
|
||||||
|
|
||||||
|
* 650470 : rtp: some depayloaders break with malformed rtp packets
|
||||||
|
* 652144 : udp: fix compiler warning on mingw-w64
|
||||||
|
|
||||||
Changes since 0.10.28:
|
Changes since 0.10.28:
|
||||||
|
|
||||||
|
|
213
RELEASE
213
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Good Plug-ins 0.10.29 "Soft Cheese Enthusiast"
|
Release notes for GStreamer Good Plug-ins 0.10.30 "Adagio"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -52,163 +52,14 @@ contains a set of less supported plug-ins that haven't passed the
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* audioparser: new amrparse, aacparse, ac3parse, flacparse, mpegaudioparse, dcaparse elements
|
* work around GLib atomic ops API change
|
||||||
* audiowsincband: Add new windowing functions: gaussian, cos and hann
|
* better handling of malformed buffers in RTP depayloders
|
||||||
* audiowsincband: Fix range of kernel elements (lim -> lim-1)
|
* some minor compilation fixes
|
||||||
* audiowsinclimimt: Add new windows to high/low-pass filters: gaussian, cosine, hann
|
|
||||||
* audiowsinclimit: Fix range of kernel elements (lim -> lim-1) in high/low-pass filters
|
|
||||||
* avidemux: also add the frame-type for the stream index.
|
|
||||||
* avidemux, flvdemux: mark delta-units in the index
|
|
||||||
* avidemux: stream->current_total is accumulated byte size and not time
|
|
||||||
* avimux: add stream-format field to h264 pad template caps
|
|
||||||
* avimux: rework _request_new_pad to handle explict req-pad-names
|
|
||||||
* avimux: use running time for synchronization
|
|
||||||
* cairooverlay: Add generic Cairo overlay video element.
|
|
||||||
* debugutils: remove bitrotten negotiation element
|
|
||||||
* deinterlace: add support for NV12 and NV21 formats; fix greedyl method
|
|
||||||
* dvdemux: first try if upstream handles TIME seeks before handling them here and other event handling fixes
|
|
||||||
* flacdec: fix issues with large metadata blocks when streaming unframed flac
|
|
||||||
* flacenc: Add support for writing METADATA_BLOCK_PICTURE blocks for GST_TAG_IMAGE and GST_TAG_PREVIEW_IMAGE
|
|
||||||
* flacenc: Don't store image tags inside the vorbiscomments and the flac metadata
|
|
||||||
* flvdemux: add width, height and framerate to caps when present on onMetaData
|
|
||||||
* flvdemux: Do not build an index if upstream is not seekable
|
|
||||||
* flvdemux: fix deadlock on setting index on flvdemux
|
|
||||||
* flvmux: don't overwrite metadata tag with duration in streaming mode
|
|
||||||
* flvmux: don't set duration for live stream
|
|
||||||
* flvmux: use running time for synchronization
|
|
||||||
* flv: specify stream-format for h264 in the pad template caps
|
|
||||||
* icydemux: fix tag list handling issues that might have caused crashes
|
|
||||||
* j2kpay: skip EPH packets
|
|
||||||
* jitterbuffer: also estimate eos if very near eos
|
|
||||||
* jitterbuffer: avoid trying to buffer more than is available
|
|
||||||
* jitterbuffer: handle position query
|
|
||||||
* matroskademux: better calculation of output framerate
|
|
||||||
* matroskademux: properly resume cluster scanning
|
|
||||||
* matroskademux: pull mode should always report seekable
|
|
||||||
* matroskademux: set stream-format=byte-stream on h264 caps if there's no codec data
|
|
||||||
* matroskademux: store cluster positions provided by SeekHead
|
|
||||||
* matroskamux: add support for A-Law and µ-Law
|
|
||||||
* matroskamux: avoid building index when streamable
|
|
||||||
* matroskamux: use running time for stream synchronization
|
|
||||||
* matroskamux: add stream-format field to h264 pad template caps
|
|
||||||
* matroska: Use ARTIST Matroska tag instead of AUTHOR for GST_TAG_ARTIST
|
|
||||||
* matroskaparse: new element
|
|
||||||
* monoscope: stability (off-by-one) and memory leak fixes
|
|
||||||
* pngdec: handle 16-bit-per-channel images
|
|
||||||
* pulsesink: also uncork during EOS waiting (and after EOS is rendered)
|
|
||||||
* pulsesink: fix deadlock if connecting to PA fails
|
|
||||||
* pulsesink: release pa_shared_resource_mutex before pa_threaded_mainloop_wait
|
|
||||||
* qtdemux: Adds more h264 fields to its caps
|
|
||||||
* qtdemux: Add support for 2Vuy and r210
|
|
||||||
* qtdemux: don't error out when there's a problem parsing non-vital headers
|
|
||||||
* qtdemux: avoid skipping exposing a stream following a removed stream
|
|
||||||
* qtdemux: Check for invalid (empty) classification info entity strings
|
|
||||||
* qtdemux: extract MusicBrainz tags
|
|
||||||
* qtdemux: mind rounding issues when converting from global time to mov time
|
|
||||||
* qtdemux: propagate error during expose_streams
|
|
||||||
* qtdemux: support some more mpeg-4 fourcc variants
|
|
||||||
* qtdemux: take configured start time into account
|
|
||||||
* isomp4: move mp4mux/3gppmux/qtmux from -bad to -good, rename qtdemux plugin to isomp4
|
|
||||||
* rtpbin: Don't try to request the same request pad twice
|
|
||||||
* rtpbin: fix setting the SDES property
|
|
||||||
* rtpbin: Get and use the NTP time when receiving RTCP
|
|
||||||
* rtpmanager: ignore a BYE if it is sent with our internal SSRC
|
|
||||||
* rtpptdemux: Tag upstream custom events with payload type
|
|
||||||
* rtpsession: add action signal to request early RTCP
|
|
||||||
* rtpsession: add "rtcp-min-interval" property for minimum interval between Regular RTCP messages
|
|
||||||
* rtpsession: Don't relay more than one PLI request per RTT
|
|
||||||
* rtpsession: Emit "on-ssrc-validated" when validating by RTCP
|
|
||||||
* rtpsession: Emit signal on incoming RTCP feedback packet
|
|
||||||
* rtpsession: Emit signal when sending a compound RTCP packet
|
|
||||||
* rtpsession: Implement sending PLI packets in response to GstForceKeyUnit
|
|
||||||
* rtpsession: Number of active sources should be updated whenever the status of the source changes to active
|
|
||||||
* rtpsession: Send GstForceKeyUnit event in response to received RTCP PLI
|
|
||||||
* rtpsource: Retain RTCP Feedback packets for a specified amount of time
|
|
||||||
* rtpssrcdemux: Tag upstream custom events with SSRC
|
|
||||||
* rtpssrcdemux: Unknown SSRC is not fatal
|
|
||||||
* rtpspeexpay: Do not transmit samples with GAP flag
|
|
||||||
* rtptheoradepay: Request new keyframe on lost packets
|
|
||||||
* rtpvrawpay: add support for interlaced video
|
|
||||||
* rtspsrc: distribute new base_time to manager children following flush seek
|
|
||||||
* rtspsrc: handle * control correctly
|
|
||||||
* rtspsrc: improve recovery from failed seek
|
|
||||||
* spectrum: miscellaneous optimisations, add multi-channel support
|
|
||||||
* speexdec: Always process the number of frames per packet as specified in the header
|
|
||||||
* speexdec: get and use streamheader from the caps if possible
|
|
||||||
* speexenc: Use speex intern silence detection
|
|
||||||
* theorapay: handle 0-sized packets (which are repeat frames)
|
|
||||||
* udpsink: warn when packet is too large
|
|
||||||
* v4l2: Add PJPG mapping
|
|
||||||
* v4l2: fix interlaced set_format configuration
|
|
||||||
* v4l2: new v4l2radio element to control analog radio devices
|
|
||||||
* videobalance: fix handling of YUV images with 'odd' widths
|
|
||||||
* videoflip: add support for YUY2, UVYV and YVYU
|
|
||||||
* videoflip: fix invalid memory access for odd resolutions and Y422
|
|
||||||
* videomixer2: Add transparent background option for alpha channel formats
|
|
||||||
* videomixer: Add transparent background option for alpha channel formats
|
|
||||||
* videomixer: Fix argb/rgba overlay orc code
|
|
||||||
* wavparse: tune output max buffer size to material
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 564122 : Crash in monoscope_update
|
* 650470 : RTP: Some depayloaders break with malformed rtp packets
|
||||||
* 432612 : [matroskamux] doesn't handle segments correctly
|
* 652144 : [udp] Fix compiler warning on mingw-w64
|
||||||
* 593482 : Spectrum: Multi-Channel support and Stereo to Mono compat report(cross-correlation)
|
|
||||||
* 595520 : Implement a generic cairo overlay
|
|
||||||
* 622553 : rtpmanager: Implement RFC 4585 (AVPF / early feedback)
|
|
||||||
* 636699 : [PLUGIN-MOVE] qtmux: move to -good
|
|
||||||
* 639994 : videomixer2: added 'transparent' background option
|
|
||||||
* 640118 : v4l2: add element to control radio devices
|
|
||||||
* 640163 : rtspsrc: minor leak
|
|
||||||
* 640249 : [taginject] Taginject does not allow to change tags after init
|
|
||||||
* 640483 : flvdemux: Video's width, height and/or framerate src caps added when present on onMetaData
|
|
||||||
* 640542 : matroskamux leaks memory after reset
|
|
||||||
* 641330 : icydemux: crash while playing MP3 stream in amarok
|
|
||||||
* 641332 : can't connect vorbisenc ! queue ! matroskamux
|
|
||||||
* 641400 : [deinterlace] Handle image caps without asserting
|
|
||||||
* 641827 : rtptheorapay: doesn't handle 0-size packets
|
|
||||||
* 642205 : qtdemux: extract MusicBrainz tags
|
|
||||||
* 642337 : [souphttpsrc] Add support for URI queries
|
|
||||||
* 642412 : gstrtpbin with ignore-pt tries to use NULL stream- > demux during uninitialization
|
|
||||||
* 642691 : deinterlace: Miscellaneous cleanup
|
|
||||||
* 642879 : qtmux: add a 'variant' with the bare video/quicktime media type
|
|
||||||
* 642961 : NV12 colorspace support for deinterlace plugin
|
|
||||||
* 642963 : [dvdemux] time based upstream seek
|
|
||||||
* 643087 : pulsesink: deadlock in gst_pulseringbuffer_open_device
|
|
||||||
* 643981 : [cairooverlay] example uses gtk/gtk-x11 unnecessarily
|
|
||||||
* 644288 : generic/states check fails
|
|
||||||
* 644477 : [jack] doesn't build with jack > = 0.120.2
|
|
||||||
* 644510 : pulsesink: deadlock when create/connect fails
|
|
||||||
* 644669 : gstspeexdec causes 'Conditional jump depends on uninitialised value'
|
|
||||||
* 644773 : Add support for Y422 colorspaces in videoflip element
|
|
||||||
* 644849 : [speexdec] Remove warning message when it is inappropriate
|
|
||||||
* 644875 : [matroskademux] can't read the ARTIST tag in a Matroska file
|
|
||||||
* 645858 : [flvdemux] memory leak when demuxing infinite FLV files
|
|
||||||
* 645961 : [pulsesink] hangs when going from paused to playing near EOS
|
|
||||||
* 646397 : rtpjitterbuffer base_time broken by commit f84b8a69
|
|
||||||
* 646474 : rtpspeexpay should drop empty samples
|
|
||||||
* 646567 : [matroska] Add alaw/mulaw audio support
|
|
||||||
* 646800 : rtspsrc: control attribute on the session and not on the media
|
|
||||||
* 646954 : rtpgstpay: declare frag_offset to hold 32 bits
|
|
||||||
* 646964 : rtpmanager: ignore a BYE if it is sent with our internal SSRC
|
|
||||||
* 646965 : rtpmanager: Number of active sources should be updated whenever the status of the source changes to active
|
|
||||||
* 646966 : rtpssrcdemux: Unknown SSRC is not fatal
|
|
||||||
* 646967 : rtpsession: make iterate_internal_links MT-safe
|
|
||||||
* 646999 : [regression] pulsesink: underruns while playing WMA
|
|
||||||
* 647263 : REGRESSION: rtpsession: fix wrongly applied patch
|
|
||||||
* 647510 : audiowsinclimit uses the wrong limits for the range of the kernel elements
|
|
||||||
* 647511 : add other common windows to low/high-pass filters in audiowsinclimit.c
|
|
||||||
* 647659 : mp3parse / mpegaudioparse fails to detect VBRI header in mpeg1 mono and mpeg2 files
|
|
||||||
* 647833 : matroskademux: bad at guessing the framerate
|
|
||||||
* 647848 : Failure to compile with GCC 4.6.x due to variable unused but set warnings being treated as errors
|
|
||||||
* 647919 : qtmux: silently corrupts h264 streams with legacy caps
|
|
||||||
* 648004 : [quicktime] Rename plugin library to quicktime too
|
|
||||||
* 648160 : Remove half-complete bits of RTCP FIR support
|
|
||||||
* 648589 : jpegdec: documentation typo " jpegddec "
|
|
||||||
* 649060 : flvmux: overwrites metadata tags with duration in streamable=false mode
|
|
||||||
* 649449 : [gppmux] Failure to write location
|
|
||||||
* 566769 : [flacdec] crash in push mode with large header packet (image)
|
|
||||||
* 644730 : [matroskamux] Should return TRUE in the event function when the event is handled
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -237,55 +88,9 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* "Carsten Kroll
|
|
||||||
* Alejandro Gonzalez
|
|
||||||
* Alessandro Decina
|
|
||||||
* Alexey Chernov
|
|
||||||
* Alexey Fisher
|
|
||||||
* Andoni Morales Alastruey
|
|
||||||
* Arun Raghavan
|
|
||||||
* Benjamin Otte
|
|
||||||
* Christian Fredrik Kalager Schaller
|
|
||||||
* Christian Schaller
|
|
||||||
* David Hoyt
|
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Edward Hervey
|
* Jose Antonio Santos Cadenas
|
||||||
* Felipe Contreras
|
* Pino Toscano
|
||||||
* Haakon Sporsheim
|
* Raimo Järvi
|
||||||
* Havard Graff
|
|
||||||
* Jan Schmidt
|
|
||||||
* Jan Urbanski
|
|
||||||
* Jan Urbański
|
|
||||||
* Jon Nordby
|
|
||||||
* Jordi Burguet-Castell
|
|
||||||
* Josep Torra
|
|
||||||
* Joshua M. Doe
|
|
||||||
* Julien Moutte
|
|
||||||
* LRN
|
|
||||||
* Lane Brooks
|
|
||||||
* Lasse Laukkanen
|
|
||||||
* Leonardo Sandoval
|
|
||||||
* Luis de Bethencourt
|
|
||||||
* Marc-André Lureau
|
|
||||||
* Mark Nauwelaerts
|
|
||||||
* Michael Smith
|
|
||||||
* Ole André Vadla Ravnås
|
|
||||||
* Olivier Crête
|
|
||||||
* Pascal Buhler
|
|
||||||
* Philip Jägenstedt
|
|
||||||
* Philippe Normand
|
|
||||||
* René Stadler
|
|
||||||
* Rob Clark
|
|
||||||
* Robert Swain
|
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Stefan Kost
|
|
||||||
* Thiago Santos
|
|
||||||
* Thiago Sousa Santos
|
|
||||||
* Thibault Saunier
|
|
||||||
* Tim-Philipp Müller
|
|
||||||
* Tom Janiszewski
|
|
||||||
* Vincent Penquerc'h
|
|
||||||
* Wim Taymans
|
|
||||||
* Youness Alaoui
|
|
||||||
* Zaheer Abbas Merali
|
|
||||||
|
|
|
@ -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, git and prerelease does -Werror too
|
dnl releases only do -Wall, git and prerelease does -Werror too
|
||||||
dnl use a three digit version number for releases, and four for git/pre
|
dnl use a three digit version number for releases, and four for git/pre
|
||||||
AC_INIT(GStreamer Good Plug-ins, 0.10.29.1,
|
AC_INIT(GStreamer Good Plug-ins, 0.10.30.1,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-good)
|
gst-plugins-good)
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@ AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.10.33
|
GST_REQ=0.10.35.1
|
||||||
GSTPB_REQ=0.10.33
|
GSTPB_REQ=0.10.35.1
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Source for video data via IEEE1394 interface</description>
|
<description>Source for video 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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
|
<description>RGBA from/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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Parsers for various audio formats</description>
|
<description>Parsers for various audio formats</description>
|
||||||
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
|
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
|
||||||
<basename>libgstaudioparsers.so</basename>
|
<basename>libgstaudioparsers.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
|
<description>Plugin contains auto-detection plugins for video/audio in- and 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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>AVI stream handling</description>
|
<description>AVI stream handling</description>
|
||||||
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
||||||
<basename>libgstavi.so</basename>
|
<basename>libgstavi.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Cairo-based elements</description>
|
<description>Cairo-based elements</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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>elements for testing and debugging</description>
|
<description>elements for testing and debugging</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
|
||||||
<basename>libgstdebug.so</basename>
|
<basename>libgstdebug.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Deinterlacer</description>
|
<description>Deinterlacer</description>
|
||||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||||
<basename>libgstdeinterlace.so</basename>
|
<basename>libgstdeinterlace.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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/debugutils/.libs/libgstefence.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstefence.so</filename>
|
||||||
<basename>libgstefence.so</basename>
|
<basename>libgstefence.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>FLV muxing and demuxing plugin</description>
|
<description>FLV muxing and demuxing plugin</description>
|
||||||
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
||||||
<basename>libgstflv.so</basename>
|
<basename>libgstflv.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GdkPixbuf-based image decoder, scaler and sink</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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GOOM 2k1 visualization filter</description>
|
<description>GOOM 2k1 visualization filter</description>
|
||||||
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
||||||
<basename>libgstgoom2k1.so</basename>
|
<basename>libgstgoom2k1.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>RTP session management plugin library</description>
|
<description>RTP session management plugin library</description>
|
||||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||||
<basename>libgstrtpmanager.so</basename>
|
<basename>libgstrtpmanager.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Still frame stream generator</description>
|
<description>Still frame stream generator</description>
|
||||||
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
|
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
|
||||||
<basename>libgstimagefreeze.so</basename>
|
<basename>libgstimagefreeze.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Audio interleaver/deinterleaver</description>
|
<description>Audio interleaver/deinterleaver</description>
|
||||||
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
||||||
<basename>libgstinterleave.so</basename>
|
<basename>libgstinterleave.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ISO base media file format support (mp4, 3gpp, qt, mj2)</description>
|
<description>ISO base media file format support (mp4, 3gpp, qt, mj2)</description>
|
||||||
<filename>../../gst/isomp4/.libs/libgstisomp4.so</filename>
|
<filename>../../gst/isomp4/.libs/libgstisomp4.so</filename>
|
||||||
<basename>libgstisomp4.so</basename>
|
<basename>libgstisomp4.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>JACK audio elements</description>
|
<description>JACK audio elements</description>
|
||||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||||
<basename>libgstjack.so</basename>
|
<basename>libgstjack.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Matroska and WebM stream handling</description>
|
<description>Matroska and WebM 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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Reads/Writes buffers from/to sequentially named files</description>
|
<description>Reads/Writes buffers from/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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Template for a video filter</description>
|
<description>Template for a video filter</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
||||||
<basename>libgstnavigationtest.so</basename>
|
<basename>libgstnavigationtest.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||||
<basename>libgstoss4audio.so</basename>
|
<basename>libgstoss4audio.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>PulseAudio plugin library</description>
|
<description>PulseAudio plugin library</description>
|
||||||
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
||||||
<basename>libgstpulse.so</basename>
|
<basename>libgstpulse.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ReplayGain volume normalization</description>
|
<description>ReplayGain volume normalization</description>
|
||||||
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
||||||
<basename>libgstreplaygain.so</basename>
|
<basename>libgstreplaygain.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Shape Wipe transition filter</description>
|
<description>Shape Wipe transition filter</description>
|
||||||
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
||||||
<basename>libgstshapewipe.so</basename>
|
<basename>libgstshapewipe.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>libshout2</package>
|
<package>libshout2</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>elements for Video 4 Linux</description>
|
<description>elements for Video 4 Linux</description>
|
||||||
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||||
<basename>libgstvideo4linux2.so</basename>
|
<basename>libgstvideo4linux2.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Video filters plugin</description>
|
<description>Video filters plugin</description>
|
||||||
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
|
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
|
||||||
<basename>libgstvideofilter.so</basename>
|
<basename>libgstvideofilter.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -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.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||||
<basename>libgsty4menc.so</basename>
|
<basename>libgsty4menc.so</basename>
|
||||||
<version>0.10.29.1</version>
|
<version>0.10.30.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-good</source>
|
<source>gst-plugins-good</source>
|
||||||
<package>GStreamer Good Plug-ins git</package>
|
<package>GStreamer Good Plug-ins git</package>
|
||||||
|
|
|
@ -32,6 +32,17 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.10.30</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>Adagio</name>
|
||||||
|
<created>2011-06-15</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.30.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.30.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.29</revision>
|
<revision>0.10.29</revision>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
|
||||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||||
#define GST_PACKAGE_RELEASE_DATETIME "2011-05-14T08:44Z"
|
#define GST_PACKAGE_RELEASE_DATETIME "2011-05-18T13:36Z"
|
||||||
|
|
||||||
/* struct v4l2_buffer missing */
|
/* struct v4l2_buffer missing */
|
||||||
#undef GST_V4L2_MISSING_BUFDECL
|
#undef GST_V4L2_MISSING_BUFDECL
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
#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.29.1"
|
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.30.1"
|
||||||
|
|
||||||
/* 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"
|
||||||
|
@ -405,7 +405,7 @@
|
||||||
#undef PACKAGE_URL
|
#undef PACKAGE_URL
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "0.10.29.1"
|
#define PACKAGE_VERSION "0.10.30.1"
|
||||||
|
|
||||||
/* directory where plugins are located */
|
/* directory where plugins are located */
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
@ -436,7 +436,7 @@
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.10.29.1"
|
#define VERSION "0.10.30.1"
|
||||||
|
|
||||||
/* old wavpack API */
|
/* old wavpack API */
|
||||||
#undef WAVPACK_OLD_API
|
#undef WAVPACK_OLD_API
|
||||||
|
|
Loading…
Reference in a new issue