Skip to content
Snippets Groups Projects
Unverified Commit a205c5fa authored by Oliver Smith's avatar Oliver Smith
Browse files

autoconfig: set media.webrtc.camera.allow-pipewire (MR 38)

As suggested by Robert Mader in issue 57, thanks.
parent 4116b666
No related branches found
Tags 4.2.0
1 merge request!38autoconfig: set media.webrtc.camera.allow-pipewire
Pipeline #144320 passed
......@@ -309,6 +309,12 @@ function set_default_prefs() {
// shows recently closed tabs. The always pinned tab takes up screen estate
// and it's slightly annoying if you do not want to register an account.
defaultPref('browser.tabs.firefox-view', false);
// FF >= 116 allows to use cameras via Pipewire. While it will likely still
// take a while until this is made the default, on most mobile devices it
// makes a lot of sense to enable it unconditionally, as cameras usually
// only work with libcamera, not via plain v4l2.
defaultPref('media.webrtc.camera.allow-pipewire', true);
}
function main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment