[Spice-devel] [PATCH spice-gtk] Use same sink settings for direct rendering

2018-11-19 Thread Frediano Ziglio
From: Snir Sheriber Set "sync" and "drop" as normal streaming. --- src/channel-display-gst.c | 19 +++ 1 file changed, 19 insertions(+) Well, I extracted this patch from a more bigger Snir sent, not much changes so I kept the authorship. diff --git a/src/channel-display-gst.c

Re: [Spice-devel] [PATCH spice-common] Integrate recorder library

2018-11-19 Thread Frediano Ziglio
> > From: Christophe de Dinechin > Well... probably I started with some other patches and git kept the author. > Allow to use recorder library. See https://github.com/c3d/recorder for > details. > The main usage will be to collect statistics while the programs will run. > By default the

[Spice-devel] [PATCH spice-common] Integrate recorder library

2018-11-19 Thread Frediano Ziglio
From: Christophe de Dinechin Allow to use recorder library. See https://github.com/c3d/recorder for details. The main usage will be to collect statistics while the programs will run. By default the recorder will be disabled at compile time. Both autoconf and Meson are supported. Autoconf

Re: [Spice-devel] [PATCH vd_agent_linux v2] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Frediano Ziglio
> > On Mon, 2018-11-19 at 10:23 +, Frediano Ziglio wrote: > > Do not try indefinitely to connect to the daemon, should not > > take long to activate. > > > > Signed-off-by: Frediano Ziglio > > --- > > src/vdagent/vdagent.c | 6 ++ > > 1 file changed, 6 insertions(+) > > > > Changes

Re: [Spice-devel] Windows compilation

2018-11-19 Thread Frediano Ziglio
> > Use MingW from Linux (cross compilation). > > > Frediano > > Tried that too, but got "undefined reference to `_imp___lock_file'" and > "undefined reference to `_imp___unlock_file'" when compiling vdlog.cpp . > Using an up-to-date CentOS 7. Sources from >

Re: [Spice-devel] [PATCH vd_agent_linux] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Victor Toso
Hi, On Mon, Nov 19, 2018 at 05:27:43AM -0500, Frediano Ziglio wrote: > > > > Hi, > > > > On Fri, 2018-11-16 at 16:21 +, Frediano Ziglio wrote: > > > Do not try indefinitely to connect to the daemon, should not > > > take long to activate. > > > > > > Signed-off-by: Frediano Ziglio > > >

Re: [Spice-devel] [PATCH vd_agent_linux v2] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Victor Toso
Hi, On Mon, Nov 19, 2018 at 10:23:22AM +, Frediano Ziglio wrote: > Do not try indefinitely to connect to the daemon, should not > take long to activate. Why? > > Signed-off-by: Frediano Ziglio > --- > src/vdagent/vdagent.c | 6 ++ > 1 file changed, 6 insertions(+) > > Changes since

Re: [Spice-devel] [PATCH vd_agent_linux v2] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Lukáš Hrázký
On Mon, 2018-11-19 at 10:23 +, Frediano Ziglio wrote: > Do not try indefinitely to connect to the daemon, should not > take long to activate. > > Signed-off-by: Frediano Ziglio > --- > src/vdagent/vdagent.c | 6 ++ > 1 file changed, 6 insertions(+) > > Changes since v1: > - log error

Re: [Spice-devel] Windows compilation

2018-11-19 Thread Frediano Ziglio
> Hi guys/gals, > What's the recommended way to compile spice vdagent for Windows? Tried Msys2 > and had to change the code in order for it to compile - and service start > thereafter. I'm new to the list, couldn't find this info; sorry if it's a > recurring topic. > Thanks, > Ivo Cavalcante

[Spice-devel] Windows compilation

2018-11-19 Thread Ivo
Hi guys/gals, What's the recommended way to compile spice vdagent for Windows? Tried Msys2 and had to change the code in order for it to compile - and service start thereafter. I'm new to the list, couldn't find this info; sorry if it's a recurring topic. Thanks, Ivo Cavalcante

Re: [Spice-devel] [PATCH vd_agent_linux] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Frediano Ziglio
> > Hi, > > On Fri, 2018-11-16 at 16:21 +, Frediano Ziglio wrote: > > Do not try indefinitely to connect to the daemon, should not > > take long to activate. > > > > Signed-off-by: Frediano Ziglio > > --- > > src/vdagent/vdagent.c | 5 + > > 1 file changed, 5 insertions(+) > > > >

[Spice-devel] [PATCH vd_agent_linux v2] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Frediano Ziglio
Do not try indefinitely to connect to the daemon, should not take long to activate. Signed-off-by: Frediano Ziglio --- src/vdagent/vdagent.c | 6 ++ 1 file changed, 6 insertions(+) Changes since v1: - log error when we reach the limit diff --git a/src/vdagent/vdagent.c

Re: [Spice-devel] [PATCH vd_agent_linux] vdagent: Stop trying to connect to the daemon after a while

2018-11-19 Thread Lukáš Hrázký
Hi, On Fri, 2018-11-16 at 16:21 +, Frediano Ziglio wrote: > Do not try indefinitely to connect to the daemon, should not > take long to activate. > > Signed-off-by: Frediano Ziglio > --- > src/vdagent/vdagent.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git