Re: [meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade to 0.6.0 (v2)

2015-08-11 Thread Burton, Ross
On 11 August 2015 at 11:49, Lim Siew Hoon siew.hoon@intel.com wrote: +DEPENDS = libva libva-intel-driver Is that an actual build dependency? If it's a runtime dependency then you mean RDEPENDS, and isn't gstreamer-vaapi driver-agnostic (although mainly tested against the Intel driver)?

[meta-intel] Do we still need GST_API_VERSION inside gstreamer-vaapi-xxx.bb recipes?

2015-08-11 Thread Lim, Siew Hoon
Hi Ross, Why we need to add GST_API_VERSION? Do we really still need it? Gstreamer-vaapi already include those GST_API_VERSION checking in configuration.ac which gstreamer framework version support. And --with-gstreamer-api option also didn't exist in gstreamer-vaapi. Will get this kind of

[meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade to 0.6.0 (v2)

2015-08-11 Thread Lim Siew Hoon
Request gstreamer-vaapi upgrade for Gen9 platform support. Tested with some video clip format in H265, H264, VC1, HEVC, JPEG, MPEG2, VP8 decode on CHV platform as well. Gstreamer support corner from gstreamer-vaapi release note: - Removed the support for Gstreamer 0.10 and 1.0. - Gstreamer = 1.2

[meta-intel] [PATCH 2/3] libva: upgrade to 1.6.0 (v2)

2015-08-11 Thread Lim Siew Hoon
The libva-intel-driver 1.6.0 version got dependecy to libva 1.6.0 VA-API 0.38 version. For Gen9 platform support. Signed-off-by: Lim Siew Hoon siew.hoon@intel.com --- common/recipes-multimedia/libva/{libva_1.5.0.bb = libva_1.6.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[meta-intel] [PATCH 0/3] Upgrade gstreamer-vaapi, libva Intel VA driver

2015-08-11 Thread Lim Siew Hoon
Those patch are target using for Gen9 platform support. To upgrade Intel-VA driver to 1.6.0, it also needs to upgrade together with libva 1.6.0. Because Intel-VA driver got dependecy with VA-API version 0.38, this VA-API version only bump libva 1.6.0. Upgrade the gstreamer-vaapi to 0.6.0 for new

[meta-intel] [PATCH 3/3] libva-intel-driver: Upgrade to 1.6.0 (v2)

2015-08-11 Thread Lim Siew Hoon
For Gen9 platform support. Tested with running some H264, H265, MPEG2, JPEG, VC1, VP8, MJPEG decode in CHV and SKL platform. Clean up: Remove wayland-include.patch, code already exist in 1.6.0 version. Add in patch: Fix GPU hung issue patch causing by running H264 video clip with MBAFF.

Re: [meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade to 0.6.0 (v2)

2015-08-11 Thread Jussi Kukkonen
On 11 August 2015 at 15:15, Lim, Siew Hoon siew.hoon@intel.com wrote: From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Tuesday, August 11, 2015 7:15 PM To: Lim, Siew Hoon Cc: meta-intel@yoctoproject.org; Ho, Nee Shen Subject: Re: [meta-intel] [PATCH 1/3] gstreamer-vaapi: upgrade

Re: [meta-intel] [PATCH V2] intel-gpu-tools: upgrade to version 1.11

2015-08-11 Thread Saul Wold
On 08/10/2015 10:08 PM, Pengyu Ma wrote: Disable gtk-doc to fix building error. Add libunwind package config to fix denpendece. Changes since v1: * Add libunwind package config. During my testing of this, I saw the following warning: WARNING: QA Issue:

[meta-intel] [PATCH v3] intel-gpu-tools: upgrade to version 1.11

2015-08-11 Thread Pengyu Ma
Disable gtk-doc to fix building error. Add libunwind package config to fix denpendece. Changes since v2: * Remove bash dependency. Changes since v1: * Add libunwind package config. Signed-off-by: Pengyu Ma pengyu...@windriver.com --- ...001-test-script-remove-dependency-on-bash.patch | 146