Re: [Spice-devel] [client] streaming: Don't crash if the stream creation fails

2016-08-04 Thread Victor Toso
Hi, On Mon, Jul 25, 2016 at 07:11:05PM +0200, Francois Gouget wrote: > Signed-off-by: Francois Gouget > --- > > As far as I can tell there is no way to tell the server that the stream > creation failed. So the client will still receive the video as a stream > and won't be able to display it. But

[Spice-devel] [client] streaming: Don't crash if the stream creation fails

2016-07-25 Thread Francois Gouget
Signed-off-by: Francois Gouget --- As far as I can tell there is no way to tell the server that the stream creation failed. So the client will still receive the video as a stream and won't be able to display it. But at least it will not crash. src/channel-display.c | 49 ++