mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse: implement some more extensions
Most just return nothing or say that the extension is not supported. Remove some warnings, they should show up in the log from setting the error in the context.
This commit is contained in:
parent
62cea9c6d5
commit
451fee2208
4 changed files with 153 additions and 32 deletions
|
|
@ -37,7 +37,7 @@ static void restore_test(pa_operation *o, void *userdata)
|
|||
{
|
||||
struct ext_data *d = userdata;
|
||||
if (d->test_cb)
|
||||
d->test_cb(o->context, EXT_VERSION, d->userdata);
|
||||
d->test_cb(o->context, PA_INVALID_INDEX, d->userdata);
|
||||
pa_operation_done(o);
|
||||
}
|
||||
|
||||
|
|
@ -104,7 +104,6 @@ void pa_ext_device_restore_set_subscribe_cb(
|
|||
pa_ext_device_restore_subscribe_cb_t cb,
|
||||
void *userdata)
|
||||
{
|
||||
pw_log_warn("Not Implemented");
|
||||
}
|
||||
|
||||
static void read_formats(pa_operation *o, void *userdata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue