summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtmultimedia/0001-Initial-porting-effort-to-GStreamer-1.0.patch
Commit message (Collapse)AuthorAgeFilesLines
* qtmultimedia: Fix crash when use Gstreamer 0.10 pluginMingtao Qu2015-01-051-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> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt*: refresh the patchesMartin Jansa2014-10-041-18/+21
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtmultimedia: Add gstremer-1.0 supportMartin Jansa2014-07-061-0/+2378
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>