gstpipewiresrc: Add fd parameter

Will be passed to a pw_remote_connect_fd() instead of plain a
pw_remote_connect() call.
This commit is contained in:
Jonas Ådahl 2018-01-22 17:05:13 +08:00 committed by Wim Taymans
parent 3c9eb13500
commit f2aafffb2c
3 changed files with 21 additions and 1 deletions

View file

@ -55,6 +55,7 @@ struct _GstPipeWireSrc {
gchar *path;
gchar *client_name;
gboolean always_copy;
int fd;
gboolean negotiated;
gboolean flushing;