mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
0.3.3.
This commit is contained in:
parent
92f11799d1
commit
fbb5215c6a
2 changed files with 5 additions and 4 deletions
7
NEWS
7
NEWS
|
@ -1,8 +1,9 @@
|
|||
gst-vaapi NEWS -- summary of changes. 2012-01-06
|
||||
gst-vaapi NEWS -- summary of changes. 2012-01-16
|
||||
Copyright (C) 2010-2011 Splitted-Desktop Systems
|
||||
Copyright (C) 2011 Intel Corporation
|
||||
Copyright (C) 2011-2012 Intel Corporation
|
||||
Copyright (C) 2011 Collabora
|
||||
|
||||
Version 0.3.3 - DD.Jan.2012
|
||||
Version 0.3.3 - 16.Jan.2012
|
||||
* Add MPEG-2, MPEG-4 and VC-1 decoders (based on codecparsers)
|
||||
* Add support for GstXOverlay::set_render_rectangle() in vaapisink
|
||||
* Fix memory leak of GL texture (Nicolas Dufresne)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
m4_define([gst_vaapi_major_version], [0])
|
||||
m4_define([gst_vaapi_minor_version], [3])
|
||||
m4_define([gst_vaapi_micro_version], [3])
|
||||
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], [], [
|
||||
|
|
Loading…
Reference in a new issue