| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|