Re: [Spice-devel] [PATCH spice-gtk 1/3] RFC channel-display-gst: Prevent accumulating output queue

2018-05-22 Thread Frediano Ziglio
> > Hi, > > > On 05/18/2018 02:50 PM, Frediano Ziglio wrote: > >> Hi, > >> > >> > >> On 04/19/2018 03:28 PM, Frediano Ziglio wrote: > >>> display_queue is queued with decoded frames ready to be displayed. > >>> However current code can insert a timeout before displaying and > >>> removing the qu

Re: [Spice-devel] [PATCH spice-gtk 1/3] RFC channel-display-gst: Prevent accumulating output queue

2018-05-22 Thread Snir Sheriber
Hi, On 05/18/2018 02:50 PM, Frediano Ziglio wrote: Hi, On 04/19/2018 03:28 PM, Frediano Ziglio wrote: display_queue is queued with decoded frames ready to be displayed. However current code can insert a timeout before displaying and removing the queued frames. As the frames are not compresse

Re: [Spice-devel] [PATCH spice-gtk 1/3] RFC channel-display-gst: Prevent accumulating output queue

2018-05-18 Thread Frediano Ziglio
> > Hi, > > > On 04/19/2018 03:28 PM, Frediano Ziglio wrote: > > display_queue is queued with decoded frames ready to be displayed. > > However current code can insert a timeout before displaying and > > removing the queued frames. As the frames are not compressed the > > usage of memory by this

Re: [Spice-devel] [PATCH spice-gtk 1/3] RFC channel-display-gst: Prevent accumulating output queue

2018-05-16 Thread Snir Sheriber
Hi, On 04/19/2018 03:28 PM, Frediano Ziglio wrote: display_queue is queued with decoded frames ready to be displayed. However current code can insert a timeout before displaying and removing the queued frames. As the frames are not compressed the usage of memory by this queue can became in some

[Spice-devel] [PATCH spice-gtk 1/3] RFC channel-display-gst: Prevent accumulating output queue

2018-04-19 Thread Frediano Ziglio
display_queue is queued with decoded frames ready to be displayed. However current code can insert a timeout before displaying and removing the queued frames. As the frames are not compressed the usage of memory by this queue can became in some cases quite huge (in the order of different gigabytes)