[Webkit-unassigned] [Bug 94806] [GStreamer][Qt] WebAudio support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 27 03:54:38 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94806
--- Comment #4 from Mikhail Pozdnyakov <mikhail.pozdnyakov at intel.com> 2012-08-27 03:54:39 PST ---
(From update of attachment 160686)
View in context: https://bugs.webkit.org/attachment.cgi?id=160686&action=review
> Source/WebCore/platform/audio/qt/AudioBusQt.cpp:34
> +
Just a proposal: QString absoluteFilename = QString(":/webkit/resources/audio/%1").arg(QLatin1String(name));
> Source/WebCore/platform/audio/qt/AudioBusQt.cpp:42
> + const String filename = String(name) + ".wav";
and: const String& filename = String("%1.wav").arg(name);
--
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