Re: [Spice-devel] [PATCH 3/4] channel-display-gst: Don't unref appsink and pipeline objects

2023-09-17 Thread Kasireddy, Vivek
Hi Frediano, > > > > It looks like setting the Gst pipeline state to GST_STATE_NULL > > would cause all the references on most of the objects associated > > with the pipeline to be dropped; therefore, there is no need > > to explicitly unref them while freeing the pipeline. This patch > >

Re: [Spice-devel] [PATCH 3/4] channel-display-gst: Don't unref appsink and pipeline objects

2023-09-15 Thread Frediano Ziglio
Il giorno ven 15 set 2023 alle ore 01:33 Vivek Kasireddy ha scritto: > > It looks like setting the Gst pipeline state to GST_STATE_NULL > would cause all the references on most of the objects associated > with the pipeline to be dropped; therefore, there is no need > to explicitly unref them

[Spice-devel] [PATCH 3/4] channel-display-gst: Don't unref appsink and pipeline objects

2023-09-14 Thread Vivek Kasireddy
It looks like setting the Gst pipeline state to GST_STATE_NULL would cause all the references on most of the objects associated with the pipeline to be dropped; therefore, there is no need to explicitly unref them while freeing the pipeline. This patch prevents the following errors from showing up