mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
cleanups:
Keep lock while doing recycle_buffer Pass context to main loop Recycle WorkItems in a free list Push and pull from the node data loop Do async start/pause in alsa Add alsa fds right after open.
This commit is contained in:
parent
73e6272488
commit
4148e0ff78
12 changed files with 312 additions and 87 deletions
|
|
@ -67,6 +67,8 @@ GType pinos_data_loop_get_type (void);
|
|||
|
||||
PinosDataLoop * pinos_data_loop_new (void);
|
||||
|
||||
gboolean pinos_data_loop_in_thread (PinosDataLoop *loop);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __PINOS_DATA_LOOP_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue