diff options
Diffstat (limited to 'recipes/ti/gstreamer-ti/gst-ti.sh')
-rw-r--r-- | recipes/ti/gstreamer-ti/gst-ti.sh | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |