pulse-server: remove pending_streams list

We can simply use the pending flag and merge the handling of the new
stream with the stream move logic.
This commit is contained in:
Wim Taymans 2023-09-14 12:08:48 +02:00
parent 35cca08d2b
commit 846e732458
5 changed files with 23 additions and 30 deletions

View file

@ -34,7 +34,6 @@ enum stream_type {
};
struct stream {
struct spa_list link;
uint32_t create_tag;
uint32_t channel; /* index in map */
uint32_t id; /* id of global */