[Webkit-unassigned] [Bug 131099] [GTK] Compile all installed resources as GResources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 15 00:14:06 PDT 2014


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





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-05-15 00:14:25 PST ---
(In reply to comment #2)
> (From update of attachment 231460 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=231460&action=review
> 
> > Source/WebCore/platform/audio/gtk/AudioBusGtk.cpp:-42
> > -    return createBusFromAudioFile(absoluteFilename.get(), false, sampleRate);
> 
> Is this function used anywhere else now? I haven't checked :)

It seems that mac also implements it (in both mac and IOS), but only EFL uses it.

platform/audio/AudioFileReader.h:PassRefPtr<AudioBus> createBusFromAudioFile(const char* filePath, bool mixToMono, float sampleRate);
platform/audio/efl/AudioBusEfl.cpp:    return createBusFromAudioFile(absoluteFilename.utf8().data(), false, sampleRate);
platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:PassRefPtr<AudioBus> createBusFromAudioFile(const char* filePath, bool mixToMono, float sampleRate)
platform/audio/ios/AudioFileReaderIOS.cpp:PassRefPtr<AudioBus> createBusFromAudioFile(const char* filePath, bool mixToMono, float sampleRate)
platform/audio/mac/AudioFileReaderMac.cpp:PassRefPtr<AudioBus> createBusFromAudioFile(const char* filePath, bool mixToMono, float sampleRate)

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