[Webkit-unassigned] [Bug 78095] [GStreamer] HRTFDatabaseLoader conflicts with AudioFileReader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 08:17:23 PDT 2012


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





--- Comment #13 from Philippe Normand <pnormand at igalia.com>  2012-04-04 08:17:23 PST ---
(In reply to comment #12)
> (In reply to comment #10)
> > Chris, it's indeed a bit odd to use FFTFrame::initialize() to initialize various backend-specific bits. Would it be Ok to add a more general function for this? Any suggestion welcome! :)
> 
> Hi Philippe, I think it's ok to create your GTK-specific initialize function which will call gst_init_check() instead of putting it in FFTFrame::initialize() (where it doesn't really belong).
> 
> Then in AudioContext::contructCommon() you could conditionally compile in the call to this function.

Thanks Chris!
I'm preparing a patch adding a new GStreamerUtilities.cpp/h which for now only contains the init function, but later we could add more functions if needed.

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