mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse: add more debug
This commit is contained in:
parent
dc2cfb2bd2
commit
2f02928580
1 changed files with 4 additions and 1 deletions
|
|
@ -1734,6 +1734,9 @@ static void on_notify(pa_operation *o, void *userdata)
|
||||||
{
|
{
|
||||||
struct notify_data *d = userdata;
|
struct notify_data *d = userdata;
|
||||||
pa_context *c = o->context;
|
pa_context *c = o->context;
|
||||||
|
|
||||||
|
pw_log_debug("%p", c);
|
||||||
|
|
||||||
if (d->cb)
|
if (d->cb)
|
||||||
d->cb(c, d->userdata);
|
d->cb(c, d->userdata);
|
||||||
pa_operation_done(o);
|
pa_operation_done(o);
|
||||||
|
|
@ -1786,7 +1789,7 @@ static void do_default_node(pa_operation *o, void *userdata)
|
||||||
struct global *g;
|
struct global *g;
|
||||||
int error = 0;
|
int error = 0;
|
||||||
|
|
||||||
pw_log_debug("%p", c);
|
pw_log_debug("%p mask:%d name:%s", c, d->mask, d->name);
|
||||||
|
|
||||||
g = pa_context_find_global_by_name(c, d->mask, d->name);
|
g = pa_context_find_global_by_name(c, d->mask, d->name);
|
||||||
if (g == NULL) {
|
if (g == NULL) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue