mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
pipewiresink: add fd property
Add fd property to connect with a given fd
This commit is contained in:
parent
8da8dbe025
commit
527f4683ba
2 changed files with 25 additions and 2 deletions
|
|
@ -73,6 +73,7 @@ struct _GstPipeWireSink {
|
|||
/*< private >*/
|
||||
gchar *path;
|
||||
gchar *client_name;
|
||||
int fd;
|
||||
|
||||
/* video state */
|
||||
gboolean negotiated;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue