Bug 80124 - [GStreamer] media/media-can-play-flac-audio.html fails
Summary: [GStreamer] media/media-can-play-flac-audio.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-02 01:12 PST by Philippe Normand
Modified: 2012-03-02 08:38 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.77 KB, patch)
2012-03-02 01:49 PST, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2012-03-02 01:12:04 PST
--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/media/media-can-play-flac-audio-expected.txt 
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/media/media-can-play-flac-audio-actual.txt 
@@ -1,6 +1,6 @@
 Test HTMLMediaElement canPlayType() method with multiple .flac MIME types.
 
-EXPECTED (audio.canPlayType('audio/flac') == 'maybe') OK
+EXPECTED (audio.canPlayType('audio/flac') == 'maybe'), OBSERVED '' FAIL
 EXPECTED (audio.canPlayType('audio/x-flac') == 'maybe') OK
 END OF TEST
 
The mimeTypeCache function of the media player needs a small update.
Comment 1 Philippe Normand 2012-03-02 01:49:37 PST
Created attachment 129843 [details]
Patch
Comment 2 Martin Robinson 2012-03-02 08:33:19 PST
Comment on attachment 129843 [details]
Patch

Please add this to the http://trac.webkit.org/wiki/WebKitGTK/1.8.x so that we merge it into the stable branch.
Comment 3 Philippe Normand 2012-03-02 08:38:44 PST
Comment on attachment 129843 [details]
Patch

Clearing flags on attachment: 129843

Committed r109580: <http://trac.webkit.org/changeset/109580>
Comment 4 Philippe Normand 2012-03-02 08:38:51 PST
All reviewed patches have been landed.  Closing bug.