mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
stream: streams are always live for now.
This commit is contained in:
parent
6085c0eaee
commit
c12f2276c4
2 changed files with 3 additions and 1 deletions
|
|
@ -470,7 +470,6 @@ parse_stream_properties (GstPipeWireSrc *pwsrc, const struct pw_properties *prop
|
|||
|
||||
GST_OBJECT_LOCK (pwsrc);
|
||||
var = pw_properties_get (props, PW_KEY_STREAM_IS_LIVE);
|
||||
var = "true";
|
||||
is_live = pwsrc->is_live = var ? pw_properties_parse_bool(var) : FALSE;
|
||||
|
||||
var = pw_properties_get (props, PW_KEY_STREAM_LATENCY_MIN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue