Re: [Spice-devel] [PATCH spice-server v2 4/6] Add an helper to test VideoEncoder

2016-11-09 Thread Frediano Ziglio
> On Fri, Oct 21, 2016 at 01:40:38PM +0100, Frediano Ziglio wrote: > > Add an utility to make possible to check various features of > > VideoEncoder. > > 2 GStreamer plugins are used in a chain like this: > > (1) input pipeline -> (2) video encoder -> (3) output pipeline > > While converting ou

Re: [Spice-devel] [PATCH spice-server v2 4/6] Add an helper to test VideoEncoder

2016-11-08 Thread Christophe Fergeau
On Fri, Oct 21, 2016 at 01:40:38PM +0100, Frediano Ziglio wrote: > Add an utility to make possible to check various features of > VideoEncoder. > 2 GStreamer plugins are used in a chain like this: > (1) input pipeline -> (2) video encoder -> (3) output pipeline > While converting output from (1)

Re: [Spice-devel] [PATCH spice-server v2 4/6] Add an helper to test VideoEncoder

2016-11-04 Thread Frediano Ziglio
ping > Add an utility to make possible to check various features of > VideoEncoder. > 2 GStreamer plugins are used in a chain like this: > (1) input pipeline -> (2) video encoder -> (3) output pipeline > While converting output from (1) is compared with output of (3) > making sure the streamin

[Spice-devel] [PATCH spice-server v2 4/6] Add an helper to test VideoEncoder

2016-10-21 Thread Frediano Ziglio
Add an utility to make possible to check various features of VideoEncoder. 2 GStreamer plugins are used in a chain like this: (1) input pipeline -> (2) video encoder -> (3) output pipeline While converting output from (1) is compared with output of (3) making sure the streaming is working correct