mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
0.5.9.
This commit is contained in:
parent
b8601cf4c5
commit
1afcede093
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,9 +1,9 @@
|
|||
gst-vaapi NEWS -- summary of changes. 2014-07-DD
|
||||
gst-vaapi NEWS -- summary of changes. 2014-07-29
|
||||
Copyright (C) 2010-2011 Splitted-Desktop Systems
|
||||
Copyright (C) 2011-2013 Intel Corporation
|
||||
Copyright (C) 2011 Collabora
|
||||
|
||||
Version 0.5.9 - DD.Jul.2014
|
||||
Version 0.5.9 - 29.Jul.2014
|
||||
* Add VP8 decoder (+Halley Zhao)
|
||||
* Add H.264 MVC decoder and encoder (+Sreerenj Balachandran, Xiaowei Li)
|
||||
* Fix support for Firefox >= 30 when built with GStreamer 1.0 APIs
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
m4_define([gst_vaapi_major_version], [0])
|
||||
m4_define([gst_vaapi_minor_version], [5])
|
||||
m4_define([gst_vaapi_micro_version], [9])
|
||||
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