fix for api changes

This commit is contained in:
Wim Taymans 2019-02-18 12:27:38 +01:00
parent 5f9200d9ee
commit 61edd78bf4
3 changed files with 25 additions and 15 deletions

View file

@ -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;
}