diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-11-11 13:52:46 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-13 20:08:48 +0000 |
commit | 37238f4c697c566b426256ae32940c873b0d5c44 (patch) | |
tree | 636b5cd5b880ef6b77a6eef49d96f16172c486b7 /templates/machine/dra7xx-evm | |
parent | 472427989fff11e09615067de8e63cf98919df2a (diff) |
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 <a0393906@ti.com>
Diffstat (limited to 'templates/machine/dra7xx-evm')
-rw-r--r-- | templates/machine/dra7xx-evm/50_local.conf.inc | 4 |
1 files changed, 3 insertions, 1 deletions
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 |