Re: [Spice-devel] [PATCH v6 19/26] server: Add support for GStreamer 0.10

2015-10-23 Thread Francois Gouget
On Thu, 22 Oct 2015, Christophe Fergeau wrote: > > Ah, now I see it's this patch which needs to disable zero copy. ACK. That and it's useful to be able to disable zero-copy for testing or debugging purposes. -- Francois Gouget ___ Spice-devel mail

Re: [Spice-devel] [PATCH v6 19/26] server: Add support for GStreamer 0.10

2015-10-22 Thread Christophe Fergeau
Ah, now I see it's this patch which needs to disable zero copy. ACK. On Wed, Oct 14, 2015 at 05:33:26PM +0200, Francois Gouget wrote: > configure will use GStreamer 1.0 if present and fall back to > GStreamer 0.10 otherwise. > > Signed-off-by: Francois Gouget > --- > configure.ac

[Spice-devel] [PATCH v6 19/26] server: Add support for GStreamer 0.10

2015-10-14 Thread Francois Gouget
configure will use GStreamer 1.0 if present and fall back to GStreamer 0.10 otherwise. Signed-off-by: Francois Gouget --- configure.ac | 35 server/Makefile.am | 8 + server/gstreamer_encoder.c | 79 ++ s