diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -gst-vaapi NEWS -- summary of changes. 2014-07-DD +gst-vaapi NEWS -- summary of changes. 2014-07-29 Copyright (C) 2010-2011 Splitted-Desktop Systems Copyright (C) 2011-2013 Intel Corporation Copyright (C) 2011 Collabora -Version 0.5.9 - DD.Jul.2014 +Version 0.5.9 - 29.Jul.2014 * Add VP8 decoder (+Halley Zhao) * Add H.264 MVC decoder and encoder (+Sreerenj Balachandran, Xiaowei Li) * Fix support for Firefox >= 30 when built with GStreamer 1.0 APIs diff --git a/configure.ac b/configure.ac index 1327806e..774c7c99 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([gst_vaapi_major_version], [0]) m4_define([gst_vaapi_minor_version], [5]) m4_define([gst_vaapi_micro_version], [9]) -m4_define([gst_vaapi_pre_version], [1]) +m4_define([gst_vaapi_pre_version], [0]) m4_define([gst_vaapi_version], [gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version]) m4_if(gst_vaapi_pre_version, [0], [], [ |