From 6080d94ac0c1d9c985f4cf677000b4cd50e1e9ae Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Sun, 9 May 2010 11:21:07 -0500 Subject: gstreamer_ti: use latest svn rev and apply the patches from tracker 1055. * move the common build logic in gstreamer-ti.inc * rebase patches to latest svn rev. * add profile .sh to disable XDM 0.9 elements. * Except beagleboard, do not autoload kernel module in initscript. this is mainly because gst-ti loadmodule is not enough for all application (e.g dvsdk demo, dmai etc). And since beagle community is not installing dvsdk demo's hence its safe to install those kernel modules as the boot time. Signed-off-by: Brijesh Singh Signed-off-by: Koen Kooi --- recipes/ti/gstreamer-ti/gst-ti.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/ti/gstreamer-ti/gst-ti.sh (limited to 'recipes/ti/gstreamer-ti/gst-ti.sh') diff --git a/recipes/ti/gstreamer-ti/gst-ti.sh b/recipes/ti/gstreamer-ti/gst-ti.sh new file mode 100644 index 0000000000..9fd904ddc3 --- /dev/null +++ b/recipes/ti/gstreamer-ti/gst-ti.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# Disable XDM 0.9 elements +export GST_TI_TIViddec_DISABLE=1 +export GST_TI_TIAuddec_DISABLE=1 +export GST_TI_TIVidenc_DISABLE=1 +export GST_TI_TIImgdec_DISABLE=1 +export GST_TI_TIImgenc_DISABLE=1 + -- cgit v1.2.3