mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Work on main loop
Make a main-loop object with associated helper functions to handle async methods. rtloop -> data_loop Handle async results a lot better. Remove REMOVE_MEM command. We don't need it. Handle stream memory updates better.
This commit is contained in:
parent
98dbb6424d
commit
8fac22afdb
26 changed files with 926 additions and 583 deletions
|
|
@ -1111,8 +1111,6 @@ parse_connection (SpaProxy *this)
|
|||
|
||||
case PINOS_CONTROL_CMD_ADD_MEM:
|
||||
break;
|
||||
case PINOS_CONTROL_CMD_REMOVE_MEM:
|
||||
break;
|
||||
case PINOS_CONTROL_CMD_USE_BUFFERS:
|
||||
break;
|
||||
|
||||
|
|
@ -1152,7 +1150,6 @@ parse_rtconnection (SpaProxy *this)
|
|||
case PINOS_CONTROL_CMD_SET_PROPERTY:
|
||||
case PINOS_CONTROL_CMD_NODE_COMMAND:
|
||||
case PINOS_CONTROL_CMD_ADD_MEM:
|
||||
case PINOS_CONTROL_CMD_REMOVE_MEM:
|
||||
case PINOS_CONTROL_CMD_USE_BUFFERS:
|
||||
spa_log_error (this->log, "proxy %p: got unexpected connection %d\n", this, cmd);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue