Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GStreamer] Disable new demuxers based on adaptivedemux2
https://bugs.webkit.org/show_bug.cgi?id=239701 Patch by Philippe Normand <pnormand@igalia.com> on 2022-04-25 Reviewed by Xabier Rodriguez-Calvar. The new demuxers based on adaptivedemux2 cannot be used in WebKit yet because this new base class does not abstract away network access. They can't work in a sandboxed media process, so demote their rank in order to prevent decodebin3 from auto-plugging them. * platform/graphics/gstreamer/GStreamerCommon.cpp: (WebCore::registerWebKitGStreamerElements): Canonical link: https://commits.webkit.org/249942@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@293319 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information