summaryrefslogtreecommitdiffstats
path: root/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch
Commit message (Collapse)AuthorAgeFilesLines
* qtmultimedia: Drop i.MX6 support patch as Qt 5.3.0 is now in useOtavio Salvador2014-06-121-844/+0
| | | | | | | | 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>
* qtmultimedia: Fix zero-copy patch for imx6 so that the plugin will be buildThomas Senyk2014-06-031-4/+2
| | | | | | | | | | | | 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>
* qtmultimedia: Add support for i.MX6Otavio Salvador2014-05-241-0/+846
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>