diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-10-30 17:10:43 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-30 17:10:43 +0200 |
commit | 02249bcdf9015f3a2ab0a439b6e61fb39febc615 (patch) | |
tree | 597b47744153ffb139ac35709e91a7ff1c7acdd5 | |
parent | 6fb08d800973ded6b86b0475ab468ff52f445412 (diff) |
Release 1.6.11.6.1
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | NEWS | 30 | ||||
-rw-r--r-- | RELEASE | 34 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-python.doap | 9 |
5 files changed, 84 insertions, 14 deletions
@@ -1,9 +1,26 @@ +=== release 1.6.1 === + +2015-10-30 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.6.1 + +2015-10-25 21:33:46 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * gi/overrides/Gst.py: + overrides: chain up to base __init__ in Pad override + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=757108 + === release 1.6.0 === -2015-09-25 Thibault Saunier <tsaunier@gnome.org> +2015-09-25 12:01:24 +0200 Thibault Saunier <tsaunier@gnome.org> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.6.0 + * gst-python.doap: + Release 1.6.0 2015-06-24 17:44:44 +0200 Thibault Saunier <tsaunier@gnome.org> @@ -1 +1,29 @@ -This is GStreamer overrides for PyGobject 1.6.0 release +This is GStreamer 1.6.1 + +The GStreamer team is proud to announce the first bugfix release in the stable +1.6 release series of your favourite cross-platform multimedia framework! + +This release only contains bugfixes and it is safe to update from 1.6.0. For a +full list of bugfixes see Bugzilla: + https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=73005&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.1 + +See http://gstreamer.freedesktop.org/releases/1.6/ for the latest version of this document. + +Major bugfixes + +- Crashes in the gst-libav encoders were fixed +- More DASH-IF test streams are working now +- Live DASH, HLS and MS SmoothStreaming streams work more reliable and other + fixes for the adaptive streaming protocols +- Reverse playback works with scaletempo to keep the audio pitch +- Correct stream-time is reported for negative applied_rate +- SRTP packet validation during decoding does not reject valid packets anymore +- Fixes for audioaggregator and aggregator to start producing output at the + right time, and e.g. not outputting lots of silence in the beginning +- gst-libav's internal ffmpeg snapshot was updated to 2.8.1 +- cerbero has support for Mac OS X 10.11 (El Capitan) +- Various memory leaks were fixed, including major leaks in playbin, playsink + and decodebin +- Various GObject-Introspection annotation fixes for bindings +- and many, many more: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=73005&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.1 + @@ -1,10 +1,26 @@ -Release notes for GStreamer Python bindings 1.6.0 -The GStreamer team is pleased to announce the first release of -the stable 1.4 release series. +Release notes for GStreamer Python bindings 1.6.1 -There were no bugs fixed in this release +The GStreamer team is proud to announce the first bugfix release in the stable +1.6 release series of your favourite cross-platform multimedia framework! + + + +This release only contains bugfixes and it is safe to update from 1.6.0. For a +full list of bugfixes see Bugzilla. + + + +See http://gstreamer.freedesktop.org/releases/1.6/ +for the full release notes. + + + + +Bugs fixed in this release + + * 757108 : regression creating (Ghost)Pad ==== Download ==== @@ -38,10 +54,10 @@ from there (see link above). Interested developers of the core library, plugins, and applications should subscribe to the gstreamer-devel list. - + Applications - + Contributors to this release - - * Thibault Saunier - + + * Mark Nauwelaerts +
\ No newline at end of file diff --git a/configure.ac b/configure.ac index d482d4e..db18d00 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.68]) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer GObject Introspection overrides for Python , 1.6.0, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.6.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) @@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4") dnl required versions of other packages dnl Note that they are runtime requirements -AC_SUBST(GST_REQ, 1.6.0) +AC_SUBST(GST_REQ, 1.6.1) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC diff --git a/gst-python.doap b/gst-python.doap index 04cd67a..a827dda 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -32,6 +32,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli <release> <Version> + <revision>1.6.1</revision> + <branch>1.6</branch> + <created>2015-10-30</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.6.1.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.6.0</revision> <branch>1.6</branch> <created>2015-09-25</created> |