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:
Wim Taymans 2021-10-14 13:27:57 +02:00
parent 257bbb1fd5
commit d6c1479ba0
2 changed files with 19 additions and 0 deletions

View file

@ -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,