Re: [Spice-devel] [spice-gtk v2 1/1] usb-redirection: implementation of usb backend layer

2018-11-26 Thread Christophe Fergeau
On Sun, Sep 30, 2018 at 06:13:04PM +0300, Yuri Benditovich wrote: > This layer communicates with libusb and libusbredir and > provides the API for USB redirection procedures. > All the modules of spice-gtk communicate only with usb > backend instead of calling libusb and usbredirhost directly. >

[Spice-devel] [PATCH] spice: Use new SpiceImageCompression definition

2018-11-26 Thread Frediano Ziglio
Definitions were updated by spice-server in patch de66161 included in 0.12.6 released on 12th June 2015. Signed-off-by: Frediano Ziglio --- ui/spice-core.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/spice-core.c b/ui/spice-core.c index

Re: [Spice-devel] [PATCH spice-gtk] spice-widget: Make sure we can use X11 from different thread

2018-11-26 Thread Frediano Ziglio
> On Mon, Nov 26, 2018 at 06:27:48AM -0500, Frediano Ziglio wrote: > > > > > > Hi, > > > > > > On 11/26/18 10:16 AM, Frediano Ziglio wrote: > > > > In order to support GStreamer overlay this is necessary as some > > > > plugins can use X11 from a different thread. > > > > > > > > Signed-off-by:

Re: [Spice-devel] [PATCH spice-gtk] spice-widget: Make sure we can use X11 from different thread

2018-11-26 Thread Christophe Fergeau
On Mon, Nov 26, 2018 at 06:27:48AM -0500, Frediano Ziglio wrote: > > > > Hi, > > > > On 11/26/18 10:16 AM, Frediano Ziglio wrote: > > > In order to support GStreamer overlay this is necessary as some > > > plugins can use X11 from a different thread. > > > > > > Signed-off-by: Frediano Ziglio >

Re: [Spice-devel] [PATCH spice-server] dcc: Add debug log when setting compression

2018-11-26 Thread Christophe Fergeau
Yup, same patch as the one I had locally (without the submodule update), thanks, looks good to me. Christophe On Mon, Nov 26, 2018 at 01:01:07PM +, Frediano Ziglio wrote: > From: Christophe Fergeau > > Without this it's not obvious that a compression setting took effect. > --- >

[Spice-devel] [PATCH spice-server] dcc: Add debug log when setting compression

2018-11-26 Thread Frediano Ziglio
From: Christophe Fergeau Without this it's not obvious that a compression setting took effect. --- server/dcc.c | 4 subprojects/spice-common | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/server/dcc.c b/server/dcc.c index 826dd28f..ae7b4380 100644 ---

Re: [Spice-devel] [PATCH spice-gtk] spice-widget: Make sure we can use X11 from different thread

2018-11-26 Thread Frediano Ziglio
> > Hi, > > On 11/26/18 10:16 AM, Frediano Ziglio wrote: > > In order to support GStreamer overlay this is necessary as some > > plugins can use X11 from a different thread. > > > > Signed-off-by: Frediano Ziglio > > --- > > src/spice-widget.c | 13 + > > 1 file changed, 13

Re: [Spice-devel] [PATCH spice-gtk] spice-widget: Make sure we can use X11 from different thread

2018-11-26 Thread Snir Sheriber
Hi, On 11/26/18 10:16 AM, Frediano Ziglio wrote: In order to support GStreamer overlay this is necessary as some plugins can use X11 from a different thread. Signed-off-by: Frediano Ziglio --- src/spice-widget.c | 13 + 1 file changed, 13 insertions(+) CI result:

[Spice-devel] [PATCH spice-gtk] spice-widget: Make sure we can use X11 from different thread

2018-11-26 Thread Frediano Ziglio
In order to support GStreamer overlay this is necessary as some plugins can use X11 from a different thread. Signed-off-by: Frediano Ziglio --- src/spice-widget.c | 13 + 1 file changed, 13 insertions(+) CI result: https://gitlab.freedesktop.org/fziglio/spice-gtk/pipelines/9559