[Webkit-unassigned] [Bug 96912] [GStreamer] initial volume events on media elements could happen earlier

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 03:24:22 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96912





--- Comment #3 from Jussi Kukkonen <jussi.kukkonen at intel.com>  2012-09-18 03:24:52 PST ---
(In reply to comment #2)
> Can you upload your WIP patch?
> There can totally be a bug in GStreamer, wouldn't be the first time we find an issue when dealing with a WebKit patch ;)

I actually got it to work by accident: it seems that getting the "mute" property first will not work, but doing anything else first makes it work (as  an example it starts to work even if I just do the same g_object_get() call twice). This does not sound like a very probable bug, but it is totally reproducable.

So the working patch that I'm uploading in a minute gets volume first and mute second. That works fine for me but doing it the other way round will fail: mute will have the uninitialized value.

There's a small issue still: there are two javascript "volumechange" events. This isn't entirely wrong (if both mute and volume changed) but best would be a single event I think.

-- 
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