summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-08-10 13:45:24 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-08-10 14:29:40 +0200
commit18a7ff8d6319e9da2e4e5f705ce1622558a0f6b0 (patch)
treeb085128aeb0a80e99bcf12dbc7d2331942f5ec32 /doc
parent03d0c1ba491393008fb7687e77e6463379095413 (diff)
Fixed an assert that could happen when the mediaSource is deleted
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
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions