From 7a8828f68a838eef6616fa39bbaba46c8029b4a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 15 Mar 2016 12:23:48 +0200 Subject: [PATCH] Release 1.7.91 --- ChangeLog | 23 +++++++++++++++++++++-- NEWS | 2 +- RELEASE | 7 +++---- configure.ac | 8 ++++---- docs/plugins/inspect/plugin-libav.xml | 2 +- gst-libav.doap | 10 ++++++++++ 6 files changed, 40 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 37d8f9c..b89c45b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,28 @@ +=== release 1.7.91 === + +2016-03-15 Sebastian Dröge + + * configure.ac: + releasing 1.7.91 + +2016-03-11 15:44:16 +0200 Sebastian Dröge + + * ext/libav/gstavcodecmap.c: + avcodecmap: Only set the bitrate if we actually got it from the caps + Otherwise we set a random value from the stack as bitrate. The default (0) + is a better choice and doesn't upset valgrind. + === release 1.7.90 === -2016-03-01 Sebastian Dröge +2016-03-01 18:51:22 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.7.90 + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + Release 1.7.90 2016-02-26 12:42:36 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 8f11fc4..dec122b 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer 1.7.90 +This is GStreamer 1.7.91 diff --git a/RELEASE b/RELEASE index fdee638..abf2644 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,7 @@ -Release notes for GStreamer libav Plugins 1.7.90 +Release notes for GStreamer libav Plugins 1.7.91 -The GStreamer team is pleased to announce the first release candidate of the stable +The GStreamer team is pleased to announce the second release candidate of the stable 1.8 release series. The 1.8 release series is adding new features on top of the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia framework. @@ -11,7 +11,7 @@ Binaries for Android, iOS, Mac OS X and Windows will be provided separately during the stable 1.8 release series. -This module contains plugins based on the ffmpeg project, including codecs. +This module contains plugins based on the libav project, including codecs. @@ -70,5 +70,4 @@ subscribe to the gstreamer-devel list. Contributors to this release * Sebastian Dröge - * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 686ca35..1e694d9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.69) 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 libav, 1.7.90, +AC_INIT(GStreamer libav, 1.7.91, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -40,11 +40,11 @@ GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 790, 0, 790) +AS_LIBTOOL(GST, 791, 0, 791) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.7.90 -GST_PBREQ=1.7.90 +GST_REQ=1.7.91 +GST_PBREQ=1.7.91 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index 4f1ac67..691b6a8 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -3,7 +3,7 @@ All libav codecs and formats (local snapshot) ../../ext/libav/.libs/libgstlibav.so libgstlibav.so - 1.7.90 + 1.7.91 LGPL gst-libav libav diff --git a/gst-libav.doap b/gst-libav.doap index adfcc4a..2cb291a 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. + 1.7.91 + master + + 2016-03-15 + + + + + + 1.7.90 master -- 2.7.4