aboutsummaryrefslogtreecommitdiffstats
path: root/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch
AgeCommit message (Collapse)Author
2014-06-12qtmultimedia: Drop i.MX6 support patch as Qt 5.3.0 is now in useOtavio Salvador
The Qt 5.3.0 includes this patch so we need to drop it from the BSP layer in other to avoid conflicts. Change-Id: I0fe8592daae18a18f4d149321ff4d03e8b6d64a5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-06-03qtmultimedia: Fix zero-copy patch for imx6 so that the plugin will be buildThomas Senyk
The "*imx6* {" is a check on mkspec name which doesn't contain "imx6" in the case of building with bitbake. When building with bitbake, it's the recipes deciding which code/patch goes in -> we need to check here Change-Id: Ia99515db58d79bcd460c87ad28c0ddfe19d4aa19 Signed-off-by: Thomas Senyk <thomas.senyk@pelagicore.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-05-24qtmultimedia: Add support for i.MX6Otavio Salvador
This patch implements GStreamer-buffer to OpenGL-texture for i.MX6 allowing fluid video-playback up to 1080p with very little CPU load. The patch has been backported from Qt 5.3. Change-Id: I9a5b47b5d3eb5917708d8c44602d4634dfc44cdc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>