modules: actually copy the network property to the stream

Fixes #2384
This commit is contained in:
Wim Taymans 2022-11-17 15:55:02 +01:00
parent 701b5e6cef
commit 945529f029

View file

@ -1012,6 +1012,7 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
copy_props(impl, props, PW_KEY_NODE_GROUP);
copy_props(impl, props, PW_KEY_NODE_LATENCY);
copy_props(impl, props, PW_KEY_NODE_VIRTUAL);
copy_props(impl, props, PW_KEY_NODE_NETWORK);
copy_props(impl, props, PW_KEY_MEDIA_CLASS);
parse_audio_info(impl->stream_props, &impl->info);