mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
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:
parent
3c9eb13500
commit
f2aafffb2c
3 changed files with 21 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ struct _GstPipeWireSrc {
|
|||
gchar *path;
|
||||
gchar *client_name;
|
||||
gboolean always_copy;
|
||||
int fd;
|
||||
|
||||
gboolean negotiated;
|
||||
gboolean flushing;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue