Re: [Spice-devel] [PATCH spice 10/12] server: Add GStreamer 1.0 support.

2015-06-11 Thread Fabio Fantoni
Il 10/06/2015 17:38, Francois Gouget ha scritto: Signed-off-by: Francois Gouget fgou...@codeweavers.com --- This adds GStreamer 1.0 support! By default GStreamer 1.0 is used if available, otherwise GStreamer 0.10 is used and Spice is compiled without GStreamer support as a last resort.

[Spice-devel] [PATCH spice 10/12] server: Add GStreamer 1.0 support. (take 3b)

2015-06-11 Thread Francois Gouget
Signed-off-by: Francois Gouget fgou...@codeweavers.com --- Updated so it applies after the new VP8 patch. diff --git a/configure.ac b/configure.ac index ed3a337..6a5ddb9 100644 --- a/configure.ac +++ b/configure.ac @@ -92,14 +92,32 @@ if test x$enable_smartcard = xyes; then fi

[Spice-devel] [PATCH spice 10/12] server: Add GStreamer 1.0 support.

2015-06-10 Thread Francois Gouget
Signed-off-by: Francois Gouget fgou...@codeweavers.com --- This adds GStreamer 1.0 support! By default GStreamer 1.0 is used if available, otherwise GStreamer 0.10 is used and Spice is compiled without GStreamer support as a last resort. It's possible to explicitly require a specific