mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-23 06:59:58 -05:00
source: send latency to client
Send the latency to the client and use this to configure the pinossrc element latency correctly.
This commit is contained in:
parent
1c16fd5533
commit
f3053c963d
3 changed files with 103 additions and 33 deletions
|
|
@ -58,6 +58,10 @@ struct _GstPinosSrc {
|
|||
gboolean negotiated;
|
||||
gboolean flushing;
|
||||
|
||||
gboolean is_live;
|
||||
GstClockTime min_latency;
|
||||
GstClockTime max_latency;
|
||||
|
||||
GMainContext *context;
|
||||
PinosMainLoop *loop;
|
||||
PinosContext *ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue