Skip to content

Try removing OGG blocklist #484

@jdm

Description

@jdm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions