summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 11:31:18 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:53:09 +0200
commitec0562c7099148d1502cb4f58858f188f9601f48 (patch)
treee01dc98f0ff8b29d93510eacada4f2cf411908a9 /recipes-multimedia
parente9ce45b0b512c17dc3536e81c9221a58c02ac3fc (diff)
gstreamer1.0-plugins-imx: don't build for vpu
Using libimxvpuapi causes asserts when using certain pipelines, e.g. with gst-play-1.0. Don't build the plugins which base on libimxvpuapi for now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bbappend
new file mode 100644
index 0000000..e13cefd
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bbappend
@@ -0,0 +1,6 @@
+# when using the libimxvpuapi the resulting plugins causes asserts when using
+# $ gst-play-1.0 a-video-file
+# e.g.: gst-launch-1.0: ../imxvpuapi/imxvpuapi_vpulib.c:2349: imx_vpu_dec_mark_framebuffer_as_displayed: Assertion `framebuffer != ((void *)0)' failed.
+# not building the vpu plugins works around the issue
+PACKAGECONFIG_mx6q_remove = "vpu"
+