From bc692472e86eb646f0f5a78e9dd4fdc70356c50e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 28 Sep 2016 11:20:44 +0200 Subject: gstreamer1.0-plugins-imx bbappend: use version wildcard Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- .../gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend | 5 +++++ .../gstreamer/gstreamer1.0-plugins-imx_0.12.1.bbappend | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend delete mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bbappend (limited to 'recipes-multimedia/gstreamer') diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend new file mode 100644 index 0000000..083ce61 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend @@ -0,0 +1,5 @@ +# 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" 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 deleted file mode 100644 index e13cefd..0000000 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -# 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" - -- cgit v1.2.3