summaryrefslogtreecommitdiff
path: root/recipes/ti/gstreamer-ti_svn.bb
diff options
context:
space:
mode:
authorBrijesh Singh <bksingh@ti.com>2009-09-16 08:29:03 -0500
committerKoen Kooi <k-kooi@ti.com>2009-09-17 10:02:35 +0200
commit33e67dff775d3edcc3a4521106351792c1519093 (patch)
tree8c23cb07a0f7c9b6b1f4cb111b8064ccc62ad3fb /recipes/ti/gstreamer-ti_svn.bb
parentcac885572c1429e0522935ffa0854bdf1ed15bcc (diff)
gstreamer-ti: remove mp3 cap from gst_ti auddec1 element.
* Default TSPA codec does not have mp3 decoder and this patch removes the mp3 decoder caps from auddec1 element. This will help playbin on auto-detecting mp3 decoder when dsp decoder is not available.
Diffstat (limited to 'recipes/ti/gstreamer-ti_svn.bb')
-rw-r--r--recipes/ti/gstreamer-ti_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb
index e1782ba477..537a2f9cd4 100644
--- a/recipes/ti/gstreamer-ti_svn.bb
+++ b/recipes/ti/gstreamer-ti_svn.bb
@@ -12,10 +12,11 @@ SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=
file://gstreamer-ti-tracker-824.patch;patch=1 \
file://gstreamer-ti-tracker-462.patch;patch=1 \
file://gstreamer-ti-add-omapfb.patch;patch=1 \
+ file://gstreamer-ti-remove-mp3-decode-support-from-auddec1.patch;patch=1 \
"
# Again, no '.' in PWD allowed :(
-PR = "r35"
+PR = "r36"
PV = "svnr${SRCREV}"
S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin"