Re: [Spice-devel] [client v2 4/5] streaming: Remove the video decoder's dependency on SpiceMsgIn messages

2017-04-25 Thread Christophe Fergeau
Still makes sense to me, though I'd appreciate another pair of eye on this one. Acked-by: Christophe Fergeau Christophe On Thu, Apr 06, 2017 at 04:02:53PM +0200, Francois Gouget wrote: > This improves the separation between networking and the video decoding > components.

[Spice-devel] [client v2 4/5] streaming: Remove the video decoder's dependency on SpiceMsgIn messages

2017-04-06 Thread Francois Gouget
This improves the separation between networking and the video decoding components. It also makes it easier to reuse the latter should the client one day receive video streams through other messages. Signed-off-by: Francois Gouget --- src/channel-display-gst.c | 79