From 329065546463512c8cc9c92c7f34510793ceb6dd Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 5 Oct 2012 13:51:54 +0200 Subject: [PATCH] 0.4.0. --- NEWS | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 9c1b6e7..dbc6e33 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,16 @@ -gst-vaapi NEWS -- summary of changes. 2012-08-DD +gst-vaapi NEWS -- summary of changes. 2012-10-05 Copyright (C) 2010-2011 Splitted-Desktop Systems Copyright (C) 2011-2012 Intel Corporation Copyright (C) 2011 Collabora -Version 0.4.0 - DD.Aug.2012 +Version 0.4.0 - 05.Oct.2012 * Add support for video rotation * Add new video display APIs: Wayland and raw DRM for headless pipelines * Drop FFmpeg-based decoders, only use codecparsers-based ones * Only reset decoder if meaningful caps changed, e.g. size * Allocate the minimal number of video surfaces useful for decoding * Fix vaapisink to scale video down to fit the screen dimensions -* Fix vaapidecode crash when trying to release an inexisten lock (Philip Lorenz) +* Fix vaapidecode crash when trying to release an inexistant lock (Philip Lorenz) Version 0.3.8 - 20.Sep.2012 * Disable FFmpeg-based decoders by default diff --git a/configure.ac b/configure.ac index 736c31e..20456b5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([gst_vaapi_major_version], [0]) m4_define([gst_vaapi_minor_version], [4]) m4_define([gst_vaapi_micro_version], [0]) -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], [], [ -- 2.7.4