summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-15 12:23:48 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-03-15 12:23:48 +0200
commit7a8828f68a838eef6616fa39bbaba46c8029b4a6 (patch)
treea0a6327222deba85326db18668979a2d533b7572
parent34fe6af6da642d58a254ebe2c045af353c8fb52f (diff)
Release 1.7.91gst-libav-1.7.91
-rw-r--r--ChangeLog23
-rw-r--r--NEWS2
-rw-r--r--RELEASE7
-rw-r--r--configure.ac8
-rw-r--r--docs/plugins/inspect/plugin-libav.xml2
-rw-r--r--gst-libav.doap10
6 files changed, 40 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 37d8f9c64f..b89c45bca1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,28 @@
+=== release 1.7.91 ===
+
+2016-03-15 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.7.91
+
+2016-03-11 15:44:16 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * 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 <slomo@coaxion.net>
+2016-03-01 18:51:22 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * 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 <sebastian@centricular.com>
diff --git a/NEWS b/NEWS
index 8f11fc4c19..dec122b59e 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 fdee6380d6..abf26445a4 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 686ca35a3a..1e694d93bf 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 4f1ac67cb2..691b6a8c8a 100644
--- a/docs/plugins/inspect/plugin-libav.xml
+++ b/docs/plugins/inspect/plugin-libav.xml
@@ -3,7 +3,7 @@
<description>All libav codecs and formats (local snapshot)</description>
<filename>../../ext/libav/.libs/libgstlibav.so</filename>
<basename>libgstlibav.so</basename>
- <version>1.7.90</version>
+ <version>1.7.91</version>
<license>LGPL</license>
<source>gst-libav</source>
<package>libav</package>
diff --git a/gst-libav.doap b/gst-libav.doap
index adfcc4a5d5..2cb291a2a1 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.7.91</revision>
+ <branch>master</branch>
+ <name></name>
+ <created>2016-03-15</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.7.91.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.7.90</revision>
<branch>master</branch>
<name></name>