[Webkit-unassigned] [Bug 30004] [GStreamer] Should handle BUFFERING messages
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 8 07:40:25 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=30004
--- Comment #8 from Sebastian Dröge <slomo at circular-chaos.org> 2010-01-08 07:40:25 PST ---
Why is there the 200ms timeout when receiving a buffering message instead of
using a idle callback or a timeout of 0? Also async. bus signals/watches are
always going through the main thread, no need to do a timeout just for GTK
threading requirements.
When the duration changes after a buffering query, shouldn't you call
durationChanged() to signal the change?
Apart from that it looks good (except some code style issues), but I don't know
the media player API and if all this is the desired behaviour :)
Oh and one small thing... the queueing/buffering is done by playbin2, not
decodebin2 as the comment says ;)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list