Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Phonon on Windows: improve performance when loading lots of sources | Thierry Bastian | 2009-08-21 | 1 | -3/+3 |
| | | | | The lock is made more local. | ||||
* | Phonon: improve locking to make it safer to load a source | Thierry Bastian | 2009-08-11 | 1 | -1/+2 |
| | | | | Task-number: 259482 | ||||
* | Fixed an assert that could happen when the mediaSource is deleted | Thierry Bastian | 2009-08-10 | 1 | -1/+0 |
| | | | | | | | | | | | | When using streaming, it could happen that the last reference to the MediaSource is in another thread. So the objects are destroyed from another thread. In which case we would delete QObject (ioDevice) in another thread. That is fixed by calling deleteLater which will ensure that they are deleted in their own thread. Note: there was a nother assert that could happen due to a race condition in the worker thread. That is also fixed with this patch. Reviewed-by: jbache | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+313 |