summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-28 14:19:50 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-03-28 14:19:51 +0100
commitdb98c00bdfe215c6a160271beda40d36efdabcd2 (patch)
treeecf1a7cfd4e768c3ea1dca1ea299ef8f1a897646
parent26d87549a1534bf9254fbda9fbc687fa2e7cecd0 (diff)
downloadgstreamer-plugins-base-1.12.tar.gz
Release 1.12.51.12.51.12
-rw-r--r--ChangeLog288
-rw-r--r--NEWS76
-rw-r--r--RELEASE102
-rw-r--r--configure.ac4
-rw-r--r--gst-plugins-base.doap10
-rw-r--r--meson.build2
6 files changed, 396 insertions, 86 deletions
diff --git a/ChangeLog b/ChangeLog
index 92443f967..d93ef7513 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,293 @@
+=== release 1.12.5 ===
+
+2018-03-28 14:19:50 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-plugins-base.doap:
+ * meson.build:
+ Release 1.12.5
+
+2018-03-28 14:19:50 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * docs/plugins/inspect/plugin-adder.xml:
+ * docs/plugins/inspect/plugin-alsa.xml:
+ * docs/plugins/inspect/plugin-app.xml:
+ * docs/plugins/inspect/plugin-audioconvert.xml:
+ * docs/plugins/inspect/plugin-audiorate.xml:
+ * docs/plugins/inspect/plugin-audioresample.xml:
+ * docs/plugins/inspect/plugin-audiotestsrc.xml:
+ * docs/plugins/inspect/plugin-cdparanoia.xml:
+ * docs/plugins/inspect/plugin-encoding.xml:
+ * docs/plugins/inspect/plugin-gio.xml:
+ * docs/plugins/inspect/plugin-libvisual.xml:
+ * docs/plugins/inspect/plugin-ogg.xml:
+ * docs/plugins/inspect/plugin-opus.xml:
+ * docs/plugins/inspect/plugin-pango.xml:
+ * docs/plugins/inspect/plugin-pbtypes.xml:
+ * docs/plugins/inspect/plugin-playback.xml:
+ * docs/plugins/inspect/plugin-rawparse.xml:
+ * docs/plugins/inspect/plugin-subparse.xml:
+ * docs/plugins/inspect/plugin-tcp.xml:
+ * docs/plugins/inspect/plugin-theora.xml:
+ * docs/plugins/inspect/plugin-typefindfunctions.xml:
+ * docs/plugins/inspect/plugin-videoconvert.xml:
+ * docs/plugins/inspect/plugin-videorate.xml:
+ * docs/plugins/inspect/plugin-videoscale.xml:
+ * docs/plugins/inspect/plugin-videotestsrc.xml:
+ * docs/plugins/inspect/plugin-volume.xml:
+ * docs/plugins/inspect/plugin-vorbis.xml:
+ * docs/plugins/inspect/plugin-ximagesink.xml:
+ * docs/plugins/inspect/plugin-xvimagesink.xml:
+ Update docs
+
+2018-03-17 06:33:38 +0100 Edward Hervey <edward@centricular.com>
+
+ * ext/ogg/gstoggstream.c:
+ oggstream: protect against out-of-bounds read
+ We need at least 17 bytes of data for a valid flac header
+ oss-fuzz #6974
+
+2018-02-28 23:12:39 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+ * gst-libs/gst/video/gstvideodecoder.c:
+ videodecoder: Reset QoS time after pushing segment
+ This fixes playbin gapless playback. An ancient QoS time was used and
+ would lead to all frames being dropped.
+ https://bugzilla.gnome.org/show_bug.cgi?id=668995
+
+2018-02-12 16:26:01 +0100 Edward Hervey <edward@centricular.com>
+
+ * gst-libs/gst/tag/id3v2.c:
+ id3v2: re-fix handling of v2.4 extended headers
+ The various id3v2 specs handle the extended header sizes differently
+ (because hey, it wouldn't be fun otherwise).
+ http://id3.org/id3v2.3.0 states:
+ "Where the 'Extended header size', currently 6 or 10 bytes, excludes
+ itself."
+ http://id3.org/id3v2.4.0-structure states:
+ Extended header size 4 * %0xxxxxxx
+ Number of flag bytes $01
+ Extended Flags $xx
+ Where the 'Extended header size' is the size of the whole extended
+ header, stored as a 32 bit synchsafe integer. An extended header can
+ thus never have a size of fewer than six bytes.
+ So in id3v2.4.0 it's the *whole* extended header size (a-la ISOBMFF
+ atom), whereas in id3v2.3.0 it's the extended header size *excluding*
+ those 4 initial bytes.
+ And for other versions, god knows..
+ Fixes regression introduced in commit da607005.
+ https://bugzilla.gnome.org/show_bug.cgi?id=792983
+
+2018-02-15 01:14:52 +0100 Mathieu Duponchelle <mathieu@centricular.com>
+
+ * gst-libs/gst/audio/gstaudiopack.orc:
+ gstaudiopack.orc: pack_u32be_swap: actually swap
+ Fixes:
+ gst-launch-1.0 audiotestsrc ! audio/x-raw, format=U32BE ! \
+ audioconvert ! autoaudiosink
+
+2018-02-14 14:37:52 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+ * docs/libs/gst-plugins-base-libs-docs.sgml:
+ doc: Add per version newly added API indexes
+
+2018-02-14 14:11:47 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+ * gst-libs/gst/allocators/gstfdmemory.h:
+ * gst-libs/gst/video/video-color.h:
+ doc: Remove extra . after Since marker
+
+2018-02-14 14:16:14 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+ * gst-libs/gst/allocators/gstdmabuf.h:
+ doc: Fix since marker in dmabuf to match a stable release
+
+2018-02-14 14:39:32 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+ * gst/playback/gsturidecodebin.c:
+ doc: Remove obsolete Since 0.10.X marks
+
+2018-02-13 08:36:30 +0100 Edward Hervey <edward@centricular.com>
+
+ * ext/vorbis/gstvorbisdec.c:
+ * ext/vorbis/gstvorbisdec.h:
+ vorbisdec: Improve "new headers while initialized" handling
+ If new headers arrive after we are initialized, we need to make
+ sure that they are indeed valid.
+ A vorbis bitstream always begins with three header packets and must
+ be in order.
+ Also some streams have unframed (invalid?) headers that might
+ confuse and disrupt the decoding process.
+ Therefore if ever we see new headers, we accumulate them and once
+ we get a non-header packet we check them to make sure that:
+ * We have at least 3 headers
+ * They are the expected ones (identification, comments and setup)
+ * They are in order
+ * Any other "header" is ignored
+ If those conditions are met, we reset and reconfigure the decoder
+ https://bugzilla.gnome.org/show_bug.cgi?id=784530
+
+2018-01-25 18:39:11 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * gst/subparse/gstsubparse.c:
+ subparse: fix pushing out of last chunk if last line has no newline
+ With playbin the last subtitle chunk would not get displayed
+ if the last chunk was missing a newline at the end. This is
+ because streamsynchronizer will hold back the EOS event until
+ the audio and video streams are finished too, so subparse
+ would never forcefully push out the last chunk until the very
+ end when it is too late.
+ We get a STREAM_GROUP_DONE event from streamsynchronizer however,
+ so handle that like EOS and force out any remaining text then.
+ https://bugzilla.gnome.org/show_bug.cgi?id=771853
+
+2018-01-17 14:35:11 +0100 Edward Hervey <edward@centricular.com>
+
+ * ext/theora/gsttheoradec.c:
+ theoradec: Check for valid width/height
+ If width or height are zero ... there's no video :)
+
+2017-10-31 15:04:47 +0530 Ashish Kumar <kr.ashish@samsung.com>
+
+ * gst/playback/gstplaybackutils.c:
+ playback-utils: Fix caps leak on failure
+ https://bugzilla.gnome.org/show_bug.cgi?id=789358
+
+2018-01-03 15:31:04 +0100 Edward Hervey <edward@centricular.com>
+
+ * gst/typefind/gsttypefindfunctions.c:
+ typefind: Fix mp3 typefinding with multiple different headers
+ (yes, this has never worked since it was introduced, don't worry)
+ If we want to actually detect layer/channels/samplerate changes,
+ it would be better to:
+ * not reset the various prev_* variables at every iteration.
+ * and actually store the values when they change
+ CID #206079
+ CID #206080
+ CID #206081
+
+2017-12-08 10:33:10 +0100 Edward Hervey <edward@centricular.com>
+
+ * ext/ogg/gstoggstream.c:
+ oggdemux: Check encoder name is valid
+ Encoder names should be valid utf-8, if not just ignore them
+
+2017-12-08 08:00:07 +0100 Edward Hervey <edward@centricular.com>
+
+ * gst/typefind/gsttypefindfunctions.c:
+ typefind: Avoid overflow calculation (image/quicktime)
+ The qt typefinder uses guint64 values for offset and size calculation
+ but the typefinder system only supports gint64 values.
+ Make sure we don't end up using potentially overflowing values.
+
+2017-12-08 08:00:07 +0100 Edward Hervey <edward@centricular.com>
+
+ * gst/typefind/gsttypefindfunctions.c:
+ typefind: Avoid overflow calculation
+ The qt typefinder uses guint64 values for offset and size calculation
+ but the typefinder system only supports gint64 values.
+ Make sure we don't end up using potentially overflowing values.
+
+2017-12-15 10:50:44 +0900 Dongil Park <dongil.park@lge.com>
+
+ * gst/playback/gstplaybin3.c:
+ playbin3: Fix accessing invalid index in GstStream when received select-stream event
+ If select-stream event was send to playbin3 as missing any GstStream of ES type
+ (V or A or TEX) of collection then, playbin will access to invalid address of
+ GstStream due to invalid index limit. This caused SIGSEGV.
+ https://bugzilla.gnome.org/show_bug.cgi?id=791638
+
=== release 1.12.4 ===
-2017-12-07 Sebastian Dröge <slomo@coaxion.net>
+2017-12-07 20:22:03 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.12.4
+ * docs/plugins/inspect/plugin-adder.xml:
+ * docs/plugins/inspect/plugin-alsa.xml:
+ * docs/plugins/inspect/plugin-app.xml:
+ * docs/plugins/inspect/plugin-audioconvert.xml:
+ * docs/plugins/inspect/plugin-audiorate.xml:
+ * docs/plugins/inspect/plugin-audioresample.xml:
+ * docs/plugins/inspect/plugin-audiotestsrc.xml:
+ * docs/plugins/inspect/plugin-cdparanoia.xml:
+ * docs/plugins/inspect/plugin-encoding.xml:
+ * docs/plugins/inspect/plugin-gio.xml:
+ * docs/plugins/inspect/plugin-libvisual.xml:
+ * docs/plugins/inspect/plugin-ogg.xml:
+ * docs/plugins/inspect/plugin-opus.xml:
+ * docs/plugins/inspect/plugin-pango.xml:
+ * docs/plugins/inspect/plugin-pbtypes.xml:
+ * docs/plugins/inspect/plugin-playback.xml:
+ * docs/plugins/inspect/plugin-rawparse.xml:
+ * docs/plugins/inspect/plugin-subparse.xml:
+ * docs/plugins/inspect/plugin-tcp.xml:
+ * docs/plugins/inspect/plugin-theora.xml:
+ * docs/plugins/inspect/plugin-typefindfunctions.xml:
+ * docs/plugins/inspect/plugin-videoconvert.xml:
+ * docs/plugins/inspect/plugin-videorate.xml:
+ * docs/plugins/inspect/plugin-videoscale.xml:
+ * docs/plugins/inspect/plugin-videotestsrc.xml:
+ * docs/plugins/inspect/plugin-volume.xml:
+ * docs/plugins/inspect/plugin-vorbis.xml:
+ * docs/plugins/inspect/plugin-ximagesink.xml:
+ * docs/plugins/inspect/plugin-xvimagesink.xml:
+ * gst-libs/gst/audio/gstaudiopack-dist.c:
+ * gst-libs/gst/video/video-orc-dist.c:
+ * gst-plugins-base.doap:
+ * gst/adder/gstadderorc-dist.c:
+ * gst/videotestsrc/gstvideotestsrcorc-dist.c:
+ * gst/volume/gstvolumeorc-dist.c:
+ * meson.build:
+ Release 1.12.4
+
+2017-12-07 19:19:08 +0200 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/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/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:
+ Update .po files
2017-12-07 11:03:20 +0100 Edward Hervey <edward@centricular.com>
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
+<a name="1.12.4"></a>
+
### 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
+<a name="1.12.5"></a>
+
+### 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 02945ad38..d1e706cea 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,74 +1,65 @@
+This is GStreamer gst-plugins-base 1.12.5.
-Release notes for GStreamer Base 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.
+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.
-See /releases/1.12/ for the full release notes.
+Full release notes can be found at:
+ https://gstreamer.freedesktop.org/releases/1.12/#1.12.5
-This module contains a set of reference plugins, base classes for other
-plugins, and helper libraries. It also includes essential elements such
-as audio and video format converters, and higher-level components like playbin,
-decodebin, encodebin, and discoverer.
+Binaries for Android, iOS, Mac OS X and Windows will be provided shortly
+after the release.
-This module is kept up-to-date together with the core developments. Element
-writers should look at the elements in this module as a reference for
-their development.
+This module will not be very useful by itself and should be used in conjunction
+with other GStreamer modules for a complete multimedia experience.
-This module contains elements for, among others:
+ - gstreamer: provides the core GStreamer libraries and some generic plugins
- device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
- containers: ogg
- codecs: vorbis, theora
- text: textoverlay, subparse
- sources: audiotestsrc, videotestsrc, giosrc
- network: tcp
- typefind functions
- audio processing: audioconvert, adder, audiorate, audioresample, volume
- visualisation: libvisual
- video processing: videoconvert, videoscale
- high-level components: playbin, uridecodebin, decodebin, encodebin, discoverer
- libraries: app, audio, fft, pbutils, riff, rtp, rtsp, sdp, tag, video
+ - 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
-Other modules containing plugins are:
+ - 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.
-gst-plugins-good
-contains a set of well-supported plugins under our preferred license
-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-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-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
-
- * 789458 : gst-plugins-base: gstaudiochannels: Handled buffer mapping failure
- * 789547 : playbin: Leaking sinks during autoplugging
- * 790329 : xvimageallocator: Fix build warning error
+ - gst-editing-services: library an plugins for non-linear editing
==== Download ====
-You can find source releases of gst-plugins-base in the download
-directory: https://gstreamer.freedesktop.org/src/gst-plugins-base/
+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-base/
+https://cgit.freedesktop.org/gstreamer/gstreamer/
==== Homepage ====
@@ -77,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.
@@ -93,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
-
- * Ashish Kumar
- * Edward Hervey
- * Havard Graff
- * Mathieu Duponchelle
- * Rico Tzschichholz
- * Sebastian Dröge
- * Seungha Yang
- * Thibault Saunier
- * Tim-Philipp Müller
- * shakin chou
-  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 15128c6da..f38e54c9d 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/prerelease
-AC_INIT([GStreamer Base Plug-ins],[1.12.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
+AC_INIT([GStreamer Base Plug-ins],[1.12.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AG_GST_INIT
@@ -56,7 +56,7 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
-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-base.doap b/gst-plugins-base.doap
index 917cc6d34..f687675d2 100644
--- a/gst-plugins-base.doap
+++ b/gst-plugins-base.doap
@@ -36,6 +36,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
<release>
<Version>
+ <revision>1.12.5</revision>
+ <branch>1.12</branch>
+ <name></name>
+ <created>2018-03-28</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.12.5.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.12.4</revision>
<branch>1.12</branch>
<name></name>
diff --git a/meson.build b/meson.build
index 9459abc0a..e4ef0295e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-plugins-base', 'c', 'cpp',
- version : '1.12.4',
+ version : '1.12.5',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])