-
Notifications
You must be signed in to change notification settings - Fork 65
Try removing OGG blocklist #484
Copy link
Copy link
Closed
Description
media/backends/gstreamer/lib.rs
Lines 249 to 256 in 0c7edc7
| // XXX GStreamer is currently not very reliable playing OGG and most of | |
| // the media related WPTs uses OGG if we report that we are able to | |
| // play this type. So we report that we are unable to play it to force | |
| // the usage of other types. | |
| // https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/520 | |
| if mime.subtype() == mime::OGG { | |
| return SupportsMediaType::No; | |
| } |
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4212 was fixed by https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/937 several years ago. We should try allowing OGG again and see how it affects Servo's results in CI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels