git: bccc8a1c281c - main - www/firefox: drop reference to media.cubeb.backend=pulse (non-Rust)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 May 2023 03:56:20 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bccc8a1c281c70bc87cc13a8f4569a745ccf1d18
commit bccc8a1c281c70bc87cc13a8f4569a745ccf1d18
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-26 03:53:11 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-26 03:53:13 +0000
www/firefox: drop reference to media.cubeb.backend=pulse (non-Rust)
https://bugzilla.mozilla.org/show_bug.cgi?id=1611658
---
www/firefox-esr/pkg-message | 2 +-
www/firefox/pkg-message | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/firefox-esr/pkg-message b/www/firefox-esr/pkg-message
index 48ae5915f4b3..5df4e99ac994 100644
--- a/www/firefox-esr/pkg-message
+++ b/www/firefox-esr/pkg-message
@@ -25,7 +25,7 @@ Supported backends and default probing order is as follows:
To force a specific backend open `about:config` page and create
`media.cubeb.backend` preference.
-Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends.
+Microphone selection only works in `oss`, `pulse-rust` backends.
Other backends are limited to `default` which is usually `/dev/dsp`,
so use virtual_oss to reroute microphones from non-default devices.
diff --git a/www/firefox/pkg-message b/www/firefox/pkg-message
index 48ae5915f4b3..5df4e99ac994 100644
--- a/www/firefox/pkg-message
+++ b/www/firefox/pkg-message
@@ -25,7 +25,7 @@ Supported backends and default probing order is as follows:
To force a specific backend open `about:config` page and create
`media.cubeb.backend` preference.
-Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends.
+Microphone selection only works in `oss`, `pulse-rust` backends.
Other backends are limited to `default` which is usually `/dev/dsp`,
so use virtual_oss to reroute microphones from non-default devices.