Revision 66d1abd...

Go back to digest for 16th January 2011

Bug Fixes in Multimedia

sitter at kde dot org committed changes in [Phonon GStreamer] /gstreamer/streamreader.cpp:

Daring logic fix (or so I hope). There is a potential (read: actual)
threat from having needData and enoughData called from potentially
(read: actually) 2 different threads, as needData relies on KIO's resume
function, which only queues data dispatching. If KIO is suspended before
that queued call arrives no data will be sent. We hope that moving it
here should fix that though.

File Changes

Modified 1 files
  • /gstreamer/streamreader.cpp
1 files changed in total