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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 13:34:55 PDT 2012


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





--- Comment #12 from Chris Rogers <crogers at google.com>  2012-04-03 13:34:55 PST ---
(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.

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