Re: [Spice-devel] [PATCH spice-gtk 30/34] gstaudio: set state to NULL before unref

2019-01-07 Thread Marc-André Lureau
On Mon, Jan 7, 2019 at 1:06 PM Snir Sheriber wrote: > > Hi, > > On 1/7/19 10:00 AM, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > (lt-spicy:13097): GStreamer-CRITICAL **: 18:01:13.698: > > Trying to dispose element pipeline1, but it is in READY instead of the NULL > > st

Re: [Spice-devel] [PATCH spice-gtk 30/34] gstaudio: set state to NULL before unref

2019-01-07 Thread Snir Sheriber
Hi, On 1/7/19 10:00 AM, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau (lt-spicy:13097): GStreamer-CRITICAL **: 18:01:13.698: Trying to dispose element pipeline1, but it is in READY instead of the NULL state. You need to explicitly set elements to the NULL state before dropping th

[Spice-devel] [PATCH spice-gtk 30/34] gstaudio: set state to NULL before unref

2019-01-07 Thread marcandre . lureau
From: Marc-André Lureau (lt-spicy:13097): GStreamer-CRITICAL **: 18:01:13.698: Trying to dispose element pipeline1, but it is in READY instead of the NULL state. You need to explicitly set elements to the NULL state before dropping the final reference, to allow them to clean up. Signed-off-by: