Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtmultimedia: Fix crash when use Gstreamer 0.10 plugin | Mingtao Qu | 2015-01-05 | 1 | -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 patches | Martin Jansa | 2014-10-04 | 1 | -18/+21 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | qtmultimedia: Add gstremer-1.0 support | Martin Jansa | 2014-07-06 | 1 | -0/+2378 |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |