mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
module-zeroconf-discover: also parse the channel_map
So that we create the device with the same channel_map as the remote end. Fixes #1692
This commit is contained in:
parent
257bbb1fd5
commit
d6c1479ba0
2 changed files with 19 additions and 0 deletions
|
|
@ -414,6 +414,7 @@ build_module_zeroconf_discover = avahi_dep.found()
|
|||
if build_module_zeroconf_discover
|
||||
pipewire_module_zeroconf_discover = shared_library('pipewire-module-zeroconf-discover',
|
||||
[ 'module-zeroconf-discover.c',
|
||||
'module-protocol-pulse/format.c',
|
||||
'module-zeroconf-discover/avahi-poll.c' ],
|
||||
include_directories : [configinc, spa_inc],
|
||||
install : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue