dashdemux: actually return true on latency query
Do not forget to set the return for latency query
This commit is contained in:
parent
42fd04ce48
commit
b8dd95e219
@ -997,6 +997,7 @@ gst_dash_demux_src_query (GstPad * pad, GstObject * parent, GstQuery * query)
|
||||
max += dashdemux->max_buffering_time;
|
||||
|
||||
gst_query_set_latency (query, live, min, max);
|
||||
ret = TRUE;
|
||||
break;
|
||||
}
|
||||
default:{
|
||||
|
Loading…
x
Reference in New Issue
Block a user