summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-12-19 22:51:18 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 15:55:59 +0100
commit4ea80cebb799f6356833488117cb6289590d1e35 (patch)
tree5d9e3f81b04cdc2c63b088a6126861eecbfb3ad8
parent77b6ca5dd194ed14c8939e3326c27443e97ef16c (diff)
gstreamer1.0-plugins-imx: remove dangling bbappend
The gstreamer1.0-plugins-imx recipe has been upgraded to 0.13. It is unclear if the issue with asserts still exists, remove the work around for now. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend
deleted file mode 100644
index 558a6e6..0000000
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend
+++ /dev/null
@@ -1,5 +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_remove = "vpu"