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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 06:35:24 PDT 2011


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





--- Comment #7 from Philippe Normand <pnormand at igalia.com>  2011-10-13 06:35:24 PST ---
(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.

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