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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 03:46:48 PDT 2012


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





--- Comment #11 from Sebastian Dröge <slomo at circular-chaos.org>  2012-03-27 03:46:48 PST ---
(From update of attachment 133472)
View in context: https://bugs.webkit.org/attachment.cgi?id=133472&action=review

> Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:166
> +    GstClockTime duration = gst_audio_duration_from_pad_buffer(sinkPad.get(), buffer);

This function is not in 0.11 anymore, just calculate the duration yourself from the buffer size and the caps (and in 0.11 the GstAudioInfo).

Other than that this is the correct thing to do, using the offset fields will only cause problems.

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