mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-html5
synced 2025-12-28 07:05:58 +00:00
Move the queue length debug up to stream level 2.
It's a fair amount of noise, and not useful at level 1.
This commit is contained in:
parent
f29dcf4350
commit
b3a3a20d15
@ -1185,7 +1185,7 @@ function video_handle_event_debug(e)
|
||||
if (STREAM_DEBUG > 1 && s.source_buffer)
|
||||
console.log(" source_buffer " + dump_source_buffer(s.source_buffer));
|
||||
|
||||
if (STREAM_DEBUG > 0 || s.queue.length > 1)
|
||||
if (STREAM_DEBUG > 1 || s.queue.length > 1)
|
||||
console.log(' queue len ' + s.queue.length + '; append_okay: ' + s.append_okay);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user