diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-08-19 12:47:35 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-08-19 12:47:35 +0300 |
commit | 5b83b10999fa588d62e9043ff29eb0d07b2a42c8 (patch) | |
tree | 01e8a0d7404bd6b58ee172e9351147fa5317b500 | |
parent | 92d71a01164545ee81a826614d323ce0d54c0502 (diff) |
Release 1.8.31.8.3
74 files changed, 575 insertions, 301 deletions
@@ -1,9 +1,454 @@ +=== release 1.8.3 === + +2016-08-19 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.8.3 + +2016-08-19 11:57:57 +0300 Sebastian Dröge <sebastian@centricular.com> + + * 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-08-17 09:49:04 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Allow mimetypes with properties as long as they're application/sdp + Some servers add properties like charset, e.g. + application/sdp; charset=utf8 + Ideally we should also parse the charset and do conversion of all messages, + but that's for a later time. + +2016-08-11 16:32:21 -0600 Thomas Bluemel <tbluemel@control4.com> + + * gst/udp/gstmultiudpsink.c: + multiudpsink: Initialize bytes_sent field. + This fixes endpoints not receiving any data intermittently. + https://bugzilla.gnome.org/show_bug.cgi?id=769773 + +2016-08-10 11:26:17 -0600 Thomas Bluemel <tbluemel@control4.com> + + * gst/rtpmanager/rtpjitterbuffer.c: + rtpjitterbuffer: Don't warn for duplicate packets + This is a normal scenario and should not be a warning. This can + happen frequently when re-transmits of lost packets are enabled. + https://bugzilla.gnome.org/show_bug.cgi?id=762208 + +2016-08-08 13:49:19 +1000 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmux: Fix typo converting to running time. + Use the correct collected timestamp. + +2016-08-08 02:53:48 +1000 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + * gst/multifile/gstsplitmuxsink.h: + Revert "splitmuxsink: Use GstBin async-handling instead of our own." + This reverts commit fa008f271a52f82dededc28bd81b020ca7939b47. + async-handling in GstBin causes the pipeline to spin at 100% + CPU as the top-level pipeline tries to change that state + to PLAYING constantly. This is a workaround for a core + problem, essentially, but an improvement in this case for now. + +2016-08-08 00:56:38 +1000 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmux: Recheck state after unlocking mutex. + After dropping the splitmux lock, re-check the state, + don't just fall through and sleep unconditionally, + as we may have already missed the wakeup. + https://bugzilla.gnome.org/show_bug.cgi?id=769514 + +2016-08-03 03:32:07 +1000 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxsrc.c: + splitmuxsrc: Don't stop and error on EOS flow return + Don't immediately halt on EOS flow return from downstream + due to out of segment. Let the demuxer handle it and send + EOS. + +2016-07-25 18:20:03 +1000 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmuxsink: Fix debug statement signedness. + The ts variable is a GstClockTime, don't print it + as a GstClockTimeDiff. + +2016-07-17 22:41:02 +1000 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + * gst/multifile/gstsplitmuxsink.h: + splitmuxsink: Handle negative running time + Use signed clock times for running time everywhere + so that we handle negative running times without + going haywire, similar to what queue and multiqueue + do these days. + +2016-07-18 00:12:55 +1000 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmuxsink: Drop lock when sending dummy event + When pushing the dummy event into the multiqueue, + drop the splitmux lock or else we might deadlock. + +2016-07-25 13:34:02 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtp/gstrtpbvpay.c: + * gst/rtp/gstrtpceltpay.c: + * gst/rtp/gstrtpg722pay.c: + * gst/rtp/gstrtph263ppay.c: + * gst/rtp/gstrtph265pay.c: + * gst/rtp/gstrtpilbcpay.c: + rtp: Filter with the filter caps in the payloader's getcaps + +2016-06-30 01:56:41 +1000 Jan Schmidt <thaytan@noraisin.net> + + * gst/rtp/gstrtph264pay.c: + rtph264pay: Intersect with filter caps in getcaps function. + Always intersect with the filter caps in the getcaps function + to make sure we return a subset of what was requested. + Other payloaders also have this problem and need fixing + in future commits. + +2016-06-30 14:40:40 +0200 Thomas Scheuermann <Thomas.Scheuermann@barco.com> + + * ext/jack/gstjackaudioclient.c: + jack: don't wait for callbacks if the jack server shut down + Otherwise we'll wait forever. + https://bugzilla.gnome.org/show_bug.cgi?id=747275 + +2016-07-07 18:23:07 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/matroska/matroska-mux.c: + matroskamux: Error out if we start writing data with some pads not having a codec id yet + This can only happen if a) upstream somehow gets around the CAPS event failing + or b) there never being any CAPS event. + The following code assumes that all pads have a codec-id. + https://bugzilla.gnome.org/show_bug.cgi?id=768509 + +2016-07-04 17:45:40 +0200 Sebastian Dröge <sebastian@centricular.com> + + * tests/check/elements/qtmux.c: + qtmux: Use complete AAC caps with codec_data in the tests + +2016-07-04 16:58:38 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/audioparsers/gstaacparse.c: + aacparse: Reject raw AAC if no codec_data is found in the caps + If necessary, a demuxer will have to invent something here but this is only a + problem with non-conformant files anyway. + +2016-07-04 16:55:32 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Invent AAC codec_data if none is present + Without, raw AAC can't be handled and we have some information available in + the decoder that most likely allows us to decode the stream in one way or + another. This is the same code already used by matroskademux for the same + reasons, and ffmpeg/vlc play such files just fine too by guesswork. + +2016-07-04 14:54:13 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/isomp4/gstqtmux.c: + qtmux: Reject raw AAC caps without codec_data + The resulting file is not going to be playable without guesswork and raw caps + should always have codec_data. + +2016-07-05 21:11:35 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Set to PLAYING after a seek again after setting up the segment and everything else + There's a small window for a race condition otherwise. + +2016-07-01 10:05:00 +0000 Brad Lackey <blackey@gmail.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Don't disable UDP protocols on redirecting + https://bugzilla.gnome.org/show_bug.cgi?id=768232 + +2016-07-10 21:30:27 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/udp/gstudpsrc.c: + udpsrc: Use correct in6_pktinfo struct instead of in_pktinfo + Fixes the build on FreeBSD, which does not have the latter. + https://bugzilla.gnome.org/show_bug.cgi?id=768623 + +2016-07-08 12:30:10 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2.c: + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2deviceprovider.c: + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2object.h: + * sys/v4l2/gstv4l2radio.c: + * sys/v4l2/gstv4l2sink.c: + * sys/v4l2/v4l2_calls.c: + Revert "v4l2: use opened device caps instead of physical device ones" + This reverts commit d6c8cb63859368e7100b0002354ad742e4286eba. + Apparently this was not fully tested and cause regressions. + +2016-07-02 01:56:07 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> + + * sys/v4l2/gstv4l2.c: + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2deviceprovider.c: + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2object.h: + * sys/v4l2/gstv4l2radio.c: + * sys/v4l2/gstv4l2sink.c: + * sys/v4l2/v4l2_calls.c: + v4l2: use opened device caps instead of physical device ones + The same physical device can export multiple devices. In + this case, the capabilities field now contains a union of + all caps available from all exported V4L2 devices alongside + a V4L2_CAP_DEVICE_CAPS flag that should be used to decide + what capabilities to consider. In our case, we need the + ones from the exported device we are using. + https://bugzilla.gnome.org/show_bug.cgi?id=768195 + +2016-07-01 17:28:17 +0900 Seungha Yang <sh.yang@lge.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Push caps only when it was updated + Commit 7873bede3134b15e5066e8d14e54d1f5054d2063 caused new caps + event per moof without consideration of duplication. + https://bugzilla.gnome.org/show_bug.cgi?id=768268 + +2016-06-30 15:01:46 +0200 Jonas Holmberg <jonashg@axis.com> + + * gst/rtp/gstrtph265depay.c: + rtph265depay: fix invalid memory access + 10 bytes was allocated for stream_format but size of "byte-stream" is + more. Use g_strdup() instead. + https://bugzilla.gnome.org/show_bug.cgi?id=753760 + +2016-06-28 16:44:50 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/udp/gstudpsrc.c: + udpsrc: Windows has no ipi_spec_dst in struct in_pktinfo + +2016-06-28 15:15:14 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/udp/gstudpsrc.c: + udpsrc: #define __APPLE_USE_RFC_3542 to be able to use IPV6_PKTINFO on OSX/iOS + +2016-06-28 15:08:04 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/udp/gstudpsrc.c: + udpsrc: Move #includes around to a) work around broken glibc header and b) Windows + +2016-06-28 14:25:03 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/udp/gstudpsrc.c: + udpsrc: Fix compilation on Windows and *BSD/OSX + +2016-06-23 20:21:59 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/udp/gstudpsrc.c: + udpsrc: Filter out multicast packets that are not for our multicast address + https://bugzilla.gnome.org/show_bug.cgi?id=767980 + +2016-06-28 10:57:27 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: When seeking, consider the current element state or pending state instead of the RTSP state + If we consider the RTSP state, what can happen is that it is PLAYING but the + element already asynchronously tried to PAUSE and it just did not happen yet. + We would then override this setting to PAUSED (while the element actually is + in PAUSED) and set the RTSP state to PLAYING again. This would then cause us + to produce packets while the sinks are all PAUSED, piling up thousands of + packets in the rtpjitterbuffer and other elements and finally failing. + +2016-06-17 16:08:08 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/isomp4/gstqtmux.c: + qtmux: The prores variant is stored in the variant field, not format + And the caps in the sink pad template already used variant (only). + +2016-05-23 10:18:48 +0200 Miguel París Díaz <mparisdiaz@gmail.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: take the lock when changing stats + https://bugzilla.gnome.org/show_bug.cgi?id=766025 + +2016-06-15 11:19:43 +0200 Jürgen Slowack <jurgen.slowack@barco.com> + + * gst/rtp/gstrtph265pay.c: + rtph265: fix NAL unit type parsing and SPS/PPS/VPS detection + Fixes sps/pps/vps insertion via the config-interval property. + https://bugzilla.gnome.org//show_bug.cgi?id=767680 + +2016-06-10 13:42:01 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/flv/gstflvdemux.c: + flvdemux: fix date parsing when there are trailing spaces + Fixes parsing of "Thu May 11 15:57:46 2006 ". + https://bugzilla.gnome.org/show_bug.cgi?id=767496 + === release 1.8.2 === -2016-06-09 Sebastian Dröge <slomo@coaxion.net> +2016-06-09 11:51:12 +0300 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.8.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.8.2 + +2016-06-09 11:20:54 +0300 Sebastian Dröge <sebastian@centricular.com> + + * 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-06-09 10:05:34 +0300 Sebastian Dröge <sebastian@centricular.com> @@ -15235,14 +15680,10 @@ * ext/pulse/Makefile.am: * ext/pulse/plugin.c: - * ext/pulse/pulsedevicemonitor.c: - * ext/pulse/pulsedevicemonitor.h: * ext/pulse/pulsedeviceprovider.c: * ext/pulse/pulsedeviceprovider.h: * sys/v4l2/Makefile.am: * sys/v4l2/gstv4l2.c: - * sys/v4l2/gstv4l2devicemonitor.c: - * sys/v4l2/gstv4l2devicemonitor.h: * sys/v4l2/gstv4l2deviceprovider.c: * sys/v4l2/gstv4l2deviceprovider.h: Rename GstDeviceMonitor to GstDeviceProvider @@ -23608,8 +24049,6 @@ 2013-09-10 16:44:53 -0600 Seán de Búrca <leftmostcat@gmail.com> - * 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 @@ -28355,8 +28794,6 @@ * sys/osxaudio/gstosxaudiosrc.h: * sys/osxaudio/gstosxcoreaudiocommon.c: * sys/osxaudio/gstosxcoreaudiocommon.h: - * sys/osxaudio/gstosxringbuffer.c: - * sys/osxaudio/gstosxringbuffer.h: osxaudio: port to v.1.0 2013-04-16 19:29:48 -0400 Olivier Crête <olivier.crete@collabora.com> @@ -34176,15 +34613,6 @@ 2012-09-16 15:33:57 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> - * ext/vp8/GstVP8Enc.prs: - * ext/vp8/Makefile.am: - * ext/vp8/gstvp8dec.c: - * ext/vp8/gstvp8dec.h: - * ext/vp8/gstvp8enc.c: - * ext/vp8/gstvp8enc.h: - * ext/vp8/gstvp8utils.c: - * ext/vp8/gstvp8utils.h: - * ext/vp8/plugin.c: * ext/vpx/GstVP8Enc.prs: * ext/vpx/Makefile.am: * ext/vpx/gstvp8dec.c: @@ -35968,8 +36396,6 @@ * configure.ac: * ext/gdk_pixbuf/Makefile.am: - * ext/gdk_pixbuf/gstgdkpixbuf.c: - * ext/gdk_pixbuf/gstgdkpixbuf.h: * ext/gdk_pixbuf/gstgdkpixbufdec.c: * ext/gdk_pixbuf/gstgdkpixbufdec.h: * ext/gdk_pixbuf/gstgdkpixbufplugin.c: @@ -45223,7 +45649,6 @@ * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: - * docs/plugins/inspect/plugin-gstrtpmanager.xml: * docs/plugins/inspect/plugin-rtpmanager.xml: * gst/rtpmanager/gstrtpbin.c: * gst/rtpmanager/gstrtpmanager.c: @@ -47230,8 +47655,6 @@ * ext/soup/gstsoup.c: * ext/soup/gstsouphttpclientsink.c: * ext/soup/gstsouphttpclientsink.h: - * ext/soup/gstsouphttpsink.c: - * ext/soup/gstsouphttpsink.h: soup: rename souphttpsink to souphttpclientsink To avoid confusion, and because we might want a server sink at some point too. @@ -48315,8 +48738,6 @@ * sys/v4l2/gstv4l2sink.c: * sys/v4l2/gstv4l2videooverlay.c: * sys/v4l2/gstv4l2videooverlay.h: - * sys/v4l2/gstv4l2xoverlay.c: - * sys/v4l2/gstv4l2xoverlay.h: v4l2: update for GstXOverlay => GstVideoOverlay rename 2011-08-07 12:23:26 +0200 Sjoerd Simons <sjoerd.simons@collabora.co.uk> @@ -51766,7 +52187,6 @@ * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/inspect/plugin-isomp4.xml: - * docs/plugins/inspect/plugin-quicktime.xml: * gst-plugins-good.spec.in: * gst/isomp4/LEGAL: * gst/isomp4/Makefile.am: @@ -51803,41 +52223,6 @@ * gst/isomp4/qtdemux_types.c: * gst/isomp4/qtdemux_types.h: * gst/isomp4/qtpalette.h: - * gst/quicktime/LEGAL: - * gst/quicktime/Makefile.am: - * gst/quicktime/atoms.c: - * gst/quicktime/atoms.h: - * gst/quicktime/atomsrecovery.c: - * gst/quicktime/atomsrecovery.h: - * gst/quicktime/descriptors.c: - * gst/quicktime/descriptors.h: - * gst/quicktime/fourcc.h: - * gst/quicktime/ftypcc.h: - * gst/quicktime/gstqtmoovrecover.c: - * gst/quicktime/gstqtmoovrecover.h: - * gst/quicktime/gstqtmux-doc.c: - * gst/quicktime/gstqtmux-doc.h: - * gst/quicktime/gstqtmux.c: - * gst/quicktime/gstqtmux.h: - * gst/quicktime/gstqtmuxmap.c: - * gst/quicktime/gstqtmuxmap.h: - * gst/quicktime/gstrtpxqtdepay.c: - * gst/quicktime/gstrtpxqtdepay.h: - * gst/quicktime/properties.c: - * gst/quicktime/properties.h: - * gst/quicktime/qtatomparser.h: - * gst/quicktime/qtdemux.c: - * gst/quicktime/qtdemux.h: - * gst/quicktime/qtdemux.vcproj: - * gst/quicktime/qtdemux_dump.c: - * gst/quicktime/qtdemux_dump.h: - * gst/quicktime/qtdemux_fourcc.h: - * gst/quicktime/qtdemux_lang.c: - * gst/quicktime/qtdemux_lang.h: - * gst/quicktime/qtdemux_types.c: - * gst/quicktime/qtdemux_types.h: - * gst/quicktime/qtpalette.h: - * gst/quicktime/quicktime.c: * po/POTFILES.in: quicktime: rename plugin to isomp4 https://bugzilla.gnome.org/show_bug.cgi?id=648004 @@ -52602,7 +52987,6 @@ * gst/dtmf/Makefile.am: * gst/dtmf/gstdtmfcommon.h: * gst/dtmf/gstdtmfsrc.c: - * gst/dtmf/gstrtpdtmfcommon.h: * gst/dtmf/gstrtpdtmfdepay.c: * gst/dtmf/gstrtpdtmfdepay.h: * gst/dtmf/gstrtpdtmfsrc.c: @@ -53921,23 +54305,6 @@ * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/inspect/plugin-quicktime.xml: - * gst/qtdemux/LEGAL: - * gst/qtdemux/Makefile.am: - * gst/qtdemux/gstrtpxqtdepay.c: - * gst/qtdemux/gstrtpxqtdepay.h: - * gst/qtdemux/qtatomparser.h: - * gst/qtdemux/qtdemux.c: - * gst/qtdemux/qtdemux.h: - * gst/qtdemux/qtdemux.vcproj: - * gst/qtdemux/qtdemux_dump.c: - * gst/qtdemux/qtdemux_dump.h: - * gst/qtdemux/qtdemux_fourcc.h: - * gst/qtdemux/qtdemux_lang.c: - * gst/qtdemux/qtdemux_lang.h: - * gst/qtdemux/qtdemux_types.c: - * gst/qtdemux/qtdemux_types.h: - * gst/qtdemux/qtpalette.h: - * gst/qtdemux/quicktime.c: * gst/quicktime/LEGAL: * gst/quicktime/Makefile.am: * gst/quicktime/gstrtpxqtdepay.c: @@ -55328,11 +55695,6 @@ 2009-11-28 18:13:31 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> * gst/aacparse/Makefile.am: - * gst/aacparse/gstaacparse.c: - * gst/aacparse/gstaacparse.h: - * gst/aacparse/gstbaseparse.c: - * gst/aacparse/gstbaseparse.h: - * gst/aacparse/plugin.c: * gst/audioparsers/Makefile.am: * gst/audioparsers/gstaacparse.c: * gst/audioparsers/gstaacparse.h: @@ -83224,12 +83586,9 @@ 2009-05-15 17:11:27 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk> * tests/check/Makefile.am: - * tests/check/audiotestsrc.flac: * tests/check/elements/id3demux.c: * tests/check/elements/souphttpsrc.c: * tests/check/pipelines/flacdec.c: - * tests/check/test-cert.pem: - * tests/check/test-key.pem: * tests/files/Makefile.am: * tests/files/audiotestsrc.flac: * tests/files/test-cert.pem: @@ -83308,42 +83667,6 @@ * gst/deinterlace/tvtime/weavebff.c: * gst/deinterlace/tvtime/weavetff.c: * gst/deinterlace/tvtime/x86-64_macros.inc: - * gst/deinterlace2/Makefile.am: - * gst/deinterlace2/gstdeinterlace2.c: - * gst/deinterlace2/gstdeinterlace2.h: - * gst/deinterlace2/tvtime/greedy.c: - * gst/deinterlace2/tvtime/greedyh.asm: - * gst/deinterlace2/tvtime/greedyh.c: - * gst/deinterlace2/tvtime/greedyhmacros.h: - * gst/deinterlace2/tvtime/linear.c: - * gst/deinterlace2/tvtime/linearblend.c: - * gst/deinterlace2/tvtime/mmx.h: - * gst/deinterlace2/tvtime/plugins.h: - * gst/deinterlace2/tvtime/scalerbob.c: - * gst/deinterlace2/tvtime/sse.h: - * gst/deinterlace2/tvtime/tomsmocomp.c: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc: - * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc: - * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc: - * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc: - * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc: - * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc: - * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: - * gst/deinterlace2/tvtime/vfir.c: - * gst/deinterlace2/tvtime/weave.c: - * gst/deinterlace2/tvtime/weavebff.c: - * gst/deinterlace2/tvtime/weavetff.c: - * gst/deinterlace2/tvtime/x86-64_macros.inc: Moved 'deinterlace2' from -bad to -good And rename it to deinterlace. @@ -86145,29 +86468,6 @@ * configure.ac: * docs/plugins/Makefile.am: - * gst/debug/Makefile.am: - * gst/debug/breakmydata.c: - * gst/debug/debug.vcproj: - * gst/debug/efence.c: - * gst/debug/efence.h: - * gst/debug/efence.vcproj: - * gst/debug/gstdebug.c: - * gst/debug/gstnavigationtest.c: - * gst/debug/gstnavigationtest.h: - * gst/debug/gstnavseek.c: - * gst/debug/gstnavseek.h: - * gst/debug/gstpushfilesrc.c: - * gst/debug/gstpushfilesrc.h: - * gst/debug/gsttaginject.c: - * gst/debug/gsttaginject.h: - * gst/debug/navigationtest.vcproj: - * gst/debug/negotiation.c: - * gst/debug/progressreport.c: - * gst/debug/progressreport.h: - * gst/debug/rndbuffersize.c: - * gst/debug/testplugin.c: - * gst/debug/tests.c: - * gst/debug/tests.h: * gst/debugutils/Makefile.am: * gst/debugutils/breakmydata.c: * gst/debugutils/debug.vcproj: @@ -87193,8 +87493,6 @@ 2009-02-24 14:55:28 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk> * ext/gconf/Makefile.am: - * ext/gconf/gconf.c: - * ext/gconf/gconf.h: * ext/gconf/gstgconf.c: * ext/gconf/gstgconf.h: * ext/gconf/gstgconfelements.h: @@ -88769,11 +89067,8 @@ * gst/audiofx/audioecho.c: * gst/audiofx/audioecho.h: * gst/audiofx/audiofx.c: - * gst/audiofx/audioreverb.c: - * gst/audiofx/audioreverb.h: * tests/check/Makefile.am: * tests/check/elements/audioecho.c: - * tests/check/elements/audioreverb.c: Rename audioreverb to audioecho. Fixes bug #568395. The element can add an echo and a simple reverb effect to an audio stream but for a real reverb filter it would need @@ -1,25 +1,29 @@ -### 1.8.2 +### 1.8.3 -The first 1.8 bug-fix release (1.8.2) was released on 9 June 2016. -This release only contains bugfixes and it should be safe to update from 1.8.0. +The third 1.8 bug-fix release (1.8.3) was released on 19 August 2016. +This release only contains bugfixes and it should be safe to update from 1.8.3. -#### Major bugfixes in 1.8.2 +#### Major bugfixes in 1.8.3 - - Fix vp8enc and flacenc segmentation faults on Windows - - Fix Android build failure due to BSD sed on OS X - - Fix Android build failure with applications targetting API > 20 - - Fix playback of live MS SmoothStreaming streams - - Fix various issues with vtdec and caopengllayersink on OS X - - Fix severe performance degradation in various image decoders - - Fix sample rate negotiation in opusdec - - Fix regression in typefind, causing deadlocks in some situations - - Fix mpegtsmux to set PTS on all output buffers again - - Fix extraction of frame dimensions from SDP in RTP JPEG depayloader - - Fix failure in v4l2videodec when setting of format fails after starting + - Fix Android build scripts on OS X and Windows + - Fix stepping in PAUSED state in certain circumstances + - Fix jackaudiosink hang when exiting + - Fix udpsrc receiving multicast packets not only from the selected + multicast group + - Fix unnecessary decoding of unselected streams in GES + - Fix (multi)udpsink randomly not sending to clients + - Fix ALL\_BOTH probes not considering EVENT\_FLUSH + - Fix average input rate calculations in queue2 + - Fix various locking issues causing deadlock in adaptivedemux + - Fix gst-libav encoders to correctly produce codec\_data in caps + - Add Wayland, Windows and Rasberry Pi support to the QML GL video sink + - Add support for building with OpenH264 1.6 + - Add support for controlling deinterlacing in GES video sources - ... and many, many more! -For a full list of bugfixes see [Bugzilla][buglist-1.8.2]. Note that this is +For a full list of bugfixes see [Bugzilla][buglist-1.8.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.8.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=130196&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.2 +[buglist-1.8.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=145400&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.3 + @@ -1,11 +1,11 @@ -Release notes for GStreamer Good Plugins 1.8.2 +Release notes for GStreamer Good Plugins 1.8.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.8 release series of your favourite cross-platform multimedia framework! -This release only contains bugfixes and it is safe to update from 1.8.1. For a +This release only contains bugfixes and it is safe to update from 1.8.x. For a full list of bugfixes see Bugzilla. @@ -55,42 +55,19 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release + * 767666 : splitmuxsink: infinite change_state loop + * 747275 : jackaudiosink: hangs when jackd exits * 766025 : rtpsession: race condition accessing ssrcs hash table - * 733864 : v4l2videodec: Implement EOS handling through V4L2_DEC_CMD_STOP - * 736252 : gdkpixbufdec: packetized mode logic - * 748700 : avimux: stopping file without index fails - * 754042 : v4l2src: Asserts on renegotiation with USERPTR - * 758424 : v4l2videodec: Keep the input buffers, they are needed to copy metadata - * 758703 : v4l2src: gst_v4l2_set_attribute warning messages cause infinite loop with .dot dump - * 761165 : Setting overlay parameters on v4l2sink fails - * 761787 : qtdemux: seek fails with CENC encrypted streams - * 762219 : rtpsession: don't act on suspicious BYE RTCP - * 764679 : IPv6 UDP stream to site-local multicast address - * 764733 : qtdemux: Regression in YouTube TV tests in WebKit MSE after fix for #760779 - * 764897 : Using non IPv6-socket in IPv6 scope - * 765072 : splitmuxsink: Sometimes creates a small one-frame file after EOS - * 765320 : flvmux: segfault when no buffers have arrived before EOS - * 765391 : vpxenc: Handle frames with too low duration correctly - * 765689 : rtspsrc: Various problems related to seeking causing scrub seeking to fail - * 765725 : qtmux: Allow MPEG-1 Layer 1 and 2 in addition to 3 in MP4 - * 765805 : qtdemux: Only first fragment played for fragmented mp4 files recorded with non-seekable sink - * 765806 : qtdemux: Store the segment sequence number in the EOS events and STREAM_DONE events/message - * 765933 : rtpjitterbuffer: Fix stall when receiving already lost packet - * 765946 : dv: Uses different pixel-aspect-ratio than gst-libav - * 766172 : v4l2videodec: [Regressions] Should not fail if S_FMT(CAPTURE) fail after STREAMON(CAPTURE) - * 766359 : auparse: sticky event misordering, got 'segment' before 'caps' - * 766382 : v4l2videodec: use visible size, not coded size, for downstream negotiation filter - * 766558 : deinterlace: fix caps leak - * 766610 : v4l2object: fix caps leak - * 766645 : matroskademux: don't hold object lock whilst pushing out headers, might lead to query deadlock - * 766711 : v4l2transform: scaling is broken in case of fixed pixel aspect ratio - * 766712 : v4l2transform should allow to change pixel aspect ratio - * 766719 : v4l2transform: Does not fully fixate the caps - * 766868 : qtdemux: Segments start at 0 on live MSS time-based streams, ignoring the start time configured upstream - * 766870 : rtpj2kpay: leaks input buffer - * 767300 : v4l2object uses deprecated RGB15 V4L2 format code - * 767424 : flvdemux: Fix unref assertion failure - * 767086 : v4l2src: pushes incomplete raw video buffers + * 766970 : aacparse: sticky event criticals with RTL HD mpeg-ts stream + * 767496 : flvdemux: won't parse a date string with trailing whitespace + * 767680 : rtph265pay: fix nal type parsing an sps/pps/vps insertion via config-interval property + * 767980 : udpsrc: Receiving multicast packets from all addresses, not just the configured + * 768232 : rtspsrc: protocols aren't reset after rtsp redirect + * 768268 : qtdemux: Push caps only when it was updated + * 768509 : matroskamux: Segmentation fault in string comparison + * 768623 : udpsrc: There is no struct in_pktinfo on FreeBSD + * 769514 : splitmuxsink: Deadlock + * 769773 : multiudpsink: Randomly ceases to send to clients ==== Download ==== @@ -127,31 +104,16 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Alex Ashley - * Andreas Naumann - * Dimitrios Katsaros - * Enrico Jorns - * Guillaume Desmottes - * Havard Graff + * Brad Lackey * Jan Schmidt - * Jesper Larsen - * Josep Torra - * Kieran Bingham - * Mario Sanchez Prada - * Mark Nauwelaerts - * Mats Lindestam + * Jonas Holmberg + * Jürgen Slowack * Miguel París Díaz - * Mikhail Fludkov * Nicolas Dufresne - * Nirbheek Chauhan - * Patricia Muscalu - * Peter Seiderer - * Philipp Zabel - * Pierre Lamot + * Reynaldo H. Verdejo Pinochet * Sebastian Dröge * Seungha Yang - * Thiago Santos - * Thibault Saunier + * Thomas Bluemel + * Thomas Scheuermann * Tim-Philipp Müller - * Xavier Claessens
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 6650bf10d..e5675d445 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.8.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) +AC_INIT([GStreamer Good Plug-ins],[1.8.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, 802, 0, 802) +AS_LIBTOOL(GST, 803, 0, 803) dnl *** required versions of GStreamer stuff *** GST_REQ=1.8.0 diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index ef4dd9b8b..ea7c01408 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -1005,7 +1005,7 @@ <FLAGS>rw</FLAGS> <NICK>User Agent</NICK> <BLURB>The User-Agent string to send to the server.</BLURB> -<DEFAULT>"GStreamer/1.8.2"</DEFAULT> +<DEFAULT>"GStreamer/1.8.3"</DEFAULT> </ARG> <ARG> diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index aa57409c4..30f493112 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -320,6 +320,9 @@ GObject GstTask GstTaskPool GSocket + GSocketControlMessage + GstIPPktinfoMessage + GstIPV6PktinfoMessage GTlsDatabase GTlsInteraction GdkPixbuf diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index 22fe11c1f..a3f1e1dcd 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,7 +3,7 @@ <description>Source for video data via IEEE1394 interface</description> <filename>../../ext/raw1394/.libs/libgst1394.so</filename> <basename>libgst1394.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index 3a6c46126..4dc653d2a 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,7 +3,7 @@ <description>ASCII Art video sink</description> <filename>../../ext/aalib/.libs/libgstaasink.so</filename> <basename>libgstaasink.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index 7ee670c5c..635c07069 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,7 +3,7 @@ <description>ALaw audio conversion routines</description> <filename>../../gst/law/.libs/libgstalaw.so</filename> <basename>libgstalaw.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index 77bffefcd..99fadd10a 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,7 +3,7 @@ <description>adds an alpha channel to video - constant or via chroma-keying</description> <filename>../../gst/alpha/.libs/libgstalpha.so</filename> <basename>libgstalpha.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index 920c1571e..e17632ac8 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,7 +3,7 @@ <description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description> <filename>../../gst/alpha/.libs/libgstalphacolor.so</filename> <basename>libgstalphacolor.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index fa5c60a83..70c25d91f 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -3,7 +3,7 @@ <description>APEv1/2 tag reader</description> <filename>../../gst/apetag/.libs/libgstapetag.so</filename> <basename>libgstapetag.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index 655f527a9..4c10bffc2 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -3,7 +3,7 @@ <description>Audio effects plugin</description> <filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename> <basename>libgstaudiofx.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audioparsers.xml b/docs/plugins/inspect/plugin-audioparsers.xml index 4d0599d65..93ba30fe7 100644 --- a/docs/plugins/inspect/plugin-audioparsers.xml +++ b/docs/plugins/inspect/plugin-audioparsers.xml @@ -3,7 +3,7 @@ <description>Parsers for various audio formats</description> <filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename> <basename>libgstaudioparsers.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index 162716401..18253501e 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,7 +3,7 @@ <description>parses au streams</description> <filename>../../gst/auparse/.libs/libgstauparse.so</filename> <basename>libgstauparse.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 142669d37..24d78df58 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,7 +3,7 @@ <description>Plugin contains auto-detection plugins for video/audio in- and outputs</description> <filename>../../gst/autodetect/.libs/libgstautodetect.so</filename> <basename>libgstautodetect.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index 894396951..b3c6ab965 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,7 +3,7 @@ <description>AVI stream handling</description> <filename>../../gst/avi/.libs/libgstavi.so</filename> <basename>libgstavi.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index c0c9a8f02..563cfb800 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,7 +3,7 @@ <description>Colored ASCII Art video sink</description> <filename>../../ext/libcaca/.libs/libgstcacasink.so</filename> <basename>libgstcacasink.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 10b801581..53b1c7646 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,7 +3,7 @@ <description>Cairo-based elements</description> <filename>../../ext/cairo/.libs/libgstcairo.so</filename> <basename>libgstcairo.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index eb8042701..637ebb9f3 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -3,7 +3,7 @@ <description>Audio Cutter to split audio into non-silent bits</description> <filename>../../gst/cutter/.libs/libgstcutter.so</filename> <basename>libgstcutter.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index 5b3efd3bc..8fcf21964 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -3,7 +3,7 @@ <description>elements for testing and debugging</description> <filename>../../gst/debugutils/.libs/libgstdebug.so</filename> <basename>libgstdebug.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-deinterlace.xml b/docs/plugins/inspect/plugin-deinterlace.xml index 737973609..4c7f0b00e 100644 --- a/docs/plugins/inspect/plugin-deinterlace.xml +++ b/docs/plugins/inspect/plugin-deinterlace.xml @@ -3,7 +3,7 @@ <description>Deinterlacer</description> <filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename> <basename>libgstdeinterlace.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dtmf.xml b/docs/plugins/inspect/plugin-dtmf.xml index d7739d8e9..0b26584b7 100644 --- a/docs/plugins/inspect/plugin-dtmf.xml +++ b/docs/plugins/inspect/plugin-dtmf.xml @@ -3,7 +3,7 @@ <description>DTMF plugins</description> <filename>../../gst/dtmf/.libs/libgstdtmf.so</filename> <basename>libgstdtmf.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index 34d54221b..7abdd2a9b 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,7 +3,7 @@ <description>DV demuxer and decoder based on libdv (libdv.sf.net)</description> <filename>../../ext/dv/.libs/libgstdv.so</filename> <basename>libgstdv.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index 2874220ef..21f5b8390 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,7 +3,7 @@ <description>effect plugins from the effectv project</description> <filename>../../gst/effectv/.libs/libgsteffectv.so</filename> <basename>libgsteffectv.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml index c092eed69..e0b981b22 100644 --- a/docs/plugins/inspect/plugin-equalizer.xml +++ b/docs/plugins/inspect/plugin-equalizer.xml @@ -3,7 +3,7 @@ <description>GStreamer audio equalizers</description> <filename>../../gst/equalizer/.libs/libgstequalizer.so</filename> <basename>libgstequalizer.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index 38903eb4e..51926aabc 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,7 +3,7 @@ <description>The FLAC Lossless compressor Codec</description> <filename>../../ext/flac/.libs/libgstflac.so</filename> <basename>libgstflac.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-flv.xml b/docs/plugins/inspect/plugin-flv.xml index 3bd64eed2..868506596 100644 --- a/docs/plugins/inspect/plugin-flv.xml +++ b/docs/plugins/inspect/plugin-flv.xml @@ -3,7 +3,7 @@ <description>FLV muxing and demuxing plugin</description> <filename>../../gst/flv/.libs/libgstflv.so</filename> <basename>libgstflv.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index bcb582ac6..c7fbff2a7 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -3,7 +3,7 @@ <description>FLC/FLI/FLX video decoder</description> <filename>../../gst/flx/.libs/libgstflxdec.so</filename> <basename>libgstflxdec.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index 24679daf4..f1a11512c 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,7 +3,7 @@ <description>GdkPixbuf-based image decoder, overlay and sink</description> <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename> <basename>libgstgdkpixbuf.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index e657f27ff..750e9984e 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,7 +3,7 @@ <description>GOOM visualization filter</description> <filename>../../gst/goom/.libs/libgstgoom.so</filename> <basename>libgstgoom.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml index c854ddff6..7339f3413 100644 --- a/docs/plugins/inspect/plugin-goom2k1.xml +++ b/docs/plugins/inspect/plugin-goom2k1.xml @@ -3,7 +3,7 @@ <description>GOOM 2k1 visualization filter</description> <filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename> <basename>libgstgoom2k1.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index a20ffc265..b75dcf3fa 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -3,7 +3,7 @@ <description>Demux ICY tags from a stream</description> <filename>../../gst/icydemux/.libs/libgsticydemux.so</filename> <basename>libgsticydemux.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 61ef2c693..3eb809906 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -3,7 +3,7 @@ <description>Demux ID3v1 and ID3v2 tags from a file</description> <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename> <basename>libgstid3demux.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml index 7cc0db408..f2359fe52 100644 --- a/docs/plugins/inspect/plugin-imagefreeze.xml +++ b/docs/plugins/inspect/plugin-imagefreeze.xml @@ -3,7 +3,7 @@ <description>Still frame stream generator</description> <filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename> <basename>libgstimagefreeze.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index 3af50549f..bd0e1ff3c 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -3,7 +3,7 @@ <description>Audio interleaver/deinterleaver</description> <filename>../../gst/interleave/.libs/libgstinterleave.so</filename> <basename>libgstinterleave.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-isomp4.xml b/docs/plugins/inspect/plugin-isomp4.xml index 9d431007e..00f98da36 100644 --- a/docs/plugins/inspect/plugin-isomp4.xml +++ b/docs/plugins/inspect/plugin-isomp4.xml @@ -3,7 +3,7 @@ <description>ISO base media file format support (mp4, 3gpp, qt, mj2)</description> <filename>../../gst/isomp4/.libs/libgstisomp4.so</filename> <basename>libgstisomp4.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 3f7ba8f82..113bad2cf 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -3,7 +3,7 @@ <description>JACK audio elements</description> <filename>../../ext/jack/.libs/libgstjack.so</filename> <basename>libgstjack.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index 92c8c9cde..878004a9d 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,7 +3,7 @@ <description>JPeg plugin library</description> <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename> <basename>libgstjpeg.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index dac10e966..cc4059d7b 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,7 +3,7 @@ <description>Audio level plugin</description> <filename>../../gst/level/.libs/libgstlevel.so</filename> <basename>libgstlevel.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 0590e496a..dae62cce9 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,7 +3,7 @@ <description>Matroska and WebM stream handling</description> <filename>../../gst/matroska/.libs/libgstmatroska.so</filename> <basename>libgstmatroska.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index aee1e8874..0301a913a 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,7 +3,7 @@ <description>MuLaw audio conversion routines</description> <filename>../../gst/law/.libs/libgstmulaw.so</filename> <basename>libgstmulaw.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml index 75115b260..a1f46bb10 100644 --- a/docs/plugins/inspect/plugin-multifile.xml +++ b/docs/plugins/inspect/plugin-multifile.xml @@ -3,7 +3,7 @@ <description>Reads/Writes buffers from/to sequentially named files</description> <filename>../../gst/multifile/.libs/libgstmultifile.so</filename> <basename>libgstmultifile.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index d9c65c896..dc77899a0 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -3,7 +3,7 @@ <description>multipart stream manipulation</description> <filename>../../gst/multipart/.libs/libgstmultipart.so</filename> <basename>libgstmultipart.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index 6a869526d..acf3bbd8c 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -3,7 +3,7 @@ <description>Template for a video filter</description> <filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename> <basename>libgstnavigationtest.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml index 1aefb443e..151632640 100644 --- a/docs/plugins/inspect/plugin-oss4.xml +++ b/docs/plugins/inspect/plugin-oss4.xml @@ -3,7 +3,7 @@ <description>Open Sound System (OSS) version 4 support for GStreamer</description> <filename>../../sys/oss4/.libs/libgstoss4audio.so</filename> <basename>libgstoss4audio.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index 7fe8fab75..cb0008866 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,7 +3,7 @@ <description>OSS (Open Sound System) support for GStreamer</description> <filename>../../sys/oss/.libs/libgstossaudio.so</filename> <basename>libgstossaudio.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index e0c5024b6..eb49f930a 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,7 +3,7 @@ <description>PNG plugin library</description> <filename>../../ext/libpng/.libs/libgstpng.so</filename> <basename>libgstpng.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml index 64e4b37de..733215873 100644 --- a/docs/plugins/inspect/plugin-pulseaudio.xml +++ b/docs/plugins/inspect/plugin-pulseaudio.xml @@ -3,7 +3,7 @@ <description>PulseAudio plugin library</description> <filename>../../ext/pulse/.libs/libgstpulse.so</filename> <basename>libgstpulse.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index 2db78f117..7f7fa1bb8 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -3,7 +3,7 @@ <description>ReplayGain volume normalization</description> <filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename> <basename>libgstreplaygain.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index eead7eaaf..b72920e79 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,7 +3,7 @@ <description>Real-time protocol plugins</description> <filename>../../gst/rtp/.libs/libgstrtp.so</filename> <basename>libgstrtp.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rtpmanager.xml b/docs/plugins/inspect/plugin-rtpmanager.xml index d27c51377..58af9648c 100644 --- a/docs/plugins/inspect/plugin-rtpmanager.xml +++ b/docs/plugins/inspect/plugin-rtpmanager.xml @@ -3,7 +3,7 @@ <description>RTP session management plugin library</description> <filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename> <basename>libgstrtpmanager.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index b80b12866..c6b6a0661 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,7 +3,7 @@ <description>transfer data via RTSP</description> <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename> <basename>libgstrtsp.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-shapewipe.xml b/docs/plugins/inspect/plugin-shapewipe.xml index 83d644f6e..5499f67e2 100644 --- a/docs/plugins/inspect/plugin-shapewipe.xml +++ b/docs/plugins/inspect/plugin-shapewipe.xml @@ -3,7 +3,7 @@ <description>Shape Wipe transition filter</description> <filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename> <basename>libgstshapewipe.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index ed9db2a18..e829ed50c 100644 --- a/docs/plugins/inspect/plugin-shout2send.xml +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -3,7 +3,7 @@ <description>Sends data to an icecast server using libshout2</description> <filename>../../ext/shout2/.libs/libgstshout2.so</filename> <basename>libgstshout2.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>libshout2</package> diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index f598b81f1..b67b2ed28 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,7 +3,7 @@ <description>Apply the standard SMPTE transitions on video images</description> <filename>../../gst/smpte/.libs/libgstsmpte.so</filename> <basename>libgstsmpte.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml index 0effd0fb1..3b6ac1874 100644 --- a/docs/plugins/inspect/plugin-soup.xml +++ b/docs/plugins/inspect/plugin-soup.xml @@ -3,7 +3,7 @@ <description>libsoup HTTP client src/sink</description> <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename> <basename>libgstsouphttpsrc.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index 8c2567858..5e233da73 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -3,7 +3,7 @@ <description>Run an FFT on the audio signal, output spectrum data</description> <filename>../../gst/spectrum/.libs/libgstspectrum.so</filename> <basename>libgstspectrum.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index 47efa8edf..161c2dde1 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,7 +3,7 @@ <description>Speex plugin library</description> <filename>../../ext/speex/.libs/libgstspeex.so</filename> <basename>libgstspeex.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index 7dee83bf7..363545cd5 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -3,7 +3,7 @@ <description>Tag writing plug-in based on taglib</description> <filename>../../ext/taglib/.libs/libgsttaglib.so</filename> <basename>libgsttaglib.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index 683806d90..ab7754ab0 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,7 +3,7 @@ <description>transfer data via UDP</description> <filename>../../gst/udp/.libs/libgstudp.so</filename> <basename>libgstudp.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index cf12fa1ab..315f26b29 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -3,7 +3,7 @@ <description>elements for Video 4 Linux</description> <filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename> <basename>libgstvideo4linux2.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index fb0b47223..b973387f0 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,7 +3,7 @@ <description>resizes a video by adding borders or cropping</description> <filename>../../gst/videobox/.libs/libgstvideobox.so</filename> <basename>libgstvideobox.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index 8495a7bae..a045afe6b 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -3,7 +3,7 @@ <description>Crops video into a user-defined region</description> <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename> <basename>libgstvideocrop.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videofilter.xml b/docs/plugins/inspect/plugin-videofilter.xml index 7cb79c013..42f5b7dd2 100644 --- a/docs/plugins/inspect/plugin-videofilter.xml +++ b/docs/plugins/inspect/plugin-videofilter.xml @@ -3,7 +3,7 @@ <description>Video filters plugin</description> <filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename> <basename>libgstvideofilter.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index a048fd6b8..be88be736 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,7 +3,7 @@ <description>Video mixer</description> <filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename> <basename>libgstvideomixer.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-vpx.xml b/docs/plugins/inspect/plugin-vpx.xml index 2c489d8bc..29f8af1ca 100644 --- a/docs/plugins/inspect/plugin-vpx.xml +++ b/docs/plugins/inspect/plugin-vpx.xml @@ -3,7 +3,7 @@ <description>VP8 plugin</description> <filename>../../ext/vpx/.libs/libgstvpx.so</filename> <basename>libgstvpx.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index 7e492b47e..64f9454a5 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,7 +3,7 @@ <description>Encode raw audio into WAV</description> <filename>../../gst/wavenc/.libs/libgstwavenc.so</filename> <basename>libgstwavenc.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index c2cfd561a..7a400d3b8 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -3,7 +3,7 @@ <description>Wavpack lossless/lossy audio format handling</description> <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename> <basename>libgstwavpack.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index cd6158bd2..3cce7c417 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,7 +3,7 @@ <description>Parse a .wav file into raw audio</description> <filename>../../gst/wavparse/.libs/libgstwavparse.so</filename> <basename>libgstwavparse.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index f215dcffa..17e4953c3 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -3,7 +3,7 @@ <description>X11 video input plugin using standard Xlib calls</description> <filename>../../sys/ximage/.libs/libgstximagesrc.so</filename> <basename>libgstximagesrc.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index 16c14f3f6..a02a0dfa5 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -3,7 +3,7 @@ <description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description> <filename>../../gst/y4m/.libs/libgsty4menc.so</filename> <basename>libgsty4menc.so</basename> - <version>1.8.2</version> + <version>1.8.3</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap index ea48acb05..c8309c172 100644 --- a/gst-plugins-good.doap +++ b/gst-plugins-good.doap @@ -34,6 +34,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library). <release> <Version> + <revision>1.8.3</revision> + <branch>1.8</branch> + <name></name> + <created>2016-08-19</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.8.3.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.8.2</revision> <branch>1.8</branch> <name></name> diff --git a/win32/common/config.h b/win32/common/config.h index f05ed0319..6ebb6a7cf 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-06-09" +#define GST_PACKAGE_RELEASE_DATETIME "2016-08-19" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -395,7 +395,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.8.2" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.8.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -404,7 +404,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.8.2" +#define PACKAGE_VERSION "1.8.3" /* directory where plugins are located */ #ifdef _DEBUG @@ -435,7 +435,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.8.2" +#define VERSION "1.8.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |