1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

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>
This commit is contained in:
Enrico Butera
2011-08-09 17:20:45 +02:00
committed by Koen Kooi
parent 8ae4464e9f
commit 9e85b31e35
3 changed files with 25 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ require recipes-ti/includes/ti-paths.inc
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"

View File

@@ -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>

View File

@@ -6,21 +6,14 @@ PV = "svnr${SRCREV}"
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
@@ -30,7 +23,3 @@ SRC_URI_append_omapl137 = " file://loadmodules.sh"
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"