diff options
author | Wim Taymans <wtaymans@redhat.com> | 2018-08-15 21:35:02 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2018-08-15 21:35:02 +0200 |
commit | a7807ef1c50fffc4eea748a14e86dbc25db855d6 (patch) | |
tree | 077c3f2ee6f053022fe1488e121cfcba8a934ded /src/gst | |
parent | b31832dac9e3243acf217a2d2e1c3c8743b48d24 (diff) |
pipewiresrc: hack live source for now
Diffstat (limited to 'src/gst')
-rw-r--r-- | src/gst/gstpipewiresrc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gst/gstpipewiresrc.c b/src/gst/gstpipewiresrc.c index 7e8cc908..332dabd4 100644 --- a/src/gst/gstpipewiresrc.c +++ b/src/gst/gstpipewiresrc.c @@ -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); |