dynamically resize connection buffers

This commit is contained in:
Wim Taymans 2016-10-18 11:11:38 +02:00
parent d711e15f0a
commit 7ee66cfc35
3 changed files with 108 additions and 104 deletions

View file

@ -1048,7 +1048,7 @@ parse_connection (SpaProxy *this)
case SPA_CONTROL_CMD_SET_PROPERTY:
case SPA_CONTROL_CMD_NODE_COMMAND:
case SPA_CONTROL_CMD_PROCESS_BUFFER:
spa_log_error (this->log, "proxy %p: got unexpected connection %d\n", this, cmd);
spa_log_error (this->log, "proxy %p: got unexpected command %d\n", this, cmd);
break;
case SPA_CONTROL_CMD_NODE_UPDATE: