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 --- .../gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-agl-bsp/meta-ti/recipes-arago/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb (limited to 'meta-agl-bsp/meta-ti/recipes-arago/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb') diff --git a/meta-agl-bsp/meta-ti/recipes-arago/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb b/meta-agl-bsp/meta-ti/recipes-arago/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb new file mode 100644 index 000000000..c43d27215 --- /dev/null +++ b/meta-agl-bsp/meta-ti/recipes-arago/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "GStreamer elements to use the Video Processing Engine (VPE) found on some TI devices" + +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" + +require gstreamer1.0-plugins-ti.inc + +PR = "${INC_PR}.11" +SRCREV = "f1d4d67fa7a76f97a49114b1543ee72ecb0192f0" + +SRC_URI = "git://git.ti.com/glsdk/gst-plugin-vpe.git;protocol=git \ + file://ti-video.conf \ +" + +do_install_append() { + install -d ${D}/etc/modprobe.d + install -m 644 ${WORKDIR}/ti-video.conf ${D}/etc/modprobe.d +} -- cgit 1.2.3-korg