summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback
Commit message (Collapse)AuthorAgeFilesLines
* Debug media player status and media state changes.Dmytro Poplavskiy2010-03-041-1/+17
| | | | | | Disabled by default. Reviewed-by: Justin McPherson
* Added QMediaPlayer::StreamPlayback flag to query/select backend capableDmytro Poplavskiy2010-03-042-4/+17
| | | | of playing from QIODevice based stream.
* Doc: add \since 4.7 to new QtMultimedia classesVolker Hilsheimer2010-02-242-2/+2
|
* Merge remote branch 'origin/master'Thiago Macieira2010-02-231-2/+3
|\ | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc doc/src/declarative/tutorial2.qdoc doc/src/declarative/tutorial3.qdoc src/declarative/graphicsitems/qmlgraphicsmousearea.cpp src/multimedia/playback/qmediaplayer.cpp
| * Fix compilation with namespace.ck2010-02-221-3/+4
| |
* | Cocoa: fix namespace buildRichard Moe Gustavsen2010-02-221-2/+0
|/ | | | added/removed namespace macros as needed
* Change namespace; QtMedia -> QtMultimediaJustin McPherson2010-02-192-2/+2
|
* Fix QMediaPlayer test failure.Andrew den Exter2010-02-172-7/+6
| | | | | | Prepending the Qt namespace with QT_PREPEND_NAMESPACE in a Q_DECLARE_METATYPE statement is unecessary and appears not to work with signal declarations in QSignalSpy.
* Add virtual destructors to QMediaObjectPrivate and QMediaServicePrivate.Andrew den Exter2010-02-111-2/+0
| | | | | | | This reverts aec0628295cda95f2169e3007368797ba6585ee3 and fixes the actual problem, which is the destructors for for classes inheriting QMediaObjectPrivate weren't being called resulting in QPointer destructors also not being called.
* Fix crash on exit in player example on Windows.Andrew den Exter2010-02-101-0/+2
| | | | | | Explicitly clear the QPointer to QVideoWidget on destruction, otherwise the destruction of the QVideoWidget will seeminly attempt to clear an invalidated QPointer.
* Add an audioAvailable property to QMediaPlayer.Justin McPherson2010-01-284-0/+47
| | | | from: Andrew den Exter committed 00373999 to qtmobility/qtm-multimedia
* Move QtMobility multimedia framework into Qt.Justin McPherson2010-01-155-0/+1631