mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-html5
synced 2025-12-26 04:36:03 +00:00
Catch and note updateend messages after video destruction.
This commit is contained in:
parent
564461259f
commit
aa8e9ecb79
@ -1106,6 +1106,12 @@ function handle_append_video_buffer_done(e)
|
||||
{
|
||||
stream.append_okay = true;
|
||||
}
|
||||
|
||||
if (!stream.video)
|
||||
{
|
||||
if (STREAM_DEBUG > 0)
|
||||
console.log("Stream id " + stream.id + " received updateend after video is gone.");
|
||||
}
|
||||
}
|
||||
|
||||
function handle_video_buffer_error(e)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user