mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
fix for api changes
This commit is contained in:
parent
5f9200d9ee
commit
61edd78bf4
3 changed files with 25 additions and 15 deletions
|
|
@ -54,7 +54,7 @@ int pa_operation_sync(pa_operation *o)
|
|||
pa_context *c = o->context;
|
||||
o->seq = ++c->seq;
|
||||
pw_log_debug("operation %p: sync %d", o, o->seq);
|
||||
pw_core_proxy_sync(c->core_proxy, o->seq);
|
||||
pw_core_proxy_sync(c->core_proxy, 0, o->seq);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue