mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
0.5.6.
This commit is contained in:
parent
60c8ae0dad
commit
0687224796
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,9 +1,9 @@
|
||||||
gst-vaapi NEWS -- summary of changes. 2013-08-DD
|
gst-vaapi NEWS -- summary of changes. 2013-08-29
|
||||||
Copyright (C) 2010-2011 Splitted-Desktop Systems
|
Copyright (C) 2010-2011 Splitted-Desktop Systems
|
||||||
Copyright (C) 2011-2013 Intel Corporation
|
Copyright (C) 2011-2013 Intel Corporation
|
||||||
Copyright (C) 2011 Collabora
|
Copyright (C) 2011 Collabora
|
||||||
|
|
||||||
Version 0.5.6 - DD.Aug.2013
|
Version 0.5.6 - 29.Aug.2013
|
||||||
* Add render-to-pixmap API to bypass VA/GLX in clutter-gst
|
* Add render-to-pixmap API to bypass VA/GLX in clutter-gst
|
||||||
* Add initial support for video-processing APIs (+Halley Zhao)
|
* Add initial support for video-processing APIs (+Halley Zhao)
|
||||||
* Add support for video cropping and deinterlacing to the Wayland backend
|
* Add support for video cropping and deinterlacing to the Wayland backend
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
m4_define([gst_vaapi_major_version], [0])
|
m4_define([gst_vaapi_major_version], [0])
|
||||||
m4_define([gst_vaapi_minor_version], [5])
|
m4_define([gst_vaapi_minor_version], [5])
|
||||||
m4_define([gst_vaapi_micro_version], [6])
|
m4_define([gst_vaapi_micro_version], [6])
|
||||||
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