Re: [Spice-devel] [client 08/10] session: Disable the spice_audio_new() deprecation warning

2016-10-19 Thread Victor Toso
Hi, On Tue, Oct 18, 2016 at 07:47:12PM +0200, Francois Gouget wrote: > Third parties are not supposed to use spice_audio_new() anymore, but > internally it is used to implement its replacement, spice_audio_get(). > > Signed-off-by: Francois Gouget This was deprecated in

[Spice-devel] [client 08/10] session: Disable the spice_audio_new() deprecation warning

2016-10-18 Thread Francois Gouget
Third parties are not supposed to use spice_audio_new() anymore, but internally it is used to implement its replacement, spice_audio_get(). Signed-off-by: Francois Gouget --- src/spice-session.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/spice-session.c