module-pipe-tunnel: Initialize the target.node property

Initialize the PW_KEY_TARGET_OBJECT property on the stream node based on the
user config.
This commit is contained in:
Ashok Sidipotu 2022-10-17 17:28:39 +05:30 committed by Wim Taymans
parent e6fd5888ee
commit 315b2d1ad5

View file

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