[meta-intel] [PATCH 07/11] intel-core*: use gstreamer-vaapi-1.0 directly instead of gst-va-intel

Ross Burton ross.burton at intel.com
Fri Feb 27 10:00:36 PST 2015


No need for a layer of indirection when that layer only has one option.
Previously with EMGD there was a choice, but not anymore.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 conf/machine/intel-core2-32.conf  |    2 +-
 conf/machine/intel-corei7-64.conf |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 699d757..2b79165 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -15,7 +15,7 @@ MACHINE_FEATURES += "va-impl-intel"
 MACHINE_FEATURES += "wifi 3g"
 MACHINE_FEATURES += "intel-ucode"
 
-MACHINE_HWCODECS ?= "va-intel gst-va-intel"
+MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"
 
 MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
 
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index d3da826..491ef04 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -15,7 +15,7 @@ MACHINE_FEATURES += "va-impl-intel"
 MACHINE_FEATURES += "wifi 3g"
 MACHINE_FEATURES += "intel-ucode"
 
-MACHINE_HWCODECS ?= "va-intel gst-va-intel"
+MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"
 
 MACHINE_EXTRA_RRECOMMENDS += "linux-firmware lms8"
 
-- 
1.7.10.4



More information about the meta-intel mailing list