From 044d7cb1e58ecd3d837235513c308f621f9c0bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 28 Mar 2018 14:22:42 +0100 Subject: Release 1.12.5 --- ChangeLog | 324 +++++++++++++++++++++++++++++++++++++++++++++++++- NEWS | 76 +++++++++--- RELEASE | 106 ++++++----------- configure.ac | 4 +- gst-plugins-good.doap | 12 +- meson.build | 2 +- 6 files changed, 433 insertions(+), 91 deletions(-) diff --git a/ChangeLog b/ChangeLog index d9d533776..2545f81e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,329 @@ +=== release 1.12.5 === + +2018-03-28 14:22:42 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-plugins-good.doap: + * meson.build: + Release 1.12.5 + +2018-03-28 14:22:42 +0100 Tim-Philipp Müller + + * docs/plugins/gst-plugins-good-plugins.args: + * docs/plugins/gst-plugins-good-plugins.hierarchy: + * docs/plugins/inspect/plugin-1394.xml: + * docs/plugins/inspect/plugin-aasink.xml: + * docs/plugins/inspect/plugin-alaw.xml: + * docs/plugins/inspect/plugin-alpha.xml: + * docs/plugins/inspect/plugin-alphacolor.xml: + * docs/plugins/inspect/plugin-apetag.xml: + * docs/plugins/inspect/plugin-audiofx.xml: + * docs/plugins/inspect/plugin-audioparsers.xml: + * docs/plugins/inspect/plugin-auparse.xml: + * docs/plugins/inspect/plugin-autodetect.xml: + * docs/plugins/inspect/plugin-avi.xml: + * docs/plugins/inspect/plugin-cacasink.xml: + * docs/plugins/inspect/plugin-cairo.xml: + * docs/plugins/inspect/plugin-cutter.xml: + * docs/plugins/inspect/plugin-debug.xml: + * docs/plugins/inspect/plugin-deinterlace.xml: + * docs/plugins/inspect/plugin-dtmf.xml: + * docs/plugins/inspect/plugin-dv.xml: + * docs/plugins/inspect/plugin-effectv.xml: + * docs/plugins/inspect/plugin-equalizer.xml: + * docs/plugins/inspect/plugin-flac.xml: + * docs/plugins/inspect/plugin-flv.xml: + * docs/plugins/inspect/plugin-flxdec.xml: + * docs/plugins/inspect/plugin-gdkpixbuf.xml: + * docs/plugins/inspect/plugin-goom.xml: + * docs/plugins/inspect/plugin-goom2k1.xml: + * docs/plugins/inspect/plugin-icydemux.xml: + * docs/plugins/inspect/plugin-id3demux.xml: + * docs/plugins/inspect/plugin-imagefreeze.xml: + * docs/plugins/inspect/plugin-interleave.xml: + * docs/plugins/inspect/plugin-isomp4.xml: + * docs/plugins/inspect/plugin-jack.xml: + * docs/plugins/inspect/plugin-jpeg.xml: + * docs/plugins/inspect/plugin-level.xml: + * docs/plugins/inspect/plugin-matroska.xml: + * docs/plugins/inspect/plugin-mulaw.xml: + * docs/plugins/inspect/plugin-multifile.xml: + * docs/plugins/inspect/plugin-multipart.xml: + * docs/plugins/inspect/plugin-navigationtest.xml: + * docs/plugins/inspect/plugin-oss4.xml: + * docs/plugins/inspect/plugin-ossaudio.xml: + * docs/plugins/inspect/plugin-png.xml: + * docs/plugins/inspect/plugin-pulseaudio.xml: + * docs/plugins/inspect/plugin-replaygain.xml: + * docs/plugins/inspect/plugin-rtp.xml: + * docs/plugins/inspect/plugin-rtpmanager.xml: + * docs/plugins/inspect/plugin-rtsp.xml: + * docs/plugins/inspect/plugin-shapewipe.xml: + * docs/plugins/inspect/plugin-shout2.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: + Update docs + +2018-02-28 19:19:10 +0200 Sebastian Dröge + + * gst/matroska/matroska-mux.c: + matroskamux: Clip maximum cluster duration to the maximum possible value + Only up to timescale * G_MAXINT16 is possible as cluster duration, which + is already higher than our default value. Using higher values would + cause overflows and broken files. + Based on the investigation by Nicola Murino + https://bugzilla.gnome.org/show_bug.cgi?id=792775 + +2018-02-28 19:21:53 +0200 Sebastian Dröge + + * gst/matroska/matroska-mux.c: + matroskamux: Only mark new clusters as keyframe if they start on a keyframe or we're muxing only audio + Based on a patch by Nicola Murino + https://bugzilla.gnome.org/show_bug.cgi?id=792775 + +2018-03-13 16:03:50 +0200 Sebastian Dröge + + * gst/rtsp/gstrtspsrc.c: + Revert "rtspsrc: Ignore medias marked as sendonly" + This reverts commit 86a56cc48c521d4fbd4c73c903a58787313458d4. + +2018-03-13 16:03:02 +0200 Sebastian Dröge + + * gst/rtsp/gstrtspsrc.c: + Revert "rtspsrc: Fix up sendonly/recvonly attribute handling" + This reverts commit 326e9549e378bcc71587ba569f73755e0abc1794. + In master/1.14 this was already disabled, and the attributes are only + ever looked at when a backchannel is used. This is necessary because + various ONVIF cameras out there are implementing the attributes the + wrong way around. + +2018-02-18 21:38:13 +0100 Sebastian Dröge + + * gst/monoscope/gstmonoscope.c: + * gst/monoscope/gstmonoscope.h: + monoscope: Forward the SEGMENT event from the chain function + Otherwise we'll break the event order and forward the SEGMENT event + before sending a CAPS event. + +2018-02-16 01:49:57 +1100 Jan Schmidt + + * gst/multifile/gstsplitmuxsrc.c: + * gst/multifile/gstsplitmuxsrc.h: + splitmuxsrc: Improve not-linked handling. + Don't report not-linked unless all pads have + returned not-linked. + +2018-01-31 15:02:50 +0000 Philippe Normand + + * gst/interleave/interleave.c: + interleave: fix memory leak of GAP buffers + https://bugzilla.gnome.org/show_bug.cgi?id=793067 + +2018-01-22 12:24:18 +0200 Sebastian Dröge + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Fix up sendonly/recvonly attribute handling + We can't handle recvonly streams, sendonly streams are perfectly fine. + The direction is the one from the point of view of the SDP offerer + (i.e. the RTSP server), and a recvonly stream would be one where the + server expects us to send media. + RFC 3264, section 5.1: + If the offerer wishes to only send media on a stream to its peer, it + MUST mark the stream as sendonly with the "a=sendonly" attribute. + This is mixed up in the ONVIF streaming specification examples, but + actual implementations and conformance tools seem to not care at all + about the attributes. + https://bugzilla.gnome.org/show_bug.cgi?id=792376 + +2018-01-18 14:23:07 +0100 Jan Alexander Steffens (heftig) + + * gst/audioparsers/gstaacparse.c: + aacparse: When parsing raw input, accept frames of any size + Raw AAC streams might have very small frames, e.g. 6 byte frames + when encoding silence. These frames are then smaller than aacparse's + default min_frame_size of 10 bytes (ADTS_MAX_SIZE). + When passthrough is disabled or aacparse has to output ADTS, GstBaseParse + will concatenate these short frames to the following frame before + handling them to aacparse, which processes each input buffer as a single + frame, producing bad output. + To avoid this problem, set the min_frame_size to 1 when receiving a raw + stream. + https://bugzilla.gnome.org/show_bug.cgi?id=792644 + +2018-01-08 15:23:24 +0100 Mathieu Duponchelle + + * ext/flac/gstflacdec.c: + * ext/flac/gstflacdec.h: + flacdec: flush flac decoder on lost sync. + This to allow the decoder to start searching for a new + frame again. + https://bugzilla.gnome.org/show_bug.cgi?id=791473 + +2017-12-23 12:44:31 +0100 Mark Nauwelaerts + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: also proxy multicast-iface property to RTCP udpsrc + +2015-11-02 00:41:28 +0100 Sebastian Rasmussen + + * gst/udp/gstmultiudpsink.c: + multiudpsink: don't try to set IPV6_TCLASS on IPV4 sockets + Avoids ERROR log message. + https://bugzilla.gnome.org/show_bug.cgi?id=757449 + +2017-12-11 15:27:08 -0600 Michael Catanzaro + + * gst/equalizer/gstiirequalizer.c: + equalizer: Fix -Wincompatible-pointer-types warning + This is caused by the new type propagation for g_object_ref. + https://bugzilla.gnome.org/show_bug.cgi?id=791494 + === release 1.12.4 === -2017-12-07 Sebastian Dröge +2017-12-07 20:22:10 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.12.4 + * docs/plugins/gst-plugins-good-plugins.args: + * docs/plugins/gst-plugins-good-plugins.hierarchy: + * docs/plugins/inspect/plugin-1394.xml: + * docs/plugins/inspect/plugin-aasink.xml: + * docs/plugins/inspect/plugin-alaw.xml: + * docs/plugins/inspect/plugin-alpha.xml: + * docs/plugins/inspect/plugin-alphacolor.xml: + * docs/plugins/inspect/plugin-apetag.xml: + * docs/plugins/inspect/plugin-audiofx.xml: + * docs/plugins/inspect/plugin-audioparsers.xml: + * docs/plugins/inspect/plugin-auparse.xml: + * docs/plugins/inspect/plugin-autodetect.xml: + * docs/plugins/inspect/plugin-avi.xml: + * docs/plugins/inspect/plugin-cacasink.xml: + * docs/plugins/inspect/plugin-cairo.xml: + * docs/plugins/inspect/plugin-cutter.xml: + * docs/plugins/inspect/plugin-debug.xml: + * docs/plugins/inspect/plugin-deinterlace.xml: + * docs/plugins/inspect/plugin-dtmf.xml: + * docs/plugins/inspect/plugin-dv.xml: + * docs/plugins/inspect/plugin-effectv.xml: + * docs/plugins/inspect/plugin-equalizer.xml: + * docs/plugins/inspect/plugin-flac.xml: + * docs/plugins/inspect/plugin-flv.xml: + * docs/plugins/inspect/plugin-flxdec.xml: + * docs/plugins/inspect/plugin-gdkpixbuf.xml: + * docs/plugins/inspect/plugin-goom.xml: + * docs/plugins/inspect/plugin-goom2k1.xml: + * docs/plugins/inspect/plugin-icydemux.xml: + * docs/plugins/inspect/plugin-id3demux.xml: + * docs/plugins/inspect/plugin-imagefreeze.xml: + * docs/plugins/inspect/plugin-interleave.xml: + * docs/plugins/inspect/plugin-isomp4.xml: + * docs/plugins/inspect/plugin-jack.xml: + * docs/plugins/inspect/plugin-jpeg.xml: + * docs/plugins/inspect/plugin-level.xml: + * docs/plugins/inspect/plugin-matroska.xml: + * docs/plugins/inspect/plugin-mulaw.xml: + * docs/plugins/inspect/plugin-multifile.xml: + * docs/plugins/inspect/plugin-multipart.xml: + * docs/plugins/inspect/plugin-navigationtest.xml: + * docs/plugins/inspect/plugin-oss4.xml: + * docs/plugins/inspect/plugin-ossaudio.xml: + * docs/plugins/inspect/plugin-png.xml: + * docs/plugins/inspect/plugin-pulseaudio.xml: + * docs/plugins/inspect/plugin-replaygain.xml: + * docs/plugins/inspect/plugin-rtp.xml: + * docs/plugins/inspect/plugin-rtpmanager.xml: + * docs/plugins/inspect/plugin-rtsp.xml: + * docs/plugins/inspect/plugin-shapewipe.xml: + * docs/plugins/inspect/plugin-smpte.xml: + * docs/plugins/inspect/plugin-soup.xml: + * docs/plugins/inspect/plugin-spectrum.xml: + * docs/plugins/inspect/plugin-speex.xml: + * docs/plugins/inspect/plugin-taglib.xml: + * docs/plugins/inspect/plugin-udp.xml: + * docs/plugins/inspect/plugin-video4linux2.xml: + * docs/plugins/inspect/plugin-videobox.xml: + * docs/plugins/inspect/plugin-videocrop.xml: + * docs/plugins/inspect/plugin-videofilter.xml: + * docs/plugins/inspect/plugin-videomixer.xml: + * docs/plugins/inspect/plugin-vpx.xml: + * docs/plugins/inspect/plugin-wavenc.xml: + * docs/plugins/inspect/plugin-wavpack.xml: + * docs/plugins/inspect/plugin-wavparse.xml: + * docs/plugins/inspect/plugin-ximagesrc.xml: + * docs/plugins/inspect/plugin-y4menc.xml: + * gst-plugins-good.doap: + * gst/audiofx/audiopanoramaorc-dist.c: + * gst/deinterlace/tvtime-dist.c: + * gst/videobox/gstvideoboxorc-dist.c: + * gst/videomixer/videomixerorc-dist.c: + * meson.build: + Release 1.12.4 + +2017-12-07 19:22:24 +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/fur.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 2017-12-07 19:03:58 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 62d10ed59..4eb66ad33 100644 --- a/NEWS +++ b/NEWS @@ -1,19 +1,13 @@ # GStreamer 1.12 Release Notes GStreamer 1.12.0 was originally released on 4th May 2017. -The latest bug-fix release in the 1.12 series is [1.12.4](#1.12.4) and was -released on 7 December 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! - -As always, this release is again packed with new features, bug fixes and other -improvements. +The latest bug-fix release in the 1.12 series is [1.12.5](#1.12.5) and was +released on 28 March 2018. See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest version of this document. -*Last updated: Thursday 7 December 2017, 16:30 UTC [(log)][gitlog]* +*Last updated: Wednesday 28 March 2018, 10:00 UTC [(log)][gitlog]* [latest]: https://gstreamer.freedesktop.org/releases/1.12/ [gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md @@ -810,6 +804,8 @@ GIT logs or ChangeLogs of the particular modules. [buglist-1.12.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=248880&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.3 + + ### 1.12.4 The fourth 1.12 bug-fix release (1.12.4) was released on 7 December 2017. @@ -842,6 +838,54 @@ GIT logs or ChangeLogs of the particular modules. [buglist-1.12.4]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=270310&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.4 + + +### 1.12.5 + +The fifth (and likely last) 1.12 bug-fix release (1.12.5) was released on +28 March 2018. This release only contains bugfixes and it should be safe to +update from 1.12.x. + +The 1.12 series has now been superseded by the 1.14 stable release series, +and users should upgrade at their earliest convenience. + +#### Bugs fixed in 1.12.5 + + - pad: fix some stream deactivation deadlocks/races + - registrychunks: don't read from unaligned memory when loading registry + - ptp: fix build failure with #undef USE_MEASUREMENT_FILTERING + - downloadbuffer: Don't hold the mutex while posting the download-complete message + - playbin3: Fix accessing invalid index in GstStream when received select-stream event + - id3v2: re-fix handling of ID3 v2.4 tags with extended headers + - audio: fix handling of U32BE format + - videodecoder: Reset QoS time after pushing segment. This fixes playbin gapless playback with videos. + - subparse: push out of last chunk of text if last line has no newline + - aacparse: When parsing raw input, accept frames of any size. This fixes handling of encoded silence. + - splitmuxsrc: Improve not-linked handling. + - rtspsrc: also proxy multicast-iface property to RTCP udpsrc + - flacdec: flush flac decoder on lost sync, so that it can re-sync. + - matroskamux: Only mark new clusters as keyframe if they start on a keyframe or we're muxing only audio + - matroskamux: Clip maximum cluster duration to the maximum possible value + - h264parse: reset internal 'state' variable properly + - x264enc: fix build with newer x264 with support for multiple bit depths + - x265enc: Fix tagging of keyframes on output buffers + - glimagesink: Correct PAR in output caps when transforming + - vtdec: destroy and create the GL context on start()/stop(), fixing a refcount loop + - player: fix criticals when reading info/track properties that are NULL + - lv2: fix inverted boolean properties + - rtponviftimestamp: fix state change function init/reset, fixing memory corruption or leaks on shutdown + - libav: some build issues fixes + - rtsp-server: Place netaddress meta on packets received via TCP. Fixes keep-alive via RTCP in TCP interleaved mode. + - rtsp-server: gi annotation fixes + - Various fixes for memory leaks, deadlocks and crashes in all modules + - ... and many, many more! + +For a full list of bugfixes see [Bugzilla][buglist-1.12.5]. 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.12.5]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=270310&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.5 + ## Known Issues - The `webrtcdsp` element is currently not shipped as part of the Windows @@ -851,18 +895,14 @@ GIT logs or ChangeLogs of the particular modules. ## Schedule for 1.14 -Our next major feature release will be 1.14, and 1.13 will be the unstable -development version leading up to the stable 1.14 release. The development -of 1.13/1.14 will happen in the git master branch. +[GStreamer 1.14.0][release-1.14] was released on 19 March 2018 and supersedes +the 1.12.x series. -The plan for the 1.14 development cycle is yet to be confirmed, but it is -expected that feature freeze will be around early December 2017 -followed by several 1.13 pre-releases and the new 1.14 stable release -in late December or some time in January. - -1.14 will be backwards-compatible to the stable 1.12, 1.10, 1.8, 1.6, 1.4, +It is backwards-compatible to the stable 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. +[release-1.14]: https://gstreamer.freedesktop.org/releases/1.14/ + - - - *These release notes have been prepared by Olivier Crête, Sebastian Dröge, diff --git a/RELEASE b/RELEASE index 1ea8851bd..eb9968fbf 100644 --- a/RELEASE +++ b/RELEASE @@ -1,78 +1,65 @@ +This is GStreamer gst-plugins-good 1.12.5. -Release notes for GStreamer Good Plugins 1.12.4 - -The GStreamer team is proud to announce the fourth bugfix release in the stable +The GStreamer team is pleased to announce the fifth bugfix release in the stable 1.12 release series of your favourite cross-platform multimedia framework! - This release only contains bugfixes and it is safe to update from 1.12.x. For a -full list of bugfixes see Bugzilla. - +full list of bugfixes see Bugzilla and the release notes. -See /releases/1.12/ for the full release notes. +The 1.12 stable series is now superseded by the 1.14 stable series, and 1.12.5 +will likely be the last bugfix release in the 1.12 series. +Full release notes can be found at: -"Such ingratitude. After all the times I've saved your life." + https://gstreamer.freedesktop.org/releases/1.12/#1.12.5 +Binaries for Android, iOS, Mac OS X and Windows will be provided shortly +after the release. -A collection of plugins you'd want to have right next to you on the -battlefield. Shooting sharp and making no mistakes, these plugins have it -all: good looks, good code, and good licensing. Documented and dressed up -in tests. If you're looking for a role model to base your own plugin on, -here it is. +This module will not be very useful by itself and should be used in conjunction +with other GStreamer modules for a complete multimedia experience. + - gstreamer: provides the core GStreamer libraries and some generic plugins -If you find a plot hole or a badly lip-synced line of code in them, -let us know - it is a matter of honour for us to ensure Blondie doesn't look -like he's been walking 100 miles through the desert without water. + - gst-plugins-base: a basic set of well-supported plugins and additional + media-specific GStreamer helper libraries for audio, + video, rtsp, rtp, tags, OpenGL, etc. + - gst-plugins-good: a set of well-supported plugins under our preferred + license -This module contains a set of plugins that we consider to have good quality - code, correct functionality, our preferred license (LGPL for the plugin - code, LGPL or LGPL-compatible for the supporting library). -We believe distributors can safely ship these plugins. -People writing elements should base their code on these elements. + - gst-plugins-ugly: a set of well-supported plugins which might pose + problems for distributors + - gst-plugins-bad: a set of plugins of varying quality that have not made + their way into one of core/base/good/ugly yet, for one + reason or another. Many of these are are production quality + elements, but may still be missing documentation or unit + tests; others haven't passed the rigorous quality testing + we expect yet. -Other modules containing plugins are: + - gst-libav: a set of codecs plugins based on the ffmpeg library. This is + where you can find audio and video decoders and encoders + for a wide variety of formats including H.264, AAC, etc. + - gstreamer-vaapi: hardware-accelerated video decoding and encoding using + VA-API on Linux. Primarily for Intel graphics hardware. -gst-plugins-base -contains a basic set of well-supported plugins -gst-plugins-ugly -contains a set of well-supported plugins, but might pose problems for - distributors -gst-plugins-bad -contains a set of less supported plugins that haven't passed the - rigorous quality testing we expect, or are still missing documentation - and/or unit tests -gst-libav -contains a set of codecs plugins based on libav (formerly gst-ffmpeg) + - gst-omx: hardware-accelerated video decoding and encoding, primarily for + embedded Linux systems that provide an OpenMax + implementation layer such as the Raspberry Pi. + - gst-rtsp-server: library to serve files or streaming pipelines via RTSP - - - -Bugs fixed in this release - - * 788777 : rtpjitterbuffer/h264parse timestamp issue (regression) - * 779957 : souphttpsrc: Manipulate range header when seek to 0 - * 783542 : souphttpsrc: test_https unit test failure - * 784749 : qtdemux: fix debug log for 'hvcC' codec_data - * 787795 : flvdemux: unable to handle file that works fine in ffmpeg - * 788759 : qtdemux: fix 'stsd' table leak and nested caps leak - * 789197 : gst-device-monitor shows broken touch " video " sources - * 791034 : rtpjitterbuffer fails to create ptp_clock - * 791074 : rtpsession: Handle zero length feedback packets - * 787586 : souphttpsrc : Issue with gst-plugins-good v1.12 during seek request on SRT file [regression] + - gst-editing-services: library an plugins for non-linear editing ==== Download ==== -You can find source releases of gst-plugins-good in the download -directory: https://gstreamer.freedesktop.org/src/gst-plugins-good/ +You can find source releases of gstreamer in the download +directory: https://gstreamer.freedesktop.org/src/gstreamer/ The git repository and details how to clone it can be found at -http://cgit.freedesktop.org/gstreamer/gst-plugins-good/ +https://cgit.freedesktop.org/gstreamer/gstreamer/ ==== Homepage ==== @@ -81,7 +68,7 @@ The project's website is https://gstreamer.freedesktop.org/ ==== Support and Bugs ==== We use GNOME's bugzilla for bug reports and feature requests: -http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer +https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer Please submit patches via bugzilla as well. @@ -97,18 +84,3 @@ from there (see link above). Interested developers of the core library, plugins, and applications should subscribe to the gstreamer-devel list. - - -Contributors to this release - - * Edward Hervey - * Florian Zwoch - * Haakon Sporsheim - * Jan Alexander Steffens (heftig) - * Jan Schmidt - * Jun Xie - * Nicolas Dufresne - * Sebastian Dröge - * Tim-Philipp Müller - * paul.kim -  \ No newline at end of file diff --git a/configure.ac b/configure.ac index 276e5ed75..64644071b 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.12.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) +AC_INIT([GStreamer Good Plug-ins],[1.12.5],[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, 1204, 0, 1204) +AS_LIBTOOL(GST, 1205, 0, 1205) dnl *** required versions of GStreamer stuff *** GST_REQ=1.12.0 diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap index 75803d821..9b1455bd6 100644 --- a/gst-plugins-good.doap +++ b/gst-plugins-good.doap @@ -30,7 +30,17 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library). - + + + + + 1.12.5 + 1.12 + + 2018-03-28 + + + diff --git a/meson.build b/meson.build index 2f562635b..788d19f07 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-plugins-good', 'c', 'cpp', - version : '1.12.4', + version : '1.12.5', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- cgit v1.2.1