mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
keys: add and use some loop keys
This commit is contained in:
parent
0e13d088e7
commit
20b52d2082
5 changed files with 17 additions and 8 deletions
|
|
@ -387,7 +387,7 @@ static int ctwd_add_source(struct spa_loop *loop, bool async, uint32_t seq,
|
|||
PWTEST(cancel_thread_while_dispatching)
|
||||
{
|
||||
static const struct spa_dict_item data_loop_props_items[] = {
|
||||
{ "loop.cancel", "true" },
|
||||
{ PW_KEY_LOOP_CANCEL, "true" },
|
||||
};
|
||||
static const struct spa_dict data_loop_props = SPA_DICT_INIT_ARRAY(data_loop_props_items);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue