Skip to content
Snippets Groups Projects
Commit 39fd9b74 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

Release 1.4.5

parent 864170b9
No related branches found
No related merge requests found
=== release 1.4.5 ===
2014-12-18 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.4.5
2014-11-16 16:11:53 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* ext/libav/gstavviddec.c:
videodec: Ensure update_pool is initialized
This was probably not causing any issues, but we would randomly
and needlessly update the pool in the query due to uninitialized
variable.
=== release 1.4.4 ===
2014-11-06 Sebastian Dröge <slomo@coaxion.net>
2014-11-06 13:17:48 +0100 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.4.4
* docs/plugins/inspect/plugin-libav.xml:
* gst-libav.doap:
Release 1.4.4
=== release 1.4.3 ===
......
This is GStreamer Libav Plugins 1.4.4
This is GStreamer Libav Plugins 1.4.5
Release notes for GStreamer libav Plugins 1.4.4
Release notes for GStreamer libav Plugins 1.4.5
The GStreamer team is pleased to announce a bugfix release of the stable
1.4 release series. The 1.4 release series is adding new features on top
......@@ -48,9 +48,6 @@ contains a set of less supported plugins that haven't passed the
There were no bugs fixed in this release
==== Download ====
You can find source releases of gst-libav in the download
......@@ -86,6 +83,5 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Aleix Conchillo Flaqué
* Sebastian Dröge
* Nicolas Dufresne
\ No newline at end of file
......@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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.4.4,
AC_INIT(GStreamer libav, 1.4.5,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
......@@ -42,7 +42,7 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 404, 0, 404)
AS_LIBTOOL(GST, 405, 0, 405)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.4.0
......
......@@ -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.4.4</version>
<version>1.4.5</version>
<license>GPL</license>
<source>gst-libav</source>
<package>libav</package>
......
......@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.4.5</revision>
<branch>1.4</branch>
<name></name>
<created>2014-12-18</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.4.5.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.4.4</revision>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment