mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
0.3.1.
This commit is contained in:
parent
8a5a1bf38c
commit
e13efd71b7
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,8 +1,8 @@
|
||||||
gst-vaapi NEWS -- summary of changes. 2011-12-DD
|
gst-vaapi NEWS -- summary of changes. 2011-12-16
|
||||||
Copyright (C) 2010-2011 Splitted-Desktop Systems
|
Copyright (C) 2010-2011 Splitted-Desktop Systems
|
||||||
Copyright (C) 2011 Intel Corporation
|
Copyright (C) 2011 Intel Corporation
|
||||||
|
|
||||||
Version 0.3.1 - DD.Dec.2011
|
Version 0.3.1 - 16.Dec.2011
|
||||||
* Fix check for supported VA images
|
* Fix check for supported VA images
|
||||||
* Add support for partial VA image updates
|
* Add support for partial VA image updates
|
||||||
* Add support for new subtitle/overlay infrastructure (Thibault Saunier)
|
* Add support for new subtitle/overlay infrastructure (Thibault Saunier)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
m4_define([gst_vaapi_major_version], [0])
|
m4_define([gst_vaapi_major_version], [0])
|
||||||
m4_define([gst_vaapi_minor_version], [3])
|
m4_define([gst_vaapi_minor_version], [3])
|
||||||
m4_define([gst_vaapi_micro_version], [1])
|
m4_define([gst_vaapi_micro_version], [1])
|
||||||
m4_define([gst_vaapi_pre_version], [1])
|
m4_define([gst_vaapi_pre_version], [0])
|
||||||
m4_define([gst_vaapi_version],
|
m4_define([gst_vaapi_version],
|
||||||
[gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version])
|
[gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version])
|
||||||
m4_if(gst_vaapi_pre_version, [0], [], [
|
m4_if(gst_vaapi_pre_version, [0], [], [
|
||||||
|
|
Loading…
Reference in a new issue