mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
gst: add keepalive-time property
Add a property to periodically send the last buffer to keep the stream alive. Useful for sparse streams that need to keep the encoder busy every once and a while.
This commit is contained in:
parent
f28ca843a6
commit
993aa89030
2 changed files with 47 additions and 11 deletions
|
|
@ -66,6 +66,7 @@ struct _GstPipeWireSrc {
|
|||
gint max_buffers;
|
||||
int fd;
|
||||
gboolean resend_last;
|
||||
gint keepalive_time;
|
||||
|
||||
gboolean negotiated;
|
||||
gboolean flushing;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue