summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtmultimedia
Commit message (Collapse)AuthorAgeFilesLines
* qtmultimedia: Use 'qtCompileTest' mechanism for GStreamerOtavio Salvador2015-02-131-53/+0
| | | | | | | We can use the 'done_config_openal' and 'done_config_gstreamer' trick to avoid the respective features it to be enabled. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtmultimedia: Fix crash when use Gstreamer 0.10 pluginMingtao Qu2014-12-311-1/+1
| | | | | | | | | | In QVideoSurfaceGstSink::get_caps(), when use 0.10 version Gstreamer, It create GstCap with a wrong type (G_TYPE_STRING) of parameter 'format', a g_strcpy exception will be found. This patch fixes the parameter type to use GST_TYPE_FOURCC as expacted. Signed-off-by: Mingtao Qu <zarelaky@hotmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: upgrade from 5.3.2 to 5.4.0Jonathan Liu2014-12-112-166/+154
| | | | | | | | MJ: nativesdk-qtbase, nativesdk-qttools, qtbase-native: Drop unnecessary LICENSE/LIC_FILES_CHKSUM MJ: qtwebkit: move leveldb dependency to .inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Jonathan Liu <net147@gmail.com>
* qt*: refresh the patchesMartin Jansa2014-10-042-24/+29
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtmultimedia: Add gstremer-1.0 supportMartin Jansa2014-07-062-0/+2429
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>