[Spice-devel] [PATCH spice-html5 2/3] Add more stream information in high debug situations at an updateend event.
Pavel Grunt
pgrunt at redhat.com
Thu Jan 19 07:16:16 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 | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/display.js b/display.js
> index c124483..d4baef7 100644
> --- a/display.js
> +++ b/display.js
> @@ -1111,7 +1111,11 @@ function handle_append_video_buffer_done(e)
> {
> if (STREAM_DEBUG > 0)
> console.log("Stream id " + stream.id + " received
> updateend after video is gone.");
> + return;
> }
> +
> + if (STREAM_DEBUG > 1)
> + console.log(stream.video.currentTime + ":id " + stream.id
> + " updateend " + dump_media_element(stream.video));
> }
>
> function handle_video_buffer_error(e)
More information about the Spice-devel
mailing list