Re: [Spice-devel] Multithreaded decoding/streaming

2017-08-07 Thread Armin Ranjbar
Hey! thanks for debugging information, it does really spawn another spicy process when streaming, but only one, not as many CPU's as i have. any idea how to increase this? also to the second part of the question, any ideas where to look for making non-streaming multi threaded? --- Armin ranjbar

[Spice-devel] [PATCH spice-gtk] widget: Ignore deprecation warnings for gdk_event_get_scancode

2017-08-07 Thread Pavel Grunt
It is available since Gtk+ 3.22 --- src/spice-widget.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/spice-widget.c b/src/spice-widget.c index d5ebd9d..fb94e94 100644 --- a/src/spice-widget.c +++ b/src/spice-widget.c @@ -1577,6 +1577,7 @@ static gboolean key_event(GtkWidget *widget,

Re: [Spice-devel] Getting patchwork to acknowledge acks?

2017-08-07 Thread Uri Lublin
On 08/04/2017 03:52 PM, Christophe de Dinechin wrote: On 4 Aug 2017, at 14:49, Victor Toso wrote: On Fri, Aug 04, 2017 at 02:34:44PM +0200, Christophe de Dinechin wrote: If I look at a patch I sent, then I have a button and also a “delegate to” pop up. One of the

Re: [Spice-devel] cast-align warning when building spice-gtk on Arm

2017-08-07 Thread Pavel Grunt
Hi Armin, I also build with --disable-werror on arm (raspberry & orange pi), it works fine. The warnings in your log comes from gstreamer's and glib's headers. The issue is probably there :) Alternatively try ./configure --disable-gstvideo Pavel 2017-08-03 14:52 GMT+02:00 Victor Toso

Re: [Spice-devel] [vdagent-win PATCH v2] Do not use dash in rpm version

2017-08-07 Thread Pavel Grunt
On Thu, 2017-07-27 at 10:15 +0100, Frediano Ziglio wrote: > RPM does not allow dash in version string. > Replace dashes with underscores. > This make easier to run "make dist" followed by rpmbuild. > Signed-off-by: Frediano Ziglio Acked-by: Pavel Grunt