mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue