summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/gstreamer
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-251-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (35 commits) Doc: Added a config file for creating Simplified Chinese docs directly. Doc: add a few lines about bearer managment to "What's New" page. Fix the SIMD implementations of QString::toLatin1() Update of the QScriptValue autotest suite. New data set for QScriptValue autotest generator. Autotest: make tst_qchar run out-of-source too Autotest: add a test for roundtrips through toLatin1/fromLatin1 Implement toLatin1_helper with Neon QRegExp::pos() should return -1 for empty/non-matching captures Revert "qdoc: Finished "Inherited by" list for QML elements." Revert "qdoc: List new QML elements in \sincelist for What's New page." Add the Unicode normalisation properties. Autotest: add a test for QDBusPendingCallWatcher use in threads Doc: placeholders for new feature highlights. doc: mark as reimplemented. Update of the QScriptValue autotest suite. New autotests cases for QScriptValue autotests generator. QScriptValue autotest generator templates change. Fix license template. QScriptValue::isQMetaObject crash fix. ...
| * Revert "qdoc: List new QML elements in \sincelist for What's New page."Andreas Aardal Hanssen2010-02-251-1/+1
| | | | | | | | | | | | This reverts commit d1b4e4666e4fe1a5fae0571c37535159c097f485. Reviewed-By: Martin Smith
* | Merge remote branch 'origin/master'Olivier Goffart2010-02-245-11/+9
|\ \ | |/ | | | | | | | | Conflicts: configure src/plugins/mediaservices/mediaservices.pro
| * Remove active qDebugs.Justin McPherson2010-02-235-11/+9
| | | | | | | | | | | | Change to qWarning where appropriate, otherwise comment Reviewed-by: Dmytro Poplavskiy
* | Make mediaservices use existing GStreamer qmake varsTom Cooksey2010-02-231-10/+2
|/ | | | | | | | | This should also allow building when pkg-config isn't present or doesn't work, E.g. when cross-compiling on toolchains lacking pkg-config support. Apparently this also fixes warnings on Solaris too. Reviewed-By: Thiago
* Documentation fixes.Justin McPherson2010-02-222-2/+2
| | | | Reviewed-by: Nicholas Young
* Complete namespace move; QtMedia -> QtMultimediaJustin McPherson2010-02-192-32/+32
|
* Change namespace; QtMedia -> QtMultimediaJustin McPherson2010-02-193-29/+29
|
* Switch RGB24 and BGR24 shaders back.Andrew den Exter2010-02-181-2/+2
| | | | | | This reverts a7f6af9817771b8211433c8cf24fe7150c5b7bf5. The original relationship was consistent with QImage's RGB24, making the direct show RGB24 format BGR24.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-teamJustin McPherson2010-02-171-1/+2
|\
| * Support YUV444 formats in QPainterVideoSurface.Andrew den Exter2010-02-171-1/+2
| |
* | Remove unused files.Justin McPherson2010-02-176-419/+0
|/
* Don't paint RGB24 frames as BGR24.Andrew den Exter2010-02-161-1/+4
| | | | | | A non-swizzling shader was being used for RGB24. This looked correct on linux because the gstreamer backend was misidentifying BGR24 as RGB24. And since BGR is supported include it in the list of supported formats.
* Always pass encoded URLs to GStreamer. Fixes issue with spaces inNicholas Young2010-02-161-1/+1
| | | | filenames.
* Added missing qgstxvimagebuffer.h/cpp to gstreamer.proDmytro Poplavskiy2010-02-101-2/+5
|
* Added errors reporting to gst playback backend.Dmytro Poplavskiy2010-02-093-0/+16
|
* Gstreamer and XVideo use YUY2 fourcc, not YUYV.Dmytro Poplavskiy2010-02-052-2/+2
|
* Added support for XvImage shm based video frames to gstreamer backend.Dmytro Poplavskiy2010-02-057-94/+709
| | | | | | Gstreamer backend will use XvShmPutImage without copying frames data if possible with overlay video output, and provide XvImage based video frames to renderer video output surface.
* Fixed GStreamer Plugin.Nicholas Young2010-01-292-2/+2
|
* Add an audioAvailable property to QMediaPlayer.Justin McPherson2010-01-284-0/+27
| | | | from: Andrew den Exter committed 00373999 to qtmobility/qtm-multimedia
* Fixup license headers.Justin McPherson2010-01-2832-32/+32
|
* Multimedia; Add GStreamer backendJustin McPherson2010-01-1938-0/+5922