mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pipewire-pulse: implement simple quirk database
Add a simple quirks table. Forces S16 formats for teams sink and source info. Forces removal of the DONT_MOVE flag for capture streams for firefox. See #838 and #1363
This commit is contained in:
parent
f5d51162c4
commit
900cb596d3
5 changed files with 98 additions and 1 deletions
|
|
@ -64,6 +64,8 @@ struct client {
|
|||
|
||||
struct pw_properties *props;
|
||||
|
||||
uint64_t quirks;
|
||||
|
||||
struct pw_core *core;
|
||||
struct pw_manager *manager;
|
||||
struct spa_hook manager_listener;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue