[Webkit-unassigned] [Bug 35333] [GTK] video playback position query flood when mouse over the video element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 24 06:00:00 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35333
--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2010-02-24 06:00:01 PST ---
+ if (g_str_equal(GST_MESSAGE_SRC_NAME(message), "pipeline"))
+ mp->updateStates();
Do a pointer comparison instead
Position/Duration queries can fail in the beginning but could return something
useful later. So the approach taken here is wrong IMHO.
Why do you rename the playbin2 to "pipeline"? :)
--
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