[Webkit-unassigned] [Bug 69834] [GStreamer] WebAudio AudioFileReader implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 08:20:13 PDT 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrobinson at webkit.org




--- Comment #8 from Martin Robinson <mrobinson at webkit.org>  2011-10-13 08:20:13 PST ---
(In reply to comment #7)
> (In reply to comment #2)
> > 
> > > Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:319
> > > +    m_context = g_main_context_new();
> > > +    g_main_context_push_thread_default(m_context);
> > > +    m_loop = g_main_loop_new(m_context, FALSE);
> > 
> > I guess this blocks the main loop. :(
> > 
> 
> This issue is quite annoying, I'll give it some more thinking.

I'm surprised the platform-independent code isn't loading this on another thread and making sounds only after it's loaded.

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