mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
add some more debug
This commit is contained in:
parent
b50482e346
commit
5ba27a7dc1
2 changed files with 2 additions and 1 deletions
|
|
@ -182,6 +182,7 @@ process_messages(struct client_data *data)
|
|||
invalid_message:
|
||||
pw_log_error("protocol-native %p: invalid message received %u %u",
|
||||
client->protocol, id, opcode);
|
||||
spa_debug_pod(0, NULL, (struct spa_pod *)message);
|
||||
pw_client_destroy(client);
|
||||
goto done;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1029,7 +1029,7 @@ pw_stream_connect(struct pw_stream *stream,
|
|||
enum pw_remote_state state;
|
||||
int i, res;
|
||||
|
||||
pw_log_debug("stream %p: connect", stream);
|
||||
pw_log_debug("stream %p: connect path:%s", stream, port_path);
|
||||
impl->direction =
|
||||
direction == PW_DIRECTION_INPUT ? SPA_DIRECTION_INPUT : SPA_DIRECTION_OUTPUT;
|
||||
impl->flags = flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue