mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewiresrc: hack live source for now
This commit is contained in:
parent
b31832dac9
commit
a7807ef1c5
1 changed files with 1 additions and 0 deletions
|
|
@ -469,6 +469,7 @@ parse_stream_properties (GstPipeWireSrc *pwsrc, const struct pw_properties *prop
|
|||
|
||||
GST_OBJECT_LOCK (pwsrc);
|
||||
var = pw_properties_get (props, PW_STREAM_PROP_IS_LIVE);
|
||||
var = "true";
|
||||
is_live = pwsrc->is_live = var ? pw_properties_parse_bool(var) : FALSE;
|
||||
|
||||
var = pw_properties_get (props, PW_STREAM_PROP_LATENCY_MIN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue