dashdemux: actually return true on latency query

Do not forget to set the return for latency query
This commit is contained in:
Thiago Santos 2013-09-26 17:05:24 -03:00
parent 42fd04ce48
commit b8dd95e219

View file

@ -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:{