mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
documentation
thread_main_loop -> thread_loop
This commit is contained in:
parent
ebaaedef75
commit
6a3b5b1bf7
18 changed files with 578 additions and 251 deletions
|
|
@ -65,7 +65,7 @@ struct _GstPipeWireSrc {
|
|||
GstClockTime max_latency;
|
||||
|
||||
struct pw_loop *loop;
|
||||
struct pw_thread_main_loop *main_loop;
|
||||
struct pw_thread_loop *main_loop;
|
||||
|
||||
struct pw_context *ctx;
|
||||
struct pw_listener ctx_state_changed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue