mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Bump version for development.
This commit is contained in:
parent
7f44c87a95
commit
c7847dccaf
2 changed files with 7 additions and 3 deletions
8
NEWS
8
NEWS
|
@ -1,8 +1,12 @@
|
||||||
gst-vaapi NEWS -- summary of changes. 2010-05-13
|
gst-vaapi NEWS -- summary of changes. 2010-05-DD
|
||||||
Copyright (C) 2010 Splitted-Desktop Systems
|
Copyright (C) 2010 Splitted-Desktop Systems
|
||||||
|
|
||||||
Version 0.2.1 - 13.May.2010
|
Version 0.2.2 - DD.May.2010
|
||||||
|
* Fix packaging dependencies
|
||||||
* Fix OpenGL texture internal format (Clutter)
|
* Fix OpenGL texture internal format (Clutter)
|
||||||
|
* Fix foreign window size for embedding (Totem)
|
||||||
|
|
||||||
|
Version 0.2.1 - 12.May.2010
|
||||||
* Fix integration within the playbin2 pipeline
|
* Fix integration within the playbin2 pipeline
|
||||||
* Fix vaapidecode to expose the HW supported caps only
|
* Fix vaapidecode to expose the HW supported caps only
|
||||||
* Add GstXOverlay interface to vaapisink (Totem media player)
|
* Add GstXOverlay interface to vaapisink (Totem media player)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# gstreamer-vaapi package version number
|
# gstreamer-vaapi package version number
|
||||||
m4_define([gst_vaapi_major_version], [0])
|
m4_define([gst_vaapi_major_version], [0])
|
||||||
m4_define([gst_vaapi_minor_version], [2])
|
m4_define([gst_vaapi_minor_version], [2])
|
||||||
m4_define([gst_vaapi_micro_version], [1])
|
m4_define([gst_vaapi_micro_version], [2])
|
||||||
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])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue