mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
module-pipe: improve properties on nodes
Actually move the stream properties in stream.props object for the pipe tunnel module. Set pipe.filename on the node. Remap this to device.string in pulse. Add some more default properties on the pipe nodes. See #2973
This commit is contained in:
parent
cb8d9f38b2
commit
d11fb766c6
4 changed files with 18 additions and 2 deletions
|
|
@ -53,5 +53,6 @@ const struct str_map props_key_map[] = {
|
|||
{ PW_KEY_APP_PROCESS_MACHINE_ID, "application.process.machine_id" },
|
||||
{ PW_KEY_APP_PROCESS_SESSION_ID, "application.process.session_id" },
|
||||
{ PW_KEY_MEDIA_ROLE, "media.role", media_role_map },
|
||||
{ "pipe.filename", "device.string" },
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue