mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
remote: add user data
This commit is contained in:
parent
2ca25e5bf4
commit
8a45fd4f31
13 changed files with 31 additions and 14 deletions
|
|
@ -826,7 +826,7 @@ gst_pipewire_sink_open (GstPipeWireSink * pwsink)
|
|||
goto mainloop_error;
|
||||
|
||||
pw_thread_loop_lock (pwsink->main_loop);
|
||||
pwsink->remote = pw_remote_new (pwsink->core, NULL);
|
||||
pwsink->remote = pw_remote_new (pwsink->core, NULL, 0);
|
||||
|
||||
pw_remote_add_listener (pwsink->remote,
|
||||
&pwsink->remote_listener,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue