pipewiresink: add fd property

Add fd property to connect with a given fd
This commit is contained in:
Wim Taymans 2018-01-19 17:54:47 +01:00
parent 8da8dbe025
commit 527f4683ba
2 changed files with 25 additions and 2 deletions

View file

@ -73,6 +73,7 @@ struct _GstPipeWireSink {
/*< private >*/
gchar *path;
gchar *client_name;
int fd;
/* video state */
gboolean negotiated;