[meta-ti] [PATCH v2 5/6] gstreamer: bbappend to use TI-patched versions needed for gst-plugin-ducati

Enrico Butera ebutera at users.berlios.de
Fri Oct 12 12:26:11 PDT 2012


Note: pvrvideosink is disabled because it needs pvr driver.

Signed-off-by: Enrico Butera <ebutera at users.berlios.de>
---
 .../gstreamer/gst-plugins-bad_0.10.23.bbappend     |   17 +++++++++++++++++
 .../gstreamer/gst-plugins-base_0.10.36.bbappend    |   16 ++++++++++++++++
 .../gstreamer/gstreamer_0.10.36.bbappend           |   13 +++++++++++++
 3 files changed, 46 insertions(+)
 create mode 100644 recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
 create mode 100644 recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend
 create mode 100644 recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend

diff --git a/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend b/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
new file mode 100644
index 0000000..21d68de
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
@@ -0,0 +1,17 @@
+
+COMPATIBLE_MACHINE = "omap4"
+
+# 2012/09/26: pvrvideosink: Limit size to 1080p as it is a hardware limitation
+SRCREV = "3eb68bf5bcd79d490e35d29f262a0a9d84da36ff"
+
+SRC_URI = "git://gitorious.org/gstreamer-omap/gst-plugins-bad.git;protocol=git;branch=v0.10.23+ti"
+
+S = "${WORKDIR}/git"
+
+# TODO: add pvr drivers to enable the pvr plugin
+EXTRA_OECONF += " --disable-pvr"
+
+do_configure_prepend() {
+       git submodule init && git submodule update
+       autopoint
+}
diff --git a/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend b/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend
new file mode 100644
index 0000000..f85ded6
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend
@@ -0,0 +1,16 @@
+
+COMPATIBLE_MACHINE = "omap4"
+
+# 2012/09/20: typefind: give less weight to H.263 streams when few blocks are found
+SRCREV = "fad32193a79b394c8e7e630b0aa739462a424fa4"
+
+SRC_URI = "git://gitorious.org/gstreamer-omap/gst-plugins-base.git;protocol=git;branch=v0.10.36+ti \
+           file://gst-plugins-base-tremor.patch \
+           file://configure.ac-fix-subparse-plugin.patch"
+
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+       git submodule init && git submodule update
+       autopoint
+}
diff --git a/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend b/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend
new file mode 100644
index 0000000..8037360
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend
@@ -0,0 +1,13 @@
+
+COMPATIBLE_MACHINE = "omap4"
+
+SRCREV = "2096b1022ad513f90639aa7a04445a2da8bc5363"
+
+SRC_URI = "git://gitorious.org/gstreamer-omap/gstreamer.git;protocol=git;branch=v0.10.36+ti"
+
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+       git submodule init && git submodule update
+       autopoint
+}
-- 
1.7.9.5




More information about the meta-ti mailing list