[Spice-devel] [PATCH spice-html5 1/3] Catch and note updateend messages after video destruction.
Pavel Grunt
pgrunt at redhat.com
Thu Jan 19 07:15:21 UTC 2017
On Mon, 2016-12-19 at 15:20 -0600, Jeremy White wrote:
> Signed-off-by: Jeremy White <jwhite at codeweavers.com>
Acked-by: Pavel Grunt <pgrunt at redhat.com>
> ---
> display.js | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/display.js b/display.js
> index 40a809e..c124483 100644
> --- a/display.js
> +++ b/display.js
> @@ -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)
More information about the Spice-devel
mailing list