From: Mrinmayee Hingolikar <[email protected]> * Added plugins from meta-arago-glsdk that enable the use of the VPE module in GStreamer. Preserved authorship for Mrinmayee * Modified the following for upstreaming: * Moved to gst-plugins-ti so that the gst-plugins-ti.inc file could be used. * Modified to use gst-plugins-ti.inc * Added DESCRIPTION
Signed-off-by: Chase Maupin <[email protected]> --- .../gst-plugins-ti/gst-plugins-vpe_git.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-vpe_git.bb diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-vpe_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-vpe_git.bb new file mode 100644 index 0000000..cd6f0af --- /dev/null +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-vpe_git.bb @@ -0,0 +1,11 @@ +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 gst-plugins-ti.inc + +PR = "${INC_PR}.0" +SRCREV = "5107007ca1be8ed66f6a9ec3ffbb70ec7eb0b120" + +SRC_URI = "git://git.ti.com/glsdk/gst-plugin-vpe.git;protocol=git" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
