mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
module-raop: don't start record in state change
We first need to do the setup, which we start when setting the Format param. This causes the module to unload when starting pavucontrol because it tries to start the record in the wrong state. See #3778
This commit is contained in:
parent
9c02a1df17
commit
b157d417af
1 changed files with 0 additions and 2 deletions
|
|
@ -1556,8 +1556,6 @@ static void stream_state_changed(void *data, bool started, const char *error)
|
||||||
pw_impl_module_schedule_destroy(impl->module);
|
pw_impl_module_schedule_destroy(impl->module);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (started)
|
|
||||||
rtsp_do_record(impl);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int rtsp_do_connect(struct impl *impl)
|
static int rtsp_do_connect(struct impl *impl)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue