mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
0.3.4.
This commit is contained in:
parent
41f83d0bab
commit
2d47a06090
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,9 +1,9 @@
|
||||||
gst-vaapi NEWS -- summary of changes. 2012-02-DD
|
gst-vaapi NEWS -- summary of changes. 2012-02-01
|
||||||
Copyright (C) 2010-2011 Splitted-Desktop Systems
|
Copyright (C) 2010-2011 Splitted-Desktop Systems
|
||||||
Copyright (C) 2011-2012 Intel Corporation
|
Copyright (C) 2011-2012 Intel Corporation
|
||||||
Copyright (C) 2011 Collabora
|
Copyright (C) 2011 Collabora
|
||||||
|
|
||||||
Version 0.3.4 - DD.Feb.2012
|
Version 0.3.4 - 01.Feb.2012
|
||||||
* Add H.264 decoder (based on codecparsers)
|
* Add H.264 decoder (based on codecparsers)
|
||||||
* Add workaround for qtdemux not exposing H.263 profiles (Halley Zhao)
|
* Add workaround for qtdemux not exposing H.263 profiles (Halley Zhao)
|
||||||
* Alias H.263 Baseline profile to MPEG-4:2 Simple profile (Halley Zhao)
|
* Alias H.263 Baseline profile to MPEG-4:2 Simple profile (Halley Zhao)
|
||||||
|
|
|
@ -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], [4])
|
m4_define([gst_vaapi_micro_version], [4])
|
||||||
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