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

Release 1.2.4

parent bdbd2901
No related branches found
Tags gst-plugins-bad-1.0.7
No related merge requests found
=== release 1.2.4 ===
2014-04-18 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.2.4
2014-04-15 21:32:07 +0200 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* ext/libav/gstavviddec.c:
* ext/libav/gstavviddec.h:
avviddec: guard against invalid libav opaque
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=727779
2014-04-14 09:59:17 +0100 Tim-Philipp Müller <tim@centricular.com>
* gst-libs/ext/libav:
libav: update to v9.12
2014-02-23 11:40:14 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
* ext/libav/gstavvidenc.c:
avvidenc: make all properties work again
... as previously broken due to additional compliance property
(see 13ffed87b1597fa60ccee293f71c3993ec59d1b2).
=== release 1.2.3 ===
2014-02-08 Sebastian Dröge <slomo@coaxion.net>
2014-02-08 12:58:28 +0100 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.2.3
* gst-libav.doap:
Release 1.2.3
2014-02-04 18:17:32 +0200 Dmitry Melnichenko <dmitry.m@samsung.com>
......
This is GStreamer Libav Plugins 1.2.3
This is GStreamer Libav Plugins 1.2.4
Release notes for GStreamer libav Plugins 1.2.3
Release notes for GStreamer libav Plugins 1.2.4
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
......@@ -38,9 +38,7 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 696495 : gst-libav: context leak
* 722672 : avmux_dv reports invalid audio caps
* 723615 : SIGSEGV when setting preload option in gst_ffmpegmux_setcaps
* 727779 : avdec_h264, matroskademux: crash while seeking (1.2 regression)
==== Download ====
......@@ -77,10 +75,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Dmitry Melnichenko
* Sebastian Dröge
* Tim 'mithro' Ansell
* Mark Nauwelaerts
* Tim-Philipp Müller
* Vincent Penquerc'h
* Wim Taymans
\ 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.2.3,
AC_INIT(GStreamer libav, 1.2.4,
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, 203, 0, 203)
AS_LIBTOOL(GST, 204, 0, 204)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.2.0
......
......@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.2.4</revision>
<branch>1.2</branch>
<name></name>
<created>2014-04-18</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.2.4.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.2.3</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