Hi, On Wed, Apr 10, 2019 at 11:25:17AM +0200, Francois Gouget wrote: > We send mm_time adjustments to the client whenever there is no audio > playback. There is no audio playback on startup. Therefore > mm_time_enabled must be true on startup. QED. > > Signed-off-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx> But what are you trying to fix/improve exactly? > --- > server/reds.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/server/reds.c b/server/reds.c > index 28542bd09..647039119 100644 > --- a/server/reds.c > +++ b/server/reds.c > @@ -3590,6 +3590,7 @@ static int do_spice_init(RedsState *reds, SpiceCoreInterface *core_interface) > reds->inputs_channel = inputs_channel_new(reds); > > reds->mouse_mode = SPICE_MOUSE_MODE_SERVER; > + reds->mm_time_enabled = TRUE; > > spice_buffer_free(&reds->client_monitors_config); > > -- > 2.20.1 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/spice-devel
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel