aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend')
-rw-r--r--meta-steppeeagle/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-steppeeagle/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend b/meta-steppeeagle/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend
new file mode 100644
index 00000000..7464a6da
--- /dev/null
+++ b/meta-steppeeagle/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bbappend
@@ -0,0 +1,32 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+#
+# Remove the patch as it is not needed with the new SRCREV we are using
+#
+SRC_URI := "${@oe_filter_out('file://0001-omx-fixed-type-error-in-printf-call.patch', '${SRC_URI}', d)}"
+
+SRC_URI += "file://0001-gstomxvideodec-fix-multithreads-negotiation-problem-.patch \
+ file://0002-gstomxvideodec-remove-dead-code.patch \
+ file://0003-gstomxvideodec-simplify-_find_nearest_frame.patch \
+ file://0004-gstomxvideoenc-simplify-_find_nearest_frame.patch \
+ file://0005-omx-improve-tunneling-support.patch \
+ file://0006-omx-add-tunneling-support-between-decoder-and-encode.patch \
+ file://0007-gstomxvideoenc-implement-scaling-configuration-suppo.patch \
+ file://0008-configure-fix-first-run-of-autogen-automake.patch \
+ file://0009-omxvideodec-fix-startup-race-condition.patch \
+ file://0010-omxvideoenc-fix-startup-race-condition.patch \
+ file://0011-omx-fix-two-serious-message-handling-bugs.patch \
+ "
+
+SRCREV = "c44cd849400b90f5f4b1f4f429278d9685b1daca"
+
+PV .= "+git${SRCPV}"
+
+EXTRA_OECONF += "--with-omx-target=bellagio"
+
+#
+# This package should not have commercial license flags.
+# There is discussion in the OE community about fixing this
+# but in the meantime we'll explicitly remove it here.
+#
+LICENSE_FLAGS := "${@oe_filter_out('commercial', '${LICENSE_FLAGS}', d)}"