documentation

thread_main_loop -> thread_loop
This commit is contained in:
Wim Taymans 2017-06-01 19:25:01 +02:00
parent ebaaedef75
commit 6a3b5b1bf7
18 changed files with 578 additions and 251 deletions

View file

@ -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;