[Webkit-unassigned] [Bug 98759] [GStreamer] Add Opus MIME type to the list of supported ones

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 09:51:16 PST 2013


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





--- Comment #31 from Andrew Scherkus <scherkus at chromium.org>  2013-01-17 09:53:01 PST ---
Here's the diff for Chromium:

--- /src/chrome/src/webkit/Debug/layout-test-results/media/media-can-play-ogg-expected.txt
+++ /src/chrome/src/webkit/Debug/layout-test-results/media/media-can-play-ogg-actual.txt
@@ -5,7 +5,7 @@
 EXPECTED (video.canPlayType('audio/ogg') == 'maybe') OK
 EXPECTED (video.canPlayType('video/ogg') == 'maybe') OK
 EXPECTED (video.canPlayType('audio/ogg; codecs=vorbis') == 'probably') OK
-EXPECTED (video.canPlayType('audio/ogg; codecs=opus') == 'probably'), OBSERVED '' FAIL
+EXPECTED (video.canPlayType('audio/ogg; codecs=opus') == 'probably'), OBSERVED 'maybe' FAIL
 EXPECTED (video.canPlayType('video/ogg; codecs=theora') == 'probably') OK
 EXPECTED (video.canPlayType('video/ogg; codecs=theora,vorbis') == 'probably') OK
 END OF TEST


We have preliminary Opus support but we haven't gotten it completely hooked up :)

Thanks for the layout tests!

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