mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 1.7.91
This commit is contained in:
parent
34fe6af6da
commit
7a8828f68a
6 changed files with 41 additions and 13 deletions
25
ChangeLog
25
ChangeLog
|
@ -1,9 +1,28 @@
|
|||
=== release 1.7.90 ===
|
||||
=== release 1.7.91 ===
|
||||
|
||||
2016-03-01 Sebastian Dröge <slomo@coaxion.net>
|
||||
2016-03-15 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.7.90
|
||||
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 18:51:22 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* 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>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
|||
This is GStreamer 1.7.90
|
||||
This is GStreamer 1.7.91
|
||||
|
||||
|
|
7
RELEASE
7
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
|
||||
|
|
@ -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])
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -32,6 +32,16 @@ colorspace conversion elements.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue