[Spice-devel] [spice] Consistently use the dcc local variable in update_client_playback_delay()

Victor Toso victortoso at redhat.com
Thu Apr 11 09:56:06 UTC 2019


Hi,

On Wed, Apr 10, 2019 at 11:25:40AM +0200, Francois Gouget wrote:
> Signed-off-by: Francois Gouget <fgouget at codeweavers.com>

Acked-by: Victor Toso <victortoso at redhat.com>

I've added 'video-stream:' and split in shortlog and pushed.

Many thanks,

> ---
>  server/video-stream.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/video-stream.c b/server/video-stream.c
> index 197950984..ba1a5adf2 100644
> --- a/server/video-stream.c
> +++ b/server/video-stream.c
> @@ -675,7 +675,7 @@ static void update_client_playback_delay(void *opaque, uint32_t delay_ms)
>      spice_debug("resetting client latency: %u", dcc_get_max_stream_latency(dcc));
>      main_dispatcher_set_mm_time_latency(reds_get_main_dispatcher(reds),
>                                          client,
> -                                        dcc_get_max_stream_latency(agent->dcc));
> +                                        dcc_get_max_stream_latency(dcc));
>  }
>  
>  static void bitmap_ref(gpointer data)
> -- 
> 2.20.1
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20190411/4834d4a8/attachment.sig>


More information about the Spice-devel mailing list