summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2016-11-11 13:50:02 +0530
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-11-13 20:08:11 +0000
commit472427989fff11e09615067de8e63cf98919df2a (patch)
tree55bf6f9ac69fd296614fa46285d73ec922749139 /templates
parent2380bc09b584ae176f2275c6ac72d94ebfbf7c3b (diff)
dra7xx-evm: platform specific additions for gst-bad
This patch introduces certain allocators and sinks that will use the platform specific components and provide the base functionality for the GStreamer accelerator plugins. Change-Id: Iad16f61eefb8c71933efb9109652aed008939203 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/dra7xx-evm/50_local.conf.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc
index ca693c30c..291f10d75 100644
--- a/templates/machine/dra7xx-evm/50_local.conf.inc
+++ b/templates/machine/dra7xx-evm/50_local.conf.inc
@@ -25,13 +25,17 @@ PREFERRED_VERSION_libgbm = "10.0.0"
## Multimedia section ##
#-------------------------------------------------
+GSTREAMER_PLUGINS = " \
+ gstreamer1.0-plugins-bad-meta \
+"
+
PACKAGES_MULTIMEDIA = " \
ipumm-fw \
pulseaudio-misc \
+ ${GSTREAMER_PLUGINS} \
"
PREFERRED_VERSION_ipumm-fw = "3.00.08.02"
-
# Distribution-specific runtime components
IMAGE_INSTALL_append = " \
${PACKAGES_GFX} \