From 37238f4c697c566b426256ae32940c873b0d5c44 Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Fri, 11 Nov 2016 13:52:46 +0530 Subject: dra7xx-evm: add platform specific GStreamer plugins This patch add the GStreamer plugins for hardware acclerated multimedia and video post processing functionality. Change-Id: I4ebed2e183f46f1d7cf1fb47ccec37dc64a026b6 Signed-off-by: Karthik Ramanan --- templates/machine/dra7xx-evm/50_local.conf.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc index 291f10d75..73819807a 100644 --- a/templates/machine/dra7xx-evm/50_local.conf.inc +++ b/templates/machine/dra7xx-evm/50_local.conf.inc @@ -27,13 +27,15 @@ PREFERRED_VERSION_libgbm = "10.0.0" GSTREAMER_PLUGINS = " \ gstreamer1.0-plugins-bad-meta \ + gstreamer1.0-plugins-ducati \ + gstreamer1.0-plugins-vpe \ " - PACKAGES_MULTIMEDIA = " \ ipumm-fw \ pulseaudio-misc \ ${GSTREAMER_PLUGINS} \ " + PREFERRED_VERSION_ipumm-fw = "3.00.08.02" # Distribution-specific runtime components -- cgit 1.2.3-korg