From 2b7988234ab7ad3740c10824b403ad60b2046abc Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 30 Jan 2017 16:27:29 +0200 Subject: Release 1.10.3 --- ChangeLog | 530 ++++++++++++++++++++++++- NEWS | 44 +- RELEASE | 57 ++- configure.ac | 4 +- docs/plugins/gst-plugins-good-plugins.args | 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 | 2 +- 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 | 8 +- 73 files changed, 692 insertions(+), 95 deletions(-) diff --git a/ChangeLog b/ChangeLog index f6c4a0f266..35015258eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,535 @@ +=== release 1.10.3 === + +2017-01-30 Sebastian Dröge + + * configure.ac: + releasing 1.10.3 + +2017-01-30 13:33:23 +0200 Sebastian Dröge + + * po/el.po: + po: Update translations + +2017-01-27 16:14:16 +0200 Vivia Nikolaidou + + * gst/isomp4/atoms.c: + qtmux: Timecode track fixes for STSD entry + The n_frames field (frames per second) should follow the nominal frame + rate for drop-frame timecodes. + Also, the trak's timescale (and duration, accordingly) should follow the + STSD entry's timescale and frame duration (fps_n and fps_d accordingly), + not the other way around. + https://bugzilla.gnome.org/show_bug.cgi?id=777832 + +2017-01-19 11:08:11 +0100 Arnaud Vrac + + * ext/soup/gstsouphttpsrc.c: + souphttpsrc: retry request on early termination from the server + Fix a regression introduced by commit 183695c61a54f1 (refactor to use + Soup's sync API). The code previously attempted to reconnect when the + server closed the connection early, for example when the stream was put + in pause for some time. + Reintroduce this feature by checking if EOS is received before the + expected content size is downloaded. In this case, do the request + starting at the previous read position. + https://bugzilla.gnome.org/show_bug.cgi?id=776720 + +2017-01-10 09:40:56 -0700 Matt Staples + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: find_stream_by_channel should ignore unconfigured streams + https://bugzilla.gnome.org/show_bug.cgi?id=777101 + +2017-01-25 18:43:00 +0000 Brendan Shanks + + * gst/isomp4/gstqtmux.c: + qtmux: Fix debug typo and remove misleading warning + https://bugzilla.gnome.org/show_bug.cgi?id=777362 + +2017-01-26 13:54:14 +0200 Sebastian Dröge + + * gst/autodetect/gstautodetect.c: + Revert "autodetect: bring the element state down after success" + This reverts commit 67f6d3358e4620319335065db25edaaba1f5ae0a. + It causes problems in certain scenarios and needs further investigation + https://bugzilla.gnome.org/show_bug.cgi?id=764947#c9 + +2017-01-09 11:32:35 +0530 Rahul Bedarkar + + * gst/wavparse/gstwavparse.c: + wavparse: check for not NULL before clearing adapter + In case wavparse receives a manually injected FLUSH_STOP event + while operating in pull mode we get criticals because we'd try + to clear a NULL adapter. + https://bugzilla.gnome.org/show_bug.cgi?id=777123 + +2017-01-20 17:16:10 +0200 Sebastian Dröge + + * gst/avi/gstavidemux.c: + avidemux: Stop reading a ncdt sub-tag if it goes behind the surrounding tag + https://bugzilla.gnome.org/show_bug.cgi?id=777532 + +2017-01-20 07:58:26 +0200 Sebastian Dröge + + * gst/avi/gstavidemux.c: + avidemux: Fix various out of bounds reads when parsing ncdt tags + https://bugzilla.gnome.org/show_bug.cgi?id=777500 + +2017-01-19 13:46:58 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Increment current stts index whenever we finished one stts entry + Otherwise we could read more chunks than there are available, doing an + out of bounds read and potentially crash. + https://bugzilla.gnome.org/show_bug.cgi?id=777469 + +2017-01-19 13:25:53 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + Revert "qtdemux: Increment current stts index in all code paths after reading one chunk" + This reverts commit 99d5d7570d0b53dad3bc8eb653b1320ee422aace. It broke + playback of various valid files. + +2017-01-19 07:52:33 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Increment current stts index in all code paths after reading one chunk + Otherwise we could read more chunks than there are available, doing an + out of bounds read and potentially crash. + https://bugzilla.gnome.org/show_bug.cgi?id=777469 + +2017-01-13 16:40:43 +0100 Arnaud Vrac + + * ext/soup/gstsouphttpsrc.c: + souphttpsrc: properly track redirections + The current code configures libsoup to handle redirections + transparently, without informing the caller, thus preventing the element + to record the redirect code and location uri. + Fix this by always setting the SOUP_MESSAGE_NO_REDIRECT, preventing + libsoup from handling the redirection. When we receive a redirection + request and libsoup can safely handle it, return a custom error which + triggers a retry with the new URI. + https://bugzilla.gnome.org/show_bug.cgi?id=777222 + +2017-01-13 00:01:06 +1100 Jan Schmidt + + * gst/isomp4/gstqtmux.c: + qtmux: Don't reset request pad numbering across uses + When reset, don't restart request pad numberings, as + request pads can survive across state changes. Only + restart at 0 if all request pads are handed back first. + https://bugzilla.gnome.org/show_bug.cgi?id=777174 + +2017-01-11 17:53:32 -0800 Andre McCurdy + + * gst/isomp4/qtdemux.c: + qtdemux: free seqh after calling qtdemux_parse_svq3_stsd_data() + The seqh buffer allocated in qtdemux_parse_svq3_stsd_data() needs to + be freed by the caller after use. + https://bugzilla.gnome.org/show_bug.cgi?id=777157 + Signed-off-by: Andre McCurdy + +2017-01-16 15:17:15 +0100 Jean-Christophe Trotin + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: fix memory type in allocator probe + The buffer memory type provided to the VIDIOC_CREATE_BUFS ioctl shall + be set with the value ("memory") given as input parameter of the + gst_v4l2_allocator_probe() function. + https://bugzilla.gnome.org/show_bug.cgi?id=777327 + +2016-11-11 14:31:03 +1100 Matthew Waters + + * gst/autodetect/gstautodetect.c: + autodetect: bring the element state down after success + Otherwise some messages that are emitted by the element on NULL->READY + will not reach the application. + https://bugzilla.gnome.org/show_bug.cgi?id=764947 + +2016-04-24 21:38:51 +0900 Seungha Yang + + * gst/isomp4/qtdemux.c: + qtdemux: Fix key_time in gst_qtdemux_adjust_seek() + time in segment should be PTS based (not DTS). + https://bugzilla.gnome.org/show_bug.cgi?id=765498 + +2017-01-07 23:55:42 +1100 Jan Schmidt + + * gst/isomp4/qtdemux.c: + qtdemux: Don't reset output timestamps when no tfdt + If a fragmented stream doesn't have a tfdt, don't + reset the output timestamps at each fragment boundary + by erroneously using the default value of 0. Introduced + by commit 69fc48 + https://bugzilla.gnome.org/show_bug.cgi?id=754230 + +2016-12-14 21:45:15 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Check if we have enough data available when parsing edit lists + Also consume the data entry by entry to get complicated indexing out of + the code. + https://bugzilla.gnome.org/show_bug.cgi?id=776107 + +2016-12-14 10:15:10 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Check that the XiTh size is big enough + https://bugzilla.gnome.org/show_bug.cgi?id=775794 + +2016-12-09 20:27:53 +0900 Heekyoung Seo + + * gst/isomp4/qtdemux.c: + qtdemux: Check node length of video sample description + Add check for node length of video sample description and its fields and + for the XiTh atom. + Also unify the code a bit. + https://bugzilla.gnome.org/show_bug.cgi?id=775794 + +2016-12-11 13:27:27 +0200 Sebastian Dröge + + * gst/audiofx/gstscaletempo.c: + scaletempo: Ensure to reinit buffers whenever they were not allocated yet + That is, whenever we go through start/stop we have to ensure that on the + next opportunity the buffers are reallocated again. Otherwise the + buffers might be NULL because the element was reused with the same + configuration as before (i.e. set_caps() wouldn't have reinited the + buffers). + https://bugzilla.gnome.org/show_bug.cgi?id=775898 + +2016-12-09 17:55:39 +0200 Sebastian Dröge + + * gst/flx/gstflxdec.c: + * gst/flx/gstflxdec.h: + flxdec: Only send SEGMENT events after CAPS + I.e., don't just forward the event but delay it if we don't have caps on + the srcpad yet. + +2016-12-09 17:49:40 +0200 Sebastian Dröge + + * gst/flx/gstflxdec.c: + flxdec: Unref and unmap buffers in all code paths as needed + https://bugzilla.gnome.org/show_bug.cgi?id=775888 + +2016-12-06 07:48:47 +0200 Sebastian Dröge + + * gst/flx/gstflxdec.c: + flxdec: Allocate 0-initialized memory for the decoded frame + Otherwise we might leak arbitrary information from the uninitialized + memory if not every pixel is written. + https://scarybeastsecurity.blogspot.gr/2016/12/1days-0days-pocs-more-gstreamer-flic.html + +2016-12-05 07:57:19 -0700 Matt Staples + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Fix session cleanup when handling redirect on PLAY + Redirect on PLAY wasn't doing the necessary session cleanup. Fixed by + removing code from gst_rtspsrc_send that changed the state varable upon + encountering a redirect. Better to let the redirect handlers in + gst_rtspsrc_retrieve_sdp and gst_rtspsrc_play do their own + state-dependent cleanup. + https://bugzilla.gnome.org/show_bug.cgi?id=775543 + +2016-12-01 17:08:09 +0100 Edward Hervey + + * gst/rtpmanager/gstrtpjitterbuffer.c: + * gst/rtpmanager/rtpjitterbuffer.c: + jitterbuffer: Don't leak duplicate items + When providing items with a seqnum, there is a (very small) probability + that an element with the same seqnum already exists. Don't forget + to free that item if it wasn't inserted. + And avoid returning undefined values when dealing with duplicate items + +2016-11-03 15:03:59 +0100 Havard Graff + + * gst/rtpmanager/gstrtpjitterbuffer.c: + * tests/check/elements/rtpjitterbuffer.c: + rtpjitterbuffer: fix timer-reuse bug + When doing rtx, the jitterbuffer will always add an rtx-timer for the next + sequence number. + In the case of the packet corresponding to that sequence number arriving, + that same timer will be reused, and simply moved on to wait for the + following sequence number etc. + Once an rtx-timer expires (after all retries), it will be rescheduled as + a lost-timer instead for the same sequence number. + Now, if this particular sequence-number now arrives (after the timer has + become a lost-timer), the reuse mechanism *should* now set a new + rtx-timer for the next sequence number, but the bug is that it does + not change the timer-type, and hence schedules a lost-timer for that + following sequence number, with the result that you will have a very + early lost-event for a packet that might still arrive, and you will + never be able to send any rtx for this packet. + Found by Erlend Graff - erlend@pexip.com + https://bugzilla.gnome.org/show_bug.cgi?id=773891 + +2016-10-09 15:59:05 +0200 Havard Graff + + * gst/rtpmanager/gstrtpjitterbuffer.c: + * gst/rtpmanager/rtpjitterbuffer.c: + * gst/rtpmanager/rtpjitterbuffer.h: + * tests/check/elements/rtpjitterbuffer.c: + rtpjitterbuffer: fix lost-event using dts instead of pts + The lost-event was using a different time-domain (dts) than the outgoing + buffers (pts). Given certain network-conditions these two would become + sufficiently different and the lost-event contained timestamp/duration + that was really wrong. As an example GstAudioDecoder could produce + a stream that jumps back and forth in time after receiving a lost-event. + The previous behavior calculated the pts (based on the rtptime) inside the + rtp_jitter_buffer_insert function, but now this functionality has been + refactored into a new function rtp_jitter_buffer_calculate_pts that is + called much earlier in the _chain function to make pts available to + various calculations that wrongly used dts previously + (like the lost-event). + There are however two calculations where using dts is the right thing to + do: calculating the receive-jitter and the rtx-round-trip-time, where the + arrival time of the buffer from the network is the right metric + (and is what dts in fact is today). + The patch also adds two tests regarding B-frames or the + “rtptime-going-backwards”-scenario, as there were some concerns that this + patch might break this behavior (which the tests shows it does not). + +2016-11-03 16:33:53 +0100 Havard Graff + + * gst/rtpmanager/gstrtpjitterbuffer.c: + * tests/check/elements/rtpjitterbuffer.c: + rtpjitterbuffer: fix bug in reschedule_timer + The new timeout is always going to be (timeout + delay), however, the + old behavior compared the current timeout to just (timeout), basically + being (delay) off. + This would happen if rtx-delay == rtx-retry-timeout, with the result that + a second rtx attempt for any buffers would be scheduled immediately instead + of after rtx-delay ms. + Simply calculate (new_timeout = timeout + delay) and then use that instead. + https://bugzilla.gnome.org/show_bug.cgi?id=773905 + +2016-12-01 15:06:06 +0530 Garima Gaur + + * gst/rtp/gstrtph264depay.c: + * gst/rtp/gstrtpsbcdepay.c: + rtp: Fix some memory leaks in usage of gst_pad_get_current_caps() + https://bugzilla.gnome.org/show_bug.cgi?id=775071 + +2016-12-01 11:23:02 +0100 Edward Hervey + + * gst/isomp4/qtdemux.c: + qtdemux: Sanitize unknown codec caps + We might have non-printable characters in the unknown fourcc, replace + them with '_', in the same way we do it for unknown tags. + +2016-12-01 20:04:28 +0200 Sebastian Dröge + + * gst/avi/gstavidemux.c: + avidemux: Free vprp chunk also if it existed but we made no use of it + https://bugzilla.gnome.org/show_bug.cgi?id=775479 + +2016-12-01 17:38:33 +0200 Sebastian Dröge + + * gst/matroska/matroska-read-common.c: + matroskademux: Fix memory leak when parsing attachments + gst_tag_image_data_to_image_sample() does not take ownership of the + passed memory, so don't set it to NULL to allow us to free it later. + https://bugzilla.gnome.org/show_bug.cgi?id=775472 + +2016-12-01 14:56:18 +0200 Sebastian Dröge + + * gst/matroska/matroska-read-common.c: + matroskademux: Unify zlib/bzip2 decompress loops with the ones from qtdemux + Especially, simplify the code a bit. + +2016-12-01 14:41:48 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Increase inflate buffer in bigger steps + 1024 bytes is quite small, let's do 4096 bytes (or one page). + Also remove redundant if, we're always in that case when getting here. + +2016-12-01 14:30:49 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Ensure that size of the pasp atom is as much as we need + https://bugzilla.gnome.org/show_bug.cgi?id=775455 + +2016-12-01 14:27:55 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Fix zlib inflate loop + Handle errors cleanly, deallocate all memory and return the actual size + of the inflated data. + https://bugzilla.gnome.org/show_bug.cgi?id=775455 + +2016-12-01 14:30:10 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Free compressed moov node and it's corresponding decompressed data + https://bugzilla.gnome.org/show_bug.cgi?id=775455 + +2016-12-01 14:29:21 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Check size of compressed MOOV header against available data + And actually read the size of the cmvd atom from the right position. + https://bugzilla.gnome.org/show_bug.cgi?id=775455 + +2016-12-01 13:38:16 +0200 Sebastian Dröge + + * gst/audioparsers/gstaacparse.c: + aacparse: Make sure we have enough data in the codec_data to be able to parse it + Also error out cleanly if mapping the buffer failed. + https://bugzilla.gnome.org/show_bug.cgi?id=775450 + +2016-12-01 13:32:22 +0200 Sebastian Dröge + + * gst/isomp4/qtdemux.c: + qtdemux: Fix out of bounds read in tag parsing code + We can't simply assume that the length of the tag value as given + inside the stream is correct but should also check against the amount of + data we have actually available. + https://bugzilla.gnome.org/show_bug.cgi?id=775451 + +2016-10-26 13:21:29 +0200 Alejandro G. Castro + + * gst/rtpmanager/gstrtpsession.c: + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + rtpbin: pipeline gets an EOS when any rtpsources byes + Instead of sending EOS when a source byes we have to wait for + all the sources to be gone, which means they already sent BYE and + were removed from the session. We now handle the EOS in the rtcp + loop checking the amount of sources in the session. + https://bugzilla.gnome.org/show_bug.cgi?id=773218 + +2016-10-24 16:56:31 +0000 Enrique Ocaña González + + * gst/isomp4/qtdemux.c: + qtdemux: Use the tfdt decode time on byte streams when it's significantly different than the time in the last sample + We consider there's a sifnificant difference when it's larger than on second + or than half the duration of the last processed fragment in case the latter is + larger. + https://bugzilla.gnome.org/show_bug.cgi?id=754230 + === release 1.10.2 === -2016-11-29 Sebastian Dröge +2016-11-29 16:21:19 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.10.2 + * docs/plugins/gst-plugins-good-plugins.args: + * 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: + * win32/common/config.h: + Release 1.10.2 + +2016-11-29 15:34:11 +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 2016-11-29 14:09:44 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 815dee3b5e..c8f4d44a87 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ # GStreamer 1.10 Release Notes GStreamer 1.10.0 was originally released on 1st November 2016. -The latest bug-fix release in the 1.10 series is [1.10.2](#1.10.2) and was -released on 29 November 2016. +The latest bug-fix release in the 1.10 series is [1.10.3](#1.10.3) and was +released on 30 January 2017. The GStreamer team is proud to announce a new major feature release in the stable 1.x API series of your favourite cross-platform multimedia framework! @@ -13,7 +13,7 @@ improvements. See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest version of this document. -*Last updated: Tuesday 29 Nov 2016, 12:30 UTC [(log)][gitlog]* +*Last updated: Monday 30 Jan 2017, 12:00 UTC [(log)][gitlog]* [latest]: https://gstreamer.freedesktop.org/releases/1.10/ [gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md @@ -1103,7 +1103,7 @@ GIT logs or ChangeLogs of the particular modules. ### 1.10.2 -The first 1.10 bug-fix release (1.10.2) was released on 29 November 2016. +The second 1.10 bug-fix release (1.10.2) was released on 29 November 2016. This release only contains bugfixes and it should be safe to update from 1.10.x. #### Major bugfixes in 1.10.2 @@ -1111,7 +1111,9 @@ This release only contains bugfixes and it should be safe to update from 1.10.x. - Security-relevant bugfix in the FLI/FLX/FLC decoder (CVE-2016-9634, CVE-2016-9635, CVE-2016-9636) - Various fixes for crashes, assertions and other failures on fuzzed input - files (among others, thanks to Hanno Böck for testing and reporting) + files. Among others, thanks to Hanno Böck for testing and reporting + (CVE-2016-9807, CVE-2016-9808, CVE-2016-9809, CVE-2016-9810, CVE-2016-9811, + CVE-2016-9812, CVE-2016-9813). - SAVP/SAVPF profile in gst-rtsp-server works for live streams again, and the correct MIKEY policy message is generated - Further OpenGL related bugfixes @@ -1124,6 +1126,32 @@ GIT logs or ChangeLogs of the particular modules. [buglist-1.10.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.2 + + +### 1.10.3 + +The third 1.10 bug-fix release (1.10.3) was released on 30 January 2017. +This release only contains bugfixes and it should be safe to update from 1.10.x. + +#### Major bugfixes in 1.10.3 + + - Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed + input files and in other situations + - Regression fixes for souphttpsrc with redirection tracking and retrying + - Regression fix for gst-rtsp-server not handling TCP-only medias anymore + - Various other bugfixes the RTP/RTSP codebase + - vp8enc works again on 32 bit Windows + - Fixes to Opus PLC handling in the decoder + - Fix for stream corruption in multihandlesink when removing clients + - gst-libav was updated to ffmpeg 3.2.2 + - ... and many, many more! + +For a full list of bugfixes see [Bugzilla][buglist-1.10.3]. Note that this is +not the full list of changes. For the full list of changes please refer to the +GIT logs or ChangeLogs of the particular modules. + +[buglist-1.10.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=187054&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.3 + ## Known Issues - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead @@ -1134,8 +1162,6 @@ GIT logs or ChangeLogs of the particular modules. - Building applications with Android NDK r13 on Windows does not work. Other platforms and earlier/later versions of the NDK are not affected. [Bug #772842](https://bugzilla.gnome.org/show_bug.cgi?id=772842) -- vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit Windows is unaffected. - [Bug #763663](https://bugzilla.gnome.org/show_bug.cgi?id=763663) ## Schedule for 1.12 @@ -1144,9 +1170,9 @@ development version leading up to the stable 1.12 release. The development of 1.11/1.12 will happen in the git master branch. The plan for the 1.12 development cycle is yet to be confirmed, but it is -expected that feature freeze will be around early/mid-January, +expected that feature freeze will be around early/mid-February, followed by several 1.11 pre-releases and the new 1.12 stable release -in March. +in April. 1.12 will be backwards-compatible to the stable 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/RELEASE b/RELEASE index 8999b5d8c0..a9b5f385e8 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,7 @@ -Release notes for GStreamer Good Plugins 1.10.2 +Release notes for GStreamer Good Plugins 1.10.3 -The GStreamer team is proud to announce the second bugfix release in the stable +The GStreamer team is proud to announce the third bugfix release in the stable 1.10 release series of your favourite cross-platform multimedia framework! @@ -55,12 +55,35 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release - * 757292 : gdkpixbufoverlay: relative-x/y properties - * 774428 : qtdemux: Outputting unaligned raw audio/video buffers - * 774834 : flic decoder: Buffer overflow in flx_decode_delta_fli - * 774859 : flic decoder: Invalid memory read in flx_decode_chunks - * 774897 : flxdec: Unreferences itself one time too many on invalid files - * 775219 : avidemux: Ensure that tags are valid UTF-8 before adding them to the taglist + * 775898 : scaletempo: crash in Totem when doing Slow - > Fast - > Slow playback + * 754230 : qtdemux: support sparse time ranges in qtdemux without needing a seek for MSE + * 765498 : qtdemux: Fix key_time in gst_qtdemux_adjust_seek() + * 772646 : rtpjitterbuffer: fix lost-event using dts instead of pts + * 773218 : rtpbin: pipeline gets an EOS when any rtpsources byes + * 773891 : rtpjitterbuffer: fix timer-reuse bug + * 773905 : rtpjitterbuffer: fix bug in reschedule_timer + * 775071 : memory leak in usage of gst_pad_get_current_caps() API + * 775450 : aacparse: invalid memory read in gst_aac_parse_sink_setcaps + * 775451 : qtdemux: out of bounds read in qtdemux_tag_add_str_full + * 775455 : qtdemux: memory leaks in qtdemux_inflate + * 775472 : matroskademux: memory leak in matroska parser / gst_ebml_read_binary + * 775479 : avidemux: memory leak in gst_avi_demux_riff_parse_vprp + * 775543 : rtspsrc: redirect-on-play skips stream cleanup and TEARDOWN + * 775794 : qtdemux: can not play xvid/mp2 quicktime format + * 775888 : flxdec: memory leaks in gst_flxdec_chain + * 776107 : qtdemux: Crashes when parsing edit lists due to missing size checks + * 776720 : souphttpsrc: no request retry on early server termination + * 777101 : rtspsrc: tcp interleaved data dropped if first sub-streams are skipped during SETUP + * 777123 : wavparse: CRITICAL warning with injected flush stop event in pull mode + * 777157 : qtdemux: seqh buffer not freed after calling qtdemux_parse_svq3_stsd_data() + * 777174 : qtmux resets request pad counters on PAUSED- > READY + * 777222 : souphttpsrc: redirect uri is never set + * 777327 : v4l2allocator: memory type not correctly set in allocator probe + * 777362 : qtmux: Error always printed after writing moov recovery file, regardless of success/failure + * 777469 : qtdemux: out of bounds heap read in qtdemux_parse_samples + * 777500 : avidemux: gst_avi_demux_parse_ncdt heap out of bounds read + * 777532 : avidemux: invalid memory read in gst_avi_demux_parse_ncdt + * 777832 : qtmux: Timecode track fixes for STSD entry ==== Download ==== @@ -97,9 +120,21 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Jagadish + * Alejandro G. Castro + * Andre McCurdy + * Arnaud Vrac + * Brendan Shanks + * Edward Hervey + * Enrique Ocaña González + * Garima Gaur + * Havard Graff + * Heekyoung Seo + * Jan Schmidt + * Jean-Christophe Trotin + * Matt Staples * Matthew Waters - * Philipp Zabel + * Rahul Bedarkar * Sebastian Dröge - * Tim-Philipp Müller + * Seungha Yang + * Vivia Nikolaidou   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 4c1a63d542..9234f7fb04 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.10.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) +AC_INIT([GStreamer Good Plug-ins],[1.10.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) AG_GST_INIT @@ -43,7 +43,7 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1002, 0, 1002) +AS_LIBTOOL(GST, 1003, 0, 1003) dnl *** required versions of GStreamer stuff *** GST_REQ=1.10.0 diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index cbc301a328..a22ef978b9 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -1015,7 +1015,7 @@ rw User Agent The User-Agent string to send to the server. -"GStreamer/1.10.2" +"GStreamer/1.10.3" diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index 9a84f1f67a..3380280bd7 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.10.2 + 1.10.3 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 06a6481528..63da44e1ad 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.10.2 + 1.10.3 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 c4d5b3bdb1..f745f07cd8 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.10.2 + 1.10.3 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 ab63fdcb43..5228e742b1 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.10.2 + 1.10.3 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 9cae28d4b1..40c4fa0915 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.10.2 + 1.10.3 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 b1ebbd4726..1f8f1489b1 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.10.2 + 1.10.3 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 c7829f9f57..7cdc27c30f 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.10.2 + 1.10.3 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 8b73ae1406..003f3bf1ed 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.10.2 + 1.10.3 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 b1d277ab1e..9d56ceb49e 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.10.2 + 1.10.3 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 f485452fb5..12c84b58b8 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.10.2 + 1.10.3 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 070a9cec0a..62bff80134 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.10.2 + 1.10.3 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 38a9dde313..be9c9bce5b 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.10.2 + 1.10.3 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 dfab84c43a..1a1a9c4e48 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.10.2 + 1.10.3 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 83f9e3b8c7..cd34e11489 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.10.2 + 1.10.3 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 c84867d835..14000317ea 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.10.2 + 1.10.3 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 ce05bcf7cf..661a1c2756 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.10.2 + 1.10.3 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 b34c1a38a9..5877be1440 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.10.2 + 1.10.3 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 1707dd1819..cca77c8bac 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.10.2 + 1.10.3 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 b3f8863948..2db9d67083 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.10.2 + 1.10.3 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 807793cf36..f3a6390310 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.10.2 + 1.10.3 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 533e92e3a7..29a8751461 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.10.2 + 1.10.3 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 3baa5bee55..1fb5862a85 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.10.2 + 1.10.3 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 ff263a4385..9d4db45fea 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.10.2 + 1.10.3 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 0c57762241..96e962fa06 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.10.2 + 1.10.3 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 14193abf21..ed068deaef 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.10.2 + 1.10.3 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 2372ac3a14..c0bf78637e 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.10.2 + 1.10.3 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 63a5dd1ed1..7716881a0a 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.10.2 + 1.10.3 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 c1c2cf64c4..b0d0505f0a 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.10.2 + 1.10.3 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 ec8b234d07..bcea5067a3 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.10.2 + 1.10.3 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 f8c9952440..6cb235270b 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.10.2 + 1.10.3 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 4edc03062e..057a7e75be 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.10.2 + 1.10.3 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 90b106fb32..1e484f3581 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.10.2 + 1.10.3 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 9af2ae6f85..0480dc0673 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.10.2 + 1.10.3 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 1f7330b65d..e634306ecb 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.10.2 + 1.10.3 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 7fbe36f8ab..140e4263b7 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.10.2 + 1.10.3 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 5f0295c9e4..e323d81958 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.10.2 + 1.10.3 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 d1a161b6fc..1823697dcb 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.10.2 + 1.10.3 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 6c776e0619..e34247b777 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.10.2 + 1.10.3 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 1527614ccd..869110bf8b 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.10.2 + 1.10.3 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 daa0b35798..874e0e0b2e 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.10.2 + 1.10.3 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 76c0a8781a..6dded63793 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.10.2 + 1.10.3 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 9683ac85fc..366b25b350 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.10.2 + 1.10.3 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 ccaeb334df..7cdb74945c 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.10.2 + 1.10.3 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 b77516deaa..5b7c85d3a6 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.10.2 + 1.10.3 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 8f527450b2..f153ca3b16 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.10.2 + 1.10.3 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/docs/plugins/inspect/plugin-rtpmanager.xml b/docs/plugins/inspect/plugin-rtpmanager.xml index bd1e101798..73ab93b481 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.10.2 + 1.10.3 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 92661206e4..58591c4f67 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.10.2 + 1.10.3 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 835fe83e36..cc2c4fc7e1 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.10.2 + 1.10.3 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 193fe2c100..230aff162b 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.10.2 + 1.10.3 LGPL gst-plugins-good libshout2 diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index 58f0f72aed..4562e52685 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.10.2 + 1.10.3 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 d3afa28712..f7ffb66523 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.10.2 + 1.10.3 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 059d390380..d3a01a2e1e 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.10.2 + 1.10.3 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 2d39ceff0c..e3001b3768 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.10.2 + 1.10.3 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 a446fa738a..212423c8b6 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.10.2 + 1.10.3 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 5570211e8b..c6c0640bbf 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.10.2 + 1.10.3 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 52632bda54..42ca81d0e9 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.10.2 + 1.10.3 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 2484090a55..1e71e66ece 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.10.2 + 1.10.3 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 17d38046bd..4754dc4cd6 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.10.2 + 1.10.3 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 f43b0b3c10..586489b829 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.10.2 + 1.10.3 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 4ea6f6d28e..8be37a734e 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.10.2 + 1.10.3 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 93eb0593d4..ab4774dcfa 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.10.2 + 1.10.3 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 8e7dc2fc78..e304149910 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.10.2 + 1.10.3 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 9ef03492eb..383323ea1e 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.10.2 + 1.10.3 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 10025ab685..9458f6ccd8 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.10.2 + 1.10.3 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 635fc5f677..ff1cdb6d49 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.10.2 + 1.10.3 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 ffabbef18f..345d5d5ca0 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.10.2 + 1.10.3 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap index 603f1414cb..35c7960129 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.10.3 + 1.10 + + 2017-01-30 + + + + 1.10.2 diff --git a/win32/common/config.h b/win32/common/config.h index 2c188ebc16..a4d0f3eb24 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -64,7 +64,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2016-11-29" +#define GST_PACKAGE_RELEASE_DATETIME "2017-01-30" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -401,7 +401,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.10.2" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.10.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -410,7 +410,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.10.2" +#define PACKAGE_VERSION "1.10.3" /* directory where plugins are located */ #ifdef _DEBUG @@ -445,7 +445,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.10.2" +#define VERSION "1.10.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -- cgit v1.2.3-70-g09d2