From b305c85ddd27a93fcfbb90414fefc87c821cc63c Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 19 Sep 2013 10:50:23 +0200 Subject: Release 1.1.90 --- ChangeLog | 700 +++++++++++++++++++++++- NEWS | 2 +- RELEASE | 51 +- configure.ac | 8 +- docs/plugins/gst-plugins-good-plugins.args | 32 +- docs/plugins/gst-plugins-good-plugins.hierarchy | 2 + docs/plugins/inspect/plugin-1394.xml | 2 +- docs/plugins/inspect/plugin-aasink.xml | 2 +- docs/plugins/inspect/plugin-alaw.xml | 2 +- docs/plugins/inspect/plugin-alpha.xml | 2 +- docs/plugins/inspect/plugin-alphacolor.xml | 2 +- docs/plugins/inspect/plugin-apetag.xml | 2 +- docs/plugins/inspect/plugin-audiofx.xml | 2 +- docs/plugins/inspect/plugin-audioparsers.xml | 2 +- docs/plugins/inspect/plugin-auparse.xml | 2 +- docs/plugins/inspect/plugin-autodetect.xml | 2 +- docs/plugins/inspect/plugin-avi.xml | 2 +- docs/plugins/inspect/plugin-cacasink.xml | 2 +- docs/plugins/inspect/plugin-cairo.xml | 2 +- docs/plugins/inspect/plugin-cutter.xml | 2 +- docs/plugins/inspect/plugin-debug.xml | 2 +- docs/plugins/inspect/plugin-deinterlace.xml | 2 +- docs/plugins/inspect/plugin-dtmf.xml | 2 +- docs/plugins/inspect/plugin-dv.xml | 2 +- docs/plugins/inspect/plugin-effectv.xml | 2 +- docs/plugins/inspect/plugin-equalizer.xml | 2 +- docs/plugins/inspect/plugin-flac.xml | 2 +- docs/plugins/inspect/plugin-flv.xml | 2 +- docs/plugins/inspect/plugin-flxdec.xml | 2 +- docs/plugins/inspect/plugin-gdkpixbuf.xml | 2 +- docs/plugins/inspect/plugin-goom.xml | 2 +- docs/plugins/inspect/plugin-goom2k1.xml | 2 +- docs/plugins/inspect/plugin-icydemux.xml | 2 +- docs/plugins/inspect/plugin-id3demux.xml | 2 +- docs/plugins/inspect/plugin-imagefreeze.xml | 2 +- docs/plugins/inspect/plugin-interleave.xml | 2 +- docs/plugins/inspect/plugin-isomp4.xml | 2 +- docs/plugins/inspect/plugin-jack.xml | 2 +- docs/plugins/inspect/plugin-jpeg.xml | 2 +- docs/plugins/inspect/plugin-level.xml | 2 +- docs/plugins/inspect/plugin-matroska.xml | 2 +- docs/plugins/inspect/plugin-mulaw.xml | 2 +- docs/plugins/inspect/plugin-multifile.xml | 2 +- docs/plugins/inspect/plugin-multipart.xml | 2 +- docs/plugins/inspect/plugin-navigationtest.xml | 2 +- docs/plugins/inspect/plugin-oss4.xml | 2 +- docs/plugins/inspect/plugin-ossaudio.xml | 2 +- docs/plugins/inspect/plugin-png.xml | 2 +- docs/plugins/inspect/plugin-pulseaudio.xml | 2 +- docs/plugins/inspect/plugin-replaygain.xml | 2 +- docs/plugins/inspect/plugin-rtp.xml | 44 +- docs/plugins/inspect/plugin-rtpmanager.xml | 2 +- docs/plugins/inspect/plugin-rtsp.xml | 2 +- docs/plugins/inspect/plugin-shapewipe.xml | 2 +- docs/plugins/inspect/plugin-shout2send.xml | 2 +- docs/plugins/inspect/plugin-smpte.xml | 2 +- docs/plugins/inspect/plugin-soup.xml | 2 +- docs/plugins/inspect/plugin-spectrum.xml | 2 +- docs/plugins/inspect/plugin-speex.xml | 2 +- docs/plugins/inspect/plugin-taglib.xml | 2 +- docs/plugins/inspect/plugin-udp.xml | 2 +- docs/plugins/inspect/plugin-video4linux2.xml | 2 +- docs/plugins/inspect/plugin-videobox.xml | 2 +- docs/plugins/inspect/plugin-videocrop.xml | 2 +- docs/plugins/inspect/plugin-videofilter.xml | 2 +- docs/plugins/inspect/plugin-videomixer.xml | 2 +- docs/plugins/inspect/plugin-vpx.xml | 2 +- docs/plugins/inspect/plugin-wavenc.xml | 2 +- docs/plugins/inspect/plugin-wavpack.xml | 2 +- docs/plugins/inspect/plugin-wavparse.xml | 2 +- docs/plugins/inspect/plugin-ximagesrc.xml | 2 +- docs/plugins/inspect/plugin-y4menc.xml | 2 +- gst-plugins-good.doap | 10 + win32/common/config.h | 11 +- 74 files changed, 885 insertions(+), 105 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62af7fdd3..cb7b048f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,705 @@ +=== release 1.1.90 === + +2013-09-19 Sebastian Dröge + + * configure.ac: + releasing 1.1.90 + +2013-09-19 09:45:18 +0200 Sebastian Dröge + + * po/cs.po: + * po/nl.po: + * po/pl.po: + * po/uk.po: + * po/vi.po: + po: Update translations + +2013-09-11 14:27:02 -0400 Olivier Crête + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: dmabuf is not a singleton anymore + https://bugzilla.gnome.org/show_bug.cgi?id=707793 + +2013-09-16 13:53:45 -0300 Thiago Santos + + * ext/soup/gstsouphttpsrc.c: + souphttpsrc: do not do http requests in READY + HEAD requests to discover if the server is seekable shouldn't be done in + READY as it might lock the main thread that is doing the state change. + https://bugzilla.gnome.org/show_bug.cgi?id=705371 + +2013-09-18 16:32:28 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: reevaluate the current timer after timeout + When we trigger the timeout logic of a timer, reevaluate it because it is + possible that it still has the lowest timeout. + +2013-09-18 16:31:26 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: don't update time when unscheduled + Don't try to estimate the current time when we got unscheduled. + +2013-09-18 16:29:37 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: init packet spacing on first buffer + Already init the packet spacing variables on the first buffer so that we can + calculate the spacing on the second buffer already. + +2013-09-18 15:08:45 +0200 Wim Taymans + + * tests/check/elements/rtpjitterbuffer.c: + tests: fix comments + +2013-09-18 14:57:09 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: push the lost event from the timer thread + Instead of pushing the lost event from the chain function, schedule a timeout + that will push the lost event from the timer thread. This avoid blocking the + upstream thread while we push and sync the event. + +2013-09-18 14:23:55 +0200 Wim Taymans + + * tests/check/elements/rtpjitterbuffer.c: + rtpjitterbuffer: add another test + The test is modified slightly because the late lost packets are only + generated now when a large gap is received. + +2013-09-18 14:12:47 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + * tests/check/elements/rtpjitterbuffer.c: + rtpjitterbuffer: round gap duration to multiple of duration + Make sure the gap duration in the lost event is a multiple of the packet + duration. + Enable another test. + +2013-09-18 12:29:38 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + * tests/check/Makefile.am: + * tests/check/elements/rtpjitterbuffer.c: + rtpjitterbuffer: keep track of duration + Keep track of the estimated duration of missing packets and use it in the lost + event. + Enable another unit test + +2013-09-18 11:59:28 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + * tests/check/elements/rtpjitterbuffer.c: + rtpjitterbuffer: handle large gaps with one lost event + When we have a large number of missing packets, generate one lost event for all + the packets that have no chance of being pushed out in time. + Fix and activate unit test for large gaps. + +2013-09-18 11:56:38 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: refactor lost event sending + Also make sure we only increment the expected seqnum and last + output timestamp. + +2013-09-17 23:21:09 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + jitterbuffer: refactor timeout triggers + +2013-09-17 23:03:45 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + jitterbuffer: simplify the timeout code + Keep track of the current time in the timeout loop. + Loop over all timers and trigger all the expired ones, we can do this in the + same loop that selects the new best timer. + +2013-09-17 23:01:17 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + jitterbuffer: rearrange timer update code + Also update the timers when retransmission is disabled. We need to + do this because when we added LOST timers when we detected missing packets and + we need to remove those timers when the packet finally arrives. + +2013-09-17 22:02:04 +0100 Tim-Philipp Müller + + * gst/videomixer/Makefile.am: + videomixer: link to libm for maths stuff + Fixes undefined references to rint and pow on ubuntu + build bot. + +2013-09-17 15:19:42 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + jitterbuffer: release lock on shutdown + +2013-09-17 15:11:41 +0200 Wim Taymans + + * tests/check/Makefile.am: + check: change for videomixer renamed orc file + +2013-09-14 16:03:20 +0200 Matej Knopp + + * gst/isomp4/gstqtmux.c: + qtmux: remove MAX_TOLERATED_LATENESS + https://bugzilla.gnome.org/show_bug.cgi?id=707411 + +2013-09-16 15:54:37 +0200 Wim Taymans + + * tests/examples/rtp/client-H264-rtx.sh: + examples: we don't need the queue anymore + +2013-09-16 15:53:47 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + jitterbuffer: use separate thread for timeouts + Use a separate thread for scheduling the timeouts instead of using the + downstream streaming thread that might block at any time. + +2013-09-14 15:56:04 +0200 Matej Knopp + + * gst/isomp4/gstqtmux.c: + qtmux: set first_ts to DTS for streams that have DTS + https://bugzilla.gnome.org/show_bug.cgi?id=707340 + +2013-09-14 15:55:22 +0200 Matej Knopp + + * gst/isomp4/gstqtmux.c: + qtmux: make sure duration is a valid number for last buffer + https://bugzilla.gnome.org/show_bug.cgi?id=707340 + +2013-09-14 15:54:29 +0200 Matej Knopp + + * gst/isomp4/gstqtmux.c: + qtmux: use segment.start or last buffer end time in case of missing DTS + https://bugzilla.gnome.org/show_bug.cgi?id=707340 + +2013-09-03 18:14:04 +0200 Matej Knopp + + * gst/isomp4/gstqtmux.c: + Revert qtmux: Use buffer PTS if DTS is not set" + This reverts commit f72c3cf71fde622067f41f31a53978ba4c94469d. + https://bugzilla.gnome.org/show_bug.cgi?id=707340 + +2013-09-16 11:03:06 +0200 Sebastian Dröge + + * gst/videomixer/videomixerorc-dist.c: + * gst/videomixer/videomixerorc-dist.h: + videomixer: Update orc generated files + https://bugzilla.gnome.org/show_bug.cgi?id=708131 + +2013-09-13 16:25:49 +0200 Olivier Crête + + * gst/rtpmanager/gstrtpsession.c: + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + rtpsession: Demux RTCP buffers from the RTP stream + If there are RTCP buffers in the RTP stream, process them as + RTCP. This way, we want receive streams following RFC 5761 + https://bugzilla.gnome.org/show_bug.cgi?id=687657 + +2013-09-13 23:26:21 +1000 Jan Schmidt + + * gst/rtp/gstrtpL24depay.c: + rtp: Remove bogus extra caps from L24 template. + The extra caps entry in the template was making it sometimes + get plugged for any dynamically allocated payload type. + +2013-09-13 12:40:41 +0200 Wim Taymans + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsource.c: + * gst/rtpmanager/rtpsource.h: + * gst/rtpmanager/rtpstats.h: + rtpbin: use PacketInfo for the sender + Avoid mapping the packet multiple times when sending RTP. + +2013-09-13 12:22:36 +0200 Wim Taymans + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsource.c: + * gst/rtpmanager/rtpsource.h: + * gst/rtpmanager/rtpstats.h: + rtpbin: store more in the PacketInfo + Store all info in the PacketInfo so that we can avoid mapping the packet + multiple times. + +2013-09-13 11:32:52 +0200 Wim Taymans + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpstats.h: + session: store more in the PacketInfo structure + +2013-09-13 11:08:55 +0200 Wim Taymans + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsource.c: + * gst/rtpmanager/rtpsource.h: + * gst/rtpmanager/rtpstats.h: + rtpbin: RTPArrivalStats -> RTPPacketInfo + Rename a structure because we are also going to use this for the sender + bits. + +2013-09-13 10:55:31 +0200 Wim Taymans + + * gst/rtpmanager/rtpsource.c: + * gst/rtpmanager/rtpsource.h: + source: small cleanups + +2013-09-12 13:31:01 -0300 Thiago Santos + + * gst/isomp4/qtdemux.c: + qtdemux: only update stop position if seek requests it + Check for GST_SEEK_TYPE_NONE for stop poistion and only update + the stop time if it is requested. Otherwise just maintain whatever + was stored at the segment + https://bugzilla.gnome.org/show_bug.cgi?id=707530 + +2013-09-13 08:53:25 +0200 Rico Tzschichholz + + * gst/rtp/Makefile.am: + rtp: Add missing headers tp fix make dist + In addition to a956a6ceb2deb87cc1361aee1d6626449f46dab2 + +2013-09-12 15:07:48 +0200 Sebastian Dröge + + * gst/audioparsers/gstflacparse.c: + flacparse: Make sure we have enough data to read image tags + Thanks to iputinei for reporting this on IRC. + +2013-09-12 15:01:36 +0200 Wim Taymans + + * gst/rtpmanager/gstrtpjitterbuffer.c: + jitterbuffer: handle segments with non-0 start + We keep the DTS and PTS in running-time inside the jitterbuffer. Make sure to + transform it back to a buffer timestamp before pushing out the buffer. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707931 + +2013-09-11 13:11:58 -0600 Seán de Búrca + + * gst/matroska/matroska-demux.c: + matroskademux: Fix off-by-one in validation of UTF-8 + https://bugzilla.gnome.org/show_bug.cgi?id=707933 + +2013-09-11 14:32:17 -0300 Thibault Saunier + + * gst/videomixer/videomixer2.c: + videomixer: Do not check if caps are empty when they are NULL + In the case the caps are actually NULL, we should just concider it the + same way as empty caps in that case. + +2013-09-10 16:44:53 -0600 Seán de Búrca + + * gst/videomixer/blendorc-dist.c: + * gst/videomixer/blendorc-dist.h: + * gst/videomixer/videomixerorc-dist.c: + * gst/videomixer/videomixerorc-dist.h: + videomixer: fix build if orc is not installed + https://bugzilla.gnome.org/show_bug.cgi?id=707886 + +2013-09-10 17:57:49 -0300 Thiago Santos + + * gst/matroska/matroska-demux.c: + matroskademux: Preserve seqnum when pushing seek upstream + After converting a seek from time to bytes, use the same seqnum + on the event that goes upstream + +2013-09-05 00:17:16 -0300 Thiago Santos + + * gst/isomp4/qtdemux.c: + qtdemux: track streams that are EOS on push mode to finish earlier + When the segment has a defined stop position, qtdemux should check + when streams reach this position and mark those as EOS. When all + streams are EOS it will return GST_FLOW_EOS to upstream to allow + the pipeline to finish instead of continuously consume buffers + from upstream that are not useful for the segment. + https://bugzilla.gnome.org/show_bug.cgi?id=707530 + +2013-09-04 15:34:35 -0300 Thiago Santos + + * gst/isomp4/qtdemux.c: + * gst/isomp4/qtdemux.h: + qtdemux: preserve stop of segment when doing seeks in push mode + When handling seeks in push mode, qtdemux converts the seek to bytes + and pushes upstream. It needs to keep track of the seek and the + subsequent segment to be able to map them back to the requested + seek time and properly preserve the segment stop of the seek. + This is done by using the start offset in bytes of the seek, + that should be the same of the segment from upstream. And this + is also backwards compatible with what qtdemux already was using. + https://bugzilla.gnome.org/show_bug.cgi?id=707530 + +2013-07-26 19:40:53 +0200 Mathieu Duponchelle + + * gst/videomixer/videomixer2.c: + * gst/videomixer/videomixer2pad.h: + videomixer: Add colorspace conversion + https://bugzilla.gnome.org/show_bug.cgi?id=704950 + +2013-08-06 15:38:39 +0200 Mathieu Duponchelle + + * gst/videomixer/videomixer2.c: + videomixer: Don't send reconfigure event when formats or PAR are different + It is racy with multiple pads. + https://bugzilla.gnome.org/show_bug.cgi?id=704950 + +2013-07-25 13:49:57 +0200 Mathieu Duponchelle + + * gst/videomixer/Makefile.am: + * gst/videomixer/blend.c: + * gst/videomixer/blendorc.orc: + * gst/videomixer/gstcms.c: + * gst/videomixer/gstcms.h: + * gst/videomixer/videoconvert.c: + * gst/videomixer/videoconvert.h: + * gst/videomixer/videomixer2.c: + * gst/videomixer/videomixerorc.orc: + videomixer: Bundle private copies of videoconvert code + Ideally, this would be part of libgstvideo. + Prefixes videoconvert symbols with videomixer_. + https://bugzilla.gnome.org/show_bug.cgi?id=704950 + +2013-08-22 00:03:48 +0200 Mathieu Duponchelle + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2: Use newly #defined metadata names. + +2013-09-09 15:11:51 +0200 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: only wait if we flushed + Only wait for the STREAM_LOCK when we flushed something when sending + a command for PAUSED or PLAYING. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707611 + +2013-09-09 15:09:41 +0200 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: return when a flush was issued + Make gst_rtspsrc_loop_send_cmd() return TRUE when the current + action has been flushed + +2013-09-09 11:16:40 +0200 David Holroyd + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: + * gst/rtp/gstrtpL24depay.c: + * gst/rtp/gstrtpL24depay.h: + * gst/rtp/gstrtpL24pay.c: + * gst/rtp/gstrtpL24pay.h: + * tests/check/elements/rtp-payloading.c: + rtp: add L24 pay and depayloader + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707734 + +2013-09-09 14:46:42 +0200 Sebastian Dröge + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Fix missing condition in previous commit + +2013-09-09 14:44:58 +0200 Sebastian Dröge + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Also fix strides for other semi-planar video formats + +2013-09-09 14:41:42 +0200 Andreea Fulger + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Fix stride for NV12/NV21 + https://bugzilla.gnome.org/show_bug.cgi?id=707758 + +2013-09-07 16:37:03 +0200 Matej Knopp + + * gst/matroska/matroska-read-common.c: + matroskademux: fix leaking buffer and caps + https://bugzilla.gnome.org/show_bug.cgi?id=707688 + +2013-09-05 19:46:37 +0100 Tim-Philipp Müller + + * gst/udp/gstudpsrc.c: + udpsrc: fix build on win32 + gstudpsrc.c:855:15: error: #if with no expression + +2013-09-04 15:50:42 +0200 Wim Taymans + + * gst/avi/gstavidemux.c: + avidemux: handle unseekable streams + Handle streams that we can't seek in and ignore them in the + seek logic. + +2013-09-04 15:25:39 +0200 Wim Taymans + + * gst/avi/gstavidemux.c: + avidemux: only check video compression for video streams + Or else we might deref a stream with a NULL strf.vids and segfault + +2013-06-18 13:27:20 +0100 Alex Ashley + + * gst/isomp4/atoms.c: + * gst/isomp4/fourcc.h: + * gst/isomp4/ftypcc.h: + * gst/isomp4/gstrtpxqtdepay.c: + * gst/isomp4/qtdemux.c: + * gst/isomp4/qtdemux_fourcc.h: + * gst/isomp4/qtdemux_types.c: + qtdemux: Add support for the avc3 sample entry format of the AVC file format + Amendment 2 of ISO/IEC 14496-15 (AVC file format) is defining a new + structure for fragmented MP4 called "avc3". The principal difference + between AVC1 and AVC3 is the location of the codec initialisation + data (e.g. SPS, PPS). In AVC1 this data is placed in the initial + MOOV box (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data + goes in the first sample of every fragment (i.e. the first sample in + each mdat box). The principal reason for avc3 is to make it easier + for client implementations, because it removes the requirement to + insert the SPS+PPS in to the decoder pipeline every time there is a + representation change. + This commit adds support for the "avc3" atom, which is almost identical + to the "avc1" atom, except it does not contain any SPS or PPS data. + https://bugzilla.gnome.org/show_bug.cgi?id=702004 + +2013-09-04 00:27:50 +0200 Mathieu Duponchelle + + * gst/videomixer/videomixer2.c: + videomixer: Don't set EOS to FALSE when the collectpad *is* EOS + https://bugzilla.gnome.org/show_bug.cgi?id=707238 + +2013-09-03 17:32:41 +0200 Matej Knopp + + * gst/audioparsers/gstflacparse.c: + flacparse: cleanup on error after state change + https://bugzilla.gnome.org/show_bug.cgi?id=707229 + +2013-09-03 11:23:24 +0200 Sebastian Dröge + + * gst/udp/gstudpsrc.c: + * gst/udp/gstudpsrc.h: + udpsrc: Bind to multicast addresses on non-Windows systems + On Windows it's not possible to bind to a multicast address + but the OS will make sure to filter out all packets that + arrive not for the multicast address the socket joined. + On Linux and others it is necessary to bind to a multicast + address to let the OS filter out all packets that are received + on the same port but for different addresses than the multicast + address + And deprecate the multicast-group property and replace it with the + address property. + https://bugzilla.gnome.org/show_bug.cgi?id=707042 + +2013-09-03 10:10:01 +0200 Matej Knopp + + * gst/audioparsers/gstflacparse.c: + flacparse: Free GstBaseParseFrame if pushing a header failed + +2013-09-02 16:02:37 +0200 Sebastian Dröge + + * gst/udp/gstudpsrc.c: + udpsrc: Refactor address resolval into its own function + +2013-09-02 23:00:29 +0100 Tim-Philipp Müller + + * gst/replaygain/gstrganalysis.c: + replaygain: fix taglist leak in rganalysis + And add some FIXMEs. + +2013-09-02 22:50:58 +0100 Tim-Philipp Müller + + * tests/check/elements/rganalysis.c: + tests: rganalysis: rename function for clarity + +2013-03-18 14:32:07 +0100 Christoph Reiter + + * tests/check/elements/rganalysis.c: + tests: fix skipped rganalysis tests + In 0.10 elements would post tag messages on the bus + directly, and rganalysis would only post a tag message + when it changed tags. In 1.0, only sinks post tag + messages when they receive the serialised tag event. + This means that we get an additional tag message on + the bus now where we didn't expect one before. + https://bugzilla.gnome.org/show_bug.cgi?id=695090 + +2013-09-02 11:46:52 +0200 Sebastian Dröge + + * gst/audioparsers/gstflacparse.c: + flacparse: Properly propagate downstream flow returns upstream + https://bugzilla.gnome.org/show_bug.cgi?id=707229 + +2013-09-01 21:18:38 +0100 Tim-Philipp Müller + + * ext/shout2/gstshout2.c: + * gst/avi/gstavi.c: + * gst/isomp4/isomp4-plugin.c: + * gst/rtsp/gstrtsp.c: + * sys/sunaudio/gstsunaudio.c: + * sys/v4l2/gstv4l2.c: + Don't use setlocale in plugins() + Only apps should call setlocale(), not libraries. + +2013-08-29 13:15:15 +0200 Wim Taymans + + * gst/rtp/gstrtpmpvpay.c: + rtpmpvpay: Fix RTP buffer allocation in rtpmpvpay + RTP buffer allocation should not be done with padding for the specific MPEG2 + header as the padding is done at the end of the buffer and the last byte is + the size of the padding. + https://bugzilla.gnome.org/show_bug.cgi?id=706970 + +2013-08-28 10:51:32 +0200 Bernhard Miller + + * gst/autodetect/gstautovideosink.c: + * gst/autodetect/gstautovideosink.h: + autovideosink: add sync property + https://bugzilla.gnome.org/show_bug.cgi?id=706955 + +2013-08-28 07:15:00 +0200 Bernhard Miller + + * gst/autodetect/gstautoaudiosink.c: + * gst/autodetect/gstautoaudiosink.h: + autoaudiosink: introduce sync property + https://bugzilla.gnome.org/show_bug.cgi?id=706955 + +2013-08-27 17:33:40 -0300 Thiago Santos + + * gst/isomp4/qtdemux.c: + qtdemux: push buffers after segment stop until reaching a keyframe + This should make decoders able to precisely push buffers until the stop + time in case they need the next keyframe to do it. + Also, according to gst_segment_clip, it should only push a buffer that + the starting ts is strictly smaller than the segment stop, so we change + the min < comparison for <= + +2013-08-28 13:26:47 +0200 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.1.4 === -2013-08-28 Sebastian Dröge +2013-08-28 12:52:25 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.1.4 + * docs/plugins/gst-plugins-good-plugins.args: + * docs/plugins/gst-plugins-good-plugins.hierarchy: + * 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-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-dtmf.xml: + * docs/plugins/inspect/plugin-dv.xml: + * docs/plugins/inspect/plugin-effectv.xml: + * docs/plugins/inspect/plugin-equalizer.xml: + * docs/plugins/inspect/plugin-flac.xml: + * docs/plugins/inspect/plugin-flv.xml: + * docs/plugins/inspect/plugin-flxdec.xml: + * docs/plugins/inspect/plugin-gdkpixbuf.xml: + * docs/plugins/inspect/plugin-goom.xml: + * docs/plugins/inspect/plugin-goom2k1.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-rtpmanager.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-vpx.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: + * gst/audiofx/audiopanoramaorc-dist.c: + * win32/common/config.h: + Release 1.1.4 + +2013-08-28 12:52:16 +0200 Sebastian Dröge + + * 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/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.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: + Update .po files 2013-08-28 12:32:10 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 3bf5ba2f8..b1d92ae85 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer Good Plugins 1.1.4 +This is GStreamer Good Plugins 1.1.90 diff --git a/RELEASE b/RELEASE index a035a5faa..ed805e25b 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Good Plugins 1.1.4 +Release notes for GStreamer Good Plugins 1.1.90 The GStreamer team is proud to announce a new bug-fix release @@ -57,20 +57,24 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release + * 646963 : rtpmanager: Only update last_rtcp_send_time when actually sending a report + * 687657 : rtpsession: Demux RTCP buffers from the RTP stream + * 695090 : rganalysis: fix tests + * 702004 : qtdemux: add support for the avc3 sample entry format of the AVC file format + * 704950 : videomixer: add colorspace conversion * 705371 : souphttpsrc: Does network operations from the state change thread - * 590768 : GstPulseSrc should allow swapping the device used by the stream - * 637754 : multipartdemux: time stamp output buffer based on first input buffer not last - * 694445 : pulsesink: add support for AAC pass-through - * 700264 : qtdemux: ignores first editlist - * 702988 : gdkpixbufoverlay: crashes if any property changes during playback when location property is not set - * 705108 : rtpgstpay: Add a config-interval property - * 705442 : matroskademux: prints warnings on seek - * 705449 : avidemux: sends stream_start event without group_id - * 705553 : rtph264pay: Entries of SPS and PPS duplicated - * 705760 : rtspsrc produces GLib error - * 705959 : souphttpsrc deprecated symbols - * 706076 : qtdemux: failed assertion for fragmented mp4 (DASH) streams - * 706642 : avimux: unmap the correct buffer + * 706955 : autoaudiosink/autovideosink: Introduce " sync " property + * 707042 : udpsrc binds to INADDR_ANY instead of multicast group address + * 707303 : flacenc: 'Got data flow before stream-start event' warnings + * 707340 : qtmux: should NOT use PTS if DTS is missing + * 707411 : qtmux: what is purpose of MAX_TOLERATED_LATENESS? + * 707530 : qtdemux: Handle segments correctly in push mode seeks + * 707688 : matroskademux: leaking buffer and caps when parsing attachments + * 707734 : rtp: add payloader and depayloader for 24bit raw audio + * 707758 : v4l2: Incorrect UV plane stride value for NV12/NV21 formats + * 707886 : videomixer: build fails due to unrenamed files if orc is not installed + * 707933 : matroskademux: Wrong UTF8 detection causes wrong detection of subtitle encoding + * 708131 : videomixer: undefined reference to `videomixer_video_convert_orc_convert_I420_BGRA' ==== Download ==== @@ -107,21 +111,20 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Akihiro Tsukada - * Andoni Morales Alastruey - * Chris Bass - * David Schleef - * Edward Hervey - * Kishore Arepalli - * Lubosz Sarnecki + * Alex Ashley + * Andreea Fulger + * Bernhard Miller + * Christoph Reiter + * David Holroyd + * Jan Schmidt * Matej Knopp * Mathieu Duponchelle - * Michael Olbrich * Olivier Crête + * Rico Tzschichholz * Sebastian Dröge - * Sjoerd Simons + * Seán de Búrca + * Thiago Santos * Thibault Saunier * Tim-Philipp Müller * Wim Taymans - * Youness Alaoui   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 935e86b67..1c8c53d69 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf 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 -AC_INIT([GStreamer Good Plug-ins],[1.1.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) +AC_INIT([GStreamer Good Plug-ins],[1.1.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) AG_GST_INIT @@ -43,11 +43,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 104, 0, 104) +AS_LIBTOOL(GST, 190, 0, 190) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.1.4.1 -GSTPB_REQ=1.1.4.1 +GST_REQ=1.1.90 +GSTPB_REQ=1.1.90 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index eb56d775a..57c382c2d 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -484,7 +484,7 @@ rw Multicast Group -The Address of multicast group to join. +The Address of multicast group to join. DEPRECATED: Use address property instead. "0.0.0.0" @@ -638,6 +638,16 @@ "0.0.0.0" + +GstUDPSrc::address +gchar* + +rw +Address +Address to receive packets for. This is equivalent to the multicast-group property for now. +"0.0.0.0" + + GstSMPTE::border gint @@ -3878,6 +3888,16 @@ 0 + +GstAutoAudioSink::sync +gboolean + +rw +Sync +Sync on the clock. +TRUE + + GstAutoVideoSink::filter-caps GstCaps* @@ -3898,6 +3918,16 @@ 0 + +GstAutoVideoSink::sync +gboolean + +rw +Sync +Sync on the clock. +TRUE + + GstOsxAudioSink::device gint diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index 7b40874b5..1818d7c3b 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -195,6 +195,7 @@ GObject GstRtpJ2KDepay GstRtpJPEGDepay GstRtpL16Depay + GstRtpL24Depay GstRtpMP1SDepay GstRtpMP2TDepay GstRtpMP4ADepay @@ -223,6 +224,7 @@ GObject GstRtpG722Pay GstRtpG726Pay GstRtpL16Pay + GstRtpL24Pay GstRtpPcmaPay GstRtpPcmuPay GstRTPDVPay diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index 118fff735..18fc864d2 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,7 +3,7 @@ Source for video data via IEEE1394 interface ../../ext/raw1394/.libs/libgst1394.so libgst1394.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index 90e56a332..865bead83 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,7 +3,7 @@ ASCII Art video sink ../../ext/aalib/.libs/libgstaasink.so libgstaasink.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index ed07c53f6..122dd301a 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,7 +3,7 @@ ALaw audio conversion routines ../../gst/law/.libs/libgstalaw.so libgstalaw.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index 183048381..2df32913c 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,7 +3,7 @@ adds an alpha channel to video - constant or via chroma-keying ../../gst/alpha/.libs/libgstalpha.so libgstalpha.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index b20490d0e..660f76545 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,7 +3,7 @@ RGBA from/to AYUV colorspace conversion preserving the alpha channel ../../gst/alpha/.libs/libgstalphacolor.so libgstalphacolor.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index e70391f23..361bb4820 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -3,7 +3,7 @@ APEv1/2 tag reader ../../gst/apetag/.libs/libgstapetag.so libgstapetag.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index 98dfee966..818d45ec5 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -3,7 +3,7 @@ Audio effects plugin ../../gst/audiofx/.libs/libgstaudiofx.so libgstaudiofx.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioparsers.xml b/docs/plugins/inspect/plugin-audioparsers.xml index 2f181489f..79027f9a7 100644 --- a/docs/plugins/inspect/plugin-audioparsers.xml +++ b/docs/plugins/inspect/plugin-audioparsers.xml @@ -3,7 +3,7 @@ Parsers for various audio formats ../../gst/audioparsers/.libs/libgstaudioparsers.so libgstaudioparsers.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index 494cd5169..9deb95b05 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,7 +3,7 @@ parses au streams ../../gst/auparse/.libs/libgstauparse.so libgstauparse.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 8726455f3..6d38314d3 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,7 +3,7 @@ Plugin contains auto-detection plugins for video/audio in- and outputs ../../gst/autodetect/.libs/libgstautodetect.so libgstautodetect.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index 256c6edbb..5631a7a95 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,7 +3,7 @@ AVI stream handling ../../gst/avi/.libs/libgstavi.so libgstavi.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index 2fa88f8c5..921291379 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,7 +3,7 @@ Colored ASCII Art video sink ../../ext/libcaca/.libs/libgstcacasink.so libgstcacasink.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 9e002cc45..8324f44c2 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,7 +3,7 @@ Cairo-based elements ../../ext/cairo/.libs/libgstcairo.so libgstcairo.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index 56f917f0f..650443f39 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -3,7 +3,7 @@ Audio Cutter to split audio into non-silent bits ../../gst/cutter/.libs/libgstcutter.so libgstcutter.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index ad1315290..52787a1fe 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -3,7 +3,7 @@ elements for testing and debugging ../../gst/debugutils/.libs/libgstdebug.so libgstdebug.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-deinterlace.xml b/docs/plugins/inspect/plugin-deinterlace.xml index b34c87aa7..f5e8f3896 100644 --- a/docs/plugins/inspect/plugin-deinterlace.xml +++ b/docs/plugins/inspect/plugin-deinterlace.xml @@ -3,7 +3,7 @@ Deinterlacer ../../gst/deinterlace/.libs/libgstdeinterlace.so libgstdeinterlace.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dtmf.xml b/docs/plugins/inspect/plugin-dtmf.xml index 3f06c5c61..9ad65b0f9 100644 --- a/docs/plugins/inspect/plugin-dtmf.xml +++ b/docs/plugins/inspect/plugin-dtmf.xml @@ -3,7 +3,7 @@ DTMF plugins ../../gst/dtmf/.libs/libgstdtmf.so libgstdtmf.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index 1e786108e..cdd9d7bc4 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,7 +3,7 @@ DV demuxer and decoder based on libdv (libdv.sf.net) ../../ext/dv/.libs/libgstdv.so libgstdv.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index 82bca32f3..f5763a783 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,7 +3,7 @@ effect plugins from the effectv project ../../gst/effectv/.libs/libgsteffectv.so libgsteffectv.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml index f246e6484..1e7ade12b 100644 --- a/docs/plugins/inspect/plugin-equalizer.xml +++ b/docs/plugins/inspect/plugin-equalizer.xml @@ -3,7 +3,7 @@ GStreamer audio equalizers ../../gst/equalizer/.libs/libgstequalizer.so libgstequalizer.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index 05d4ddb2a..c3afda2f4 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,7 +3,7 @@ The FLAC Lossless compressor Codec ../../ext/flac/.libs/libgstflac.so libgstflac.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-flv.xml b/docs/plugins/inspect/plugin-flv.xml index 4e6897c85..4870014a2 100644 --- a/docs/plugins/inspect/plugin-flv.xml +++ b/docs/plugins/inspect/plugin-flv.xml @@ -3,7 +3,7 @@ FLV muxing and demuxing plugin ../../gst/flv/.libs/libgstflv.so libgstflv.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index ff1b889de..6ed063f46 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -3,7 +3,7 @@ FLC/FLI/FLX video decoder ../../gst/flx/.libs/libgstflxdec.so libgstflxdec.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index 810ea51b9..65e093952 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,7 +3,7 @@ GdkPixbuf-based image decoder, overlay and sink ../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so libgstgdkpixbuf.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index 9c70fb515..d8c9c922d 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,7 +3,7 @@ GOOM visualization filter ../../gst/goom/.libs/libgstgoom.so libgstgoom.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml index fa93447af..a7b103d3d 100644 --- a/docs/plugins/inspect/plugin-goom2k1.xml +++ b/docs/plugins/inspect/plugin-goom2k1.xml @@ -3,7 +3,7 @@ GOOM 2k1 visualization filter ../../gst/goom2k1/.libs/libgstgoom2k1.so libgstgoom2k1.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index 6c6e45c32..9d6b636d0 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -3,7 +3,7 @@ Demux ICY tags from a stream ../../gst/icydemux/.libs/libgsticydemux.so libgsticydemux.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 867e565b4..04b72bba2 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -3,7 +3,7 @@ Demux ID3v1 and ID3v2 tags from a file ../../gst/id3demux/.libs/libgstid3demux.so libgstid3demux.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml index 207387103..56695f93b 100644 --- a/docs/plugins/inspect/plugin-imagefreeze.xml +++ b/docs/plugins/inspect/plugin-imagefreeze.xml @@ -3,7 +3,7 @@ Still frame stream generator ../../gst/imagefreeze/.libs/libgstimagefreeze.so libgstimagefreeze.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index 4783392b5..c69bf5918 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -3,7 +3,7 @@ Audio interleaver/deinterleaver ../../gst/interleave/.libs/libgstinterleave.so libgstinterleave.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-isomp4.xml b/docs/plugins/inspect/plugin-isomp4.xml index 8e66b2901..14fe3892b 100644 --- a/docs/plugins/inspect/plugin-isomp4.xml +++ b/docs/plugins/inspect/plugin-isomp4.xml @@ -3,7 +3,7 @@ ISO base media file format support (mp4, 3gpp, qt, mj2) ../../gst/isomp4/.libs/libgstisomp4.so libgstisomp4.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 8e86b92f7..7a4159a40 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -3,7 +3,7 @@ JACK audio elements ../../ext/jack/.libs/libgstjack.so libgstjack.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index 0f6ff0665..6dabe5363 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,7 +3,7 @@ JPeg plugin library ../../ext/jpeg/.libs/libgstjpeg.so libgstjpeg.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index 915f085ee..67e96b648 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,7 +3,7 @@ Audio level plugin ../../gst/level/.libs/libgstlevel.so libgstlevel.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index d69d75420..e02f9f2d1 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,7 +3,7 @@ Matroska and WebM stream handling ../../gst/matroska/.libs/libgstmatroska.so libgstmatroska.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index 392759633..fa26bbf96 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,7 +3,7 @@ MuLaw audio conversion routines ../../gst/law/.libs/libgstmulaw.so libgstmulaw.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml index 6cdb4a008..f2e6652a4 100644 --- a/docs/plugins/inspect/plugin-multifile.xml +++ b/docs/plugins/inspect/plugin-multifile.xml @@ -3,7 +3,7 @@ Reads/Writes buffers from/to sequentially named files ../../gst/multifile/.libs/libgstmultifile.so libgstmultifile.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index 5459dbcfd..0f690bf21 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -3,7 +3,7 @@ multipart stream manipulation ../../gst/multipart/.libs/libgstmultipart.so libgstmultipart.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index 7db1291fb..a0c87863a 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -3,7 +3,7 @@ Template for a video filter ../../gst/debugutils/.libs/libgstnavigationtest.so libgstnavigationtest.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml index cbd7f11fa..721ae9708 100644 --- a/docs/plugins/inspect/plugin-oss4.xml +++ b/docs/plugins/inspect/plugin-oss4.xml @@ -3,7 +3,7 @@ Open Sound System (OSS) version 4 support for GStreamer ../../sys/oss4/.libs/libgstoss4audio.so libgstoss4audio.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index 7b09401ec..396154254 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,7 +3,7 @@ OSS (Open Sound System) support for GStreamer ../../sys/oss/.libs/libgstossaudio.so libgstossaudio.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index 70b3fbd69..5682fe86e 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,7 +3,7 @@ PNG plugin library ../../ext/libpng/.libs/libgstpng.so libgstpng.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml index fa1933acc..39d71e0e2 100644 --- a/docs/plugins/inspect/plugin-pulseaudio.xml +++ b/docs/plugins/inspect/plugin-pulseaudio.xml @@ -3,7 +3,7 @@ PulseAudio plugin library ../../ext/pulse/.libs/libgstpulse.so libgstpulse.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index 968f1247b..8520fe5be 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -3,7 +3,7 @@ ReplayGain volume normalization ../../gst/replaygain/.libs/libgstreplaygain.so libgstreplaygain.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index cdbda4927..449b7c6ce 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,7 +3,7 @@ Real-time protocol plugins ../../gst/rtp/.libs/libgstrtp.so libgstrtp.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release @@ -72,6 +72,48 @@ + + rtpL24depay + RTP audio depayloader + Codec/Depayloader/Network/RTP + Extracts raw 24-bit audio from RTP packets + Zeeshan Ali <zak147@yahoo.com>,Wim Taymans <wim.taymans@gmail.com>,David Holroyd <dave@badgers-in-foil.co.uk> + + + sink + sink + always +
application/x-rtp, media=(string)audio, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)L24
+
+ + src + source + always +
audio/x-raw, format=(string)S24BE, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]
+
+
+
+ + rtpL24pay + RTP audio payloader + Codec/Payloader/Network/RTP + Payload-encode Raw 24-bit audio into RTP packets (RFC 3190) + Wim Taymans <wim.taymans@gmail.com>,David Holroyd <dave@badgers-in-foil.co.uk> + + + sink + sink + always +
audio/x-raw, format=(string)S24BE, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]
+
+ + src + source + always +
application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)L24, channels=(int)[ 1, 2147483647 ]
+
+
+
rtpac3depay RTP AC3 depayloader diff --git a/docs/plugins/inspect/plugin-rtpmanager.xml b/docs/plugins/inspect/plugin-rtpmanager.xml index 95f92d1d7..e1887ed6e 100644 --- a/docs/plugins/inspect/plugin-rtpmanager.xml +++ b/docs/plugins/inspect/plugin-rtpmanager.xml @@ -3,7 +3,7 @@ RTP session management plugin library ../../gst/rtpmanager/.libs/libgstrtpmanager.so libgstrtpmanager.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index cfc5a54c1..93a9d4a10 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,7 +3,7 @@ transfer data via RTSP ../../gst/rtsp/.libs/libgstrtsp.so libgstrtsp.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-shapewipe.xml b/docs/plugins/inspect/plugin-shapewipe.xml index 41134b511..b0f088941 100644 --- a/docs/plugins/inspect/plugin-shapewipe.xml +++ b/docs/plugins/inspect/plugin-shapewipe.xml @@ -3,7 +3,7 @@ Shape Wipe transition filter ../../gst/shapewipe/.libs/libgstshapewipe.so libgstshapewipe.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index 38152cbe1..157584906 100644 --- a/docs/plugins/inspect/plugin-shout2send.xml +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -3,7 +3,7 @@ Sends data to an icecast server using libshout2 ../../ext/shout2/.libs/libgstshout2.so libgstshout2.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good libshout2 diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index 563842465..e33367d25 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,7 +3,7 @@ Apply the standard SMPTE transitions on video images ../../gst/smpte/.libs/libgstsmpte.so libgstsmpte.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml index 6dee44944..e0aba161d 100644 --- a/docs/plugins/inspect/plugin-soup.xml +++ b/docs/plugins/inspect/plugin-soup.xml @@ -3,7 +3,7 @@ libsoup HTTP client src/sink ../../ext/soup/.libs/libgstsouphttpsrc.so libgstsouphttpsrc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index 2aa7bf975..6ba2f8559 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -3,7 +3,7 @@ Run an FFT on the audio signal, output spectrum data ../../gst/spectrum/.libs/libgstspectrum.so libgstspectrum.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index bcc9763a3..2fd898a70 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,7 +3,7 @@ Speex plugin library ../../ext/speex/.libs/libgstspeex.so libgstspeex.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index b567cfe13..9a006484a 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -3,7 +3,7 @@ Tag writing plug-in based on taglib ../../ext/taglib/.libs/libgsttaglib.so libgsttaglib.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index 1b7d01fc8..027d41e0c 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,7 +3,7 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index 3207d758c..da99191c1 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -3,7 +3,7 @@ elements for Video 4 Linux ../../sys/v4l2/.libs/libgstvideo4linux2.so libgstvideo4linux2.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index b127c1ce1..07be7d646 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,7 +3,7 @@ resizes a video by adding borders or cropping ../../gst/videobox/.libs/libgstvideobox.so libgstvideobox.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index a811e0eed..a900246e4 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -3,7 +3,7 @@ Crops video into a user-defined region ../../gst/videocrop/.libs/libgstvideocrop.so libgstvideocrop.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videofilter.xml b/docs/plugins/inspect/plugin-videofilter.xml index fc7f5deb0..57a4101e1 100644 --- a/docs/plugins/inspect/plugin-videofilter.xml +++ b/docs/plugins/inspect/plugin-videofilter.xml @@ -3,7 +3,7 @@ Video filters plugin ../../gst/videofilter/.libs/libgstvideofilter.so libgstvideofilter.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index ea86baeb9..d132928f0 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,7 +3,7 @@ Video mixer ../../gst/videomixer/.libs/libgstvideomixer.so libgstvideomixer.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-vpx.xml b/docs/plugins/inspect/plugin-vpx.xml index c8aff025e..10b49eea3 100644 --- a/docs/plugins/inspect/plugin-vpx.xml +++ b/docs/plugins/inspect/plugin-vpx.xml @@ -3,7 +3,7 @@ VP8 plugin ../../ext/vpx/.libs/libgstvpx.so libgstvpx.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index 7bea86483..08d9bfc4b 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,7 +3,7 @@ Encode raw audio into WAV ../../gst/wavenc/.libs/libgstwavenc.so libgstwavenc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index 0f85cc09f..f866910b9 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -3,7 +3,7 @@ Wavpack lossless/lossy audio format handling ../../ext/wavpack/.libs/libgstwavpack.so libgstwavpack.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index d54ed5d3b..45d5519a0 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,7 +3,7 @@ Parse a .wav file into raw audio ../../gst/wavparse/.libs/libgstwavparse.so libgstwavparse.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index 840e25ce1..b43ea0e47 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -3,7 +3,7 @@ X11 video input plugin using standard Xlib calls ../../sys/ximage/.libs/libgstximagesrc.so libgstximagesrc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index b8ef30746..1f494c83a 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -3,7 +3,7 @@ Encodes a YUV frame into the yuv4mpeg format (mjpegtools) ../../gst/y4m/.libs/libgsty4menc.so libgsty4menc.so - 1.1.4 + 1.1.90 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap index a31403e9a..41693c709 100644 --- a/gst-plugins-good.doap +++ b/gst-plugins-good.doap @@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library). + + + 1.1.90 + 1.1 + + 2013-09-19 + + + + 1.1.4 diff --git a/win32/common/config.h b/win32/common/config.h index ce37e1739..a73fb4ae5 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -58,7 +58,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2013-08-28" +#define GST_PACKAGE_RELEASE_DATETIME "2013-09-19" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -375,9 +375,6 @@ */ #undef LT_OBJDIR -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Name of package */ #define PACKAGE "gst-plugins-good" @@ -388,7 +385,7 @@ #define PACKAGE_NAME "GStreamer Good Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Good Plug-ins 1.1.4" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.1.90" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -397,7 +394,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1.4" +#define PACKAGE_VERSION "1.1.90" /* directory where plugins are located */ #ifdef _DEBUG @@ -431,7 +428,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.1.4" +#define VERSION "1.1.90" /* old wavpack API */ #undef WAVPACK_OLD_API -- cgit v1.2.3