summaryrefslogtreecommitdiffstats
path: root/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
diff options
context:
space:
mode:
authorEnrico Butera <ebutera@users.berlios.de>2011-08-09 17:20:45 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-16 09:46:08 +0200
commit9e85b31e35bb6dadc7c6997c7e0c8fb23b38249b (patch)
tree4d397ad176c6a5c58570600214e5fa6ac37d3e5f /recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
parent8ae4464e9f1cba501b99c90141c154cee98fce64 (diff)
downloadmeta-ti-9e85b31e35bb6dadc7c6997c7e0c8fb23b38249b.tar.gz
gstreamer-ti: bump srcrev to fix runtime error, build fix
Bumped srcrev to fix a runtime error and added a build fix (include linux/videodev.h was removed from kernel). Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb')
-rw-r--r--recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb15
1 files changed, 2 insertions, 13 deletions
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
index b4964ea9..9284eab6 100644
--- a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
+++ b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
@@ -6,21 +6,14 @@ PV = "svnr${SRCREV}"
6 6
7S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin" 7S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin"
8 8
9SRCREV = "822" 9SRCREV = "962"
10 10
11# apply patches from tracker 1208 to get zero copy support. 11# apply patches from tracker 1208 to get zero copy support.
12# https://gstreamer.ti.com/gf/project/gstreamer_ti/tracker/?action=TrackerItemEdit&tracker_item_id=1208&start=175 12# https://gstreamer.ti.com/gf/project/gstreamer_ti/tracker/?action=TrackerItemEdit&tracker_item_id=1208&start=175
13 13
14SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \ 14SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
15file://gstreamer-ti-rc.sh \ 15file://gstreamer-ti-rc.sh \
16file://0003-Support-setting-the-display-framerate-directly-when-.patch;striplevel=4 \ 16file://r962-remove-include-videodev.diff \
17file://0004-Cosmetic-cleanup-clarify-some-comments.patch;striplevel=4 \
18file://0005-Enable-setting-the-framerate-directly-on-DM365.patch;striplevel=4 \
19file://0006-Remove-the-repeat_with_refresh-feature.patch;striplevel=4 \
20file://0007-Add-support-for-pad-allocated-buffers-in-TIDmaiVideo.patch;striplevel=4 \
21file://0008-Add-support-for-pad-allocated-buffers-in-TIViddec2.patch;striplevel=4 \
22file://0009-update-dm365-cfg-to-work-with-platinum-codecs.patch \
23file://0010-replace-omap3530_dv400-platform-support-with-omap353.patch \
24" 17"
25 18
26# use local loadmodules.sh for these platform 19# use local loadmodules.sh for these platform
@@ -30,7 +23,3 @@ SRC_URI_append_omapl137 = " file://loadmodules.sh"
30SRC_URI_append_omapl138 = " file://loadmodules.sh " 23SRC_URI_append_omapl138 = " file://loadmodules.sh "
31SRC_URI_append_omap3 = " file://loadmodules.sh " 24SRC_URI_append_omap3 = " file://loadmodules.sh "
32 25
33# apply omapdmaifbsink patch on omap3 platform
34# NOTE: this patch need's X11 header/libs
35SRC_URI_append_omap3 = " file://0001-add-omapdmaifbsink.patch"
36