summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/ds9/backend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation of Phonon DS9 backend when Qt is built statically.Andrew den Exter2009-11-121-4/+5
| | | | | | | | | qt_plugin_instance() isn't defined in a static build. Assign a pointer the shared mutex to static member variable in the backend constructor, rather than returning it from a static member function. Task-number: QTBUG-5207 Reviewed-by: Justin McPherson
* Phonon/ds9: fix a potential dead-lock found by userThierry Bastian2009-08-241-0/+7
| | | | | | This is following merge request 878. A customer was able to get a dead- lock when calling at the same time RenderFile and enumerating the audio devices. We now have a global mutex for that.
* Phonon compile fix for mingwThierry Bastian2009-08-211-3/+3
|
* Documentation and whitespace fixes in phononDavid Faure2009-07-161-3/+3
| | | | | | | | | - fix wrong copy/pasted comments (including the whole docs for isSeekable) - make docs of Notifier more generic (there are 3 signals, not just one) - untabify Merge-request: 875 Reviewed-by: Leonardo Sobral Cunha <leo.cunha@nokia.com>
* Long live Qt!Lars Knoll2009-03-231-0/+343