[Webkit-unassigned] [Bug 81905] [GTK] WebAudio channelSize issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 22 07:26:08 PDT 2012


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





--- Comment #1 from Philippe Normand <pnormand at igalia.com>  2012-03-22 07:26:08 PST ---
(In reply to comment #0)
> Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:164
> m_channelSize += GST_BUFFER_OFFSET_END(buffer) - GST_BUFFER_OFFSET(buffer);
> 
> in case of ogg file input without BOS information (e.g: http://labs.dinahmoe.com/ToneCraft/)
> m_channelSize will be always '0'
> 
> so I think.. the code is needed to change like this,
> m_channelSize += buffer->size * 0.25
> 

Hum, can you explain this please?

Maybe it'd be good to have a layout test for this issue.

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