summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ae4464)
raw | patch | inline | side by side (parent: 8ae4464)
author | Enrico Butera <ebutera@users.berlios.de> | |
Tue, 9 Aug 2011 15:20:45 +0000 (17:20 +0200) | ||
committer | Koen Kooi <koen@dominion.thruhere.net> | |
Tue, 16 Aug 2011 07:46:08 +0000 (09:46 +0200) |
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>
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>
index ba1c1a2e3b4b251d0b978ef4ca0591d5b990aa85..ded16ce84219e0de084ebec53b944f210269fc27 100644 (file)
require recipes-ti/includes/ti-staging.inc
# Rebuild on kernel change since it links statically to ti-dmai, ti-codec-engine, etc
-PR = "r83+${MACHINE_KERNEL_PR}"
+PR = "r84+${MACHINE_KERNEL_PR}"
DEPENDS = "ti-dmai gstreamer gst-plugins-base"
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti/r962-remove-include-videodev.diff b/recipes-ti/gstreamer-ti/gstreamer-ti/r962-remove-include-videodev.diff
--- /dev/null
@@ -0,0 +1,22 @@
+diff -ur ticodecplugin_orig/src/gstticapturesrc.c ticodecplugin/src/gstticapturesrc.c
+--- ticodecplugin_orig/src/gstticapturesrc.c 2011-08-09 17:03:39.201308305 +0200
++++ ticodecplugin/src/gstticapturesrc.c 2011-08-09 17:02:35.177308274 +0200
+@@ -25,7 +25,6 @@
+ #include <gst/gst.h>
+ #include <string.h>
+ #include <gst/gstmarshal.h>
+-#include <linux/videodev.h>
+ #include <linux/videodev2.h>
+ #include <sys/ioctl.h>
+
+diff -ur ticodecplugin_orig/src/gsttidisplaysink2.c ticodecplugin/src/gsttidisplaysink2.c
+--- ticodecplugin_orig/src/gsttidisplaysink2.c 2011-08-09 17:03:53.329308312 +0200
++++ ticodecplugin/src/gsttidisplaysink2.c 2011-08-09 17:03:11.337308292 +0200
+@@ -28,7 +28,6 @@
+ #include <gst/video/video.h>
+ #include <string.h>
+ #include <gst/gstmarshal.h>
+-#include <linux/videodev.h>
+ #include <linux/videodev2.h>
+ #include <sys/ioctl.h>
+
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
index b4964ea92895cf1827d5483e2df07b7554eb352b..9284eab6d938a138f98e280fd5fda9b2a9c981f5 100644 (file)
S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin"
-SRCREV = "822"
+SRCREV = "962"
# apply patches from tracker 1208 to get zero copy support.
# https://gstreamer.ti.com/gf/project/gstreamer_ti/tracker/?action=TrackerItemEdit&tracker_item_id=1208&start=175
SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
file://gstreamer-ti-rc.sh \
-file://0003-Support-setting-the-display-framerate-directly-when-.patch;striplevel=4 \
-file://0004-Cosmetic-cleanup-clarify-some-comments.patch;striplevel=4 \
-file://0005-Enable-setting-the-framerate-directly-on-DM365.patch;striplevel=4 \
-file://0006-Remove-the-repeat_with_refresh-feature.patch;striplevel=4 \
-file://0007-Add-support-for-pad-allocated-buffers-in-TIDmaiVideo.patch;striplevel=4 \
-file://0008-Add-support-for-pad-allocated-buffers-in-TIViddec2.patch;striplevel=4 \
-file://0009-update-dm365-cfg-to-work-with-platinum-codecs.patch \
-file://0010-replace-omap3530_dv400-platform-support-with-omap353.patch \
+file://r962-remove-include-videodev.diff \
"
# use local loadmodules.sh for these platform
SRC_URI_append_omapl138 = " file://loadmodules.sh "
SRC_URI_append_omap3 = " file://loadmodules.sh "
-# apply omapdmaifbsink patch on omap3 platform
-# NOTE: this patch need's X11 header/libs
-SRC_URI_append_omap3 = " file://0001-add-omapdmaifbsink.patch"
-