Add autoconnect parameter to pipewiresrc element

This commit is contained in:
Mike Playle 2023-02-19 15:38:52 +00:00 committed by Wim Taymans
parent 2d5e0ef47b
commit 23b86761a5
2 changed files with 25 additions and 1 deletions

View file

@ -50,6 +50,7 @@ struct _GstPipeWireSrc {
int fd;
gboolean resend_last;
gint keepalive_time;
gboolean autoconnect;
GstCaps *caps;