mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
0.3.0.
This commit is contained in:
parent
82f390f6b2
commit
ed6e968e39
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-09
|
||||||
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.0 - DD.Dec.2011
|
Version 0.3.0 - 09.Dec.2011
|
||||||
* Group all plugins into the same bundle
|
* Group all plugins into the same bundle
|
||||||
* Use new XOverlay API (Sreerenj Balachandran)
|
* Use new XOverlay API (Sreerenj Balachandran)
|
||||||
* Use new GstVideoContext and GstSurfaceBuffer API (Nicolas Dufresne)
|
* Use new GstVideoContext and GstSurfaceBuffer API (Nicolas Dufresne)
|
||||||
|
|
|
@ -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], [0])
|
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],
|
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