Catch and note updateend messages after video destruction.

This commit is contained in:
Jeremy White 2016-12-19 15:11:51 -06:00
parent 564461259f
commit aa8e9ecb79
1 changed files with 6 additions and 0 deletions

View File

@ -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)