mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse: add more debug info
This commit is contained in:
parent
df912a9059
commit
56f84ce0e4
1 changed files with 2 additions and 0 deletions
|
|
@ -836,6 +836,8 @@ static int source_callback(pa_context *c, struct global *g, struct source_data *
|
||||||
else
|
else
|
||||||
i.name = "unknown";
|
i.name = "unknown";
|
||||||
|
|
||||||
|
pw_log_debug("source %d %s monitor:%d", g->id, i.name, monitor);
|
||||||
|
|
||||||
i.index = g->id;
|
i.index = g->id;
|
||||||
if ((str = pa_proplist_gets(i.proplist, PW_KEY_NODE_DESCRIPTION)))
|
if ((str = pa_proplist_gets(i.proplist, PW_KEY_NODE_DESCRIPTION)))
|
||||||
i.description = str;
|
i.description = str;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue