[SailfishDevel] More SDK Warnings

2015-07-09 Thread Chris Walker
In one of the recent SDK updates I noticed that I started to see warnings like these :- [W] DeclarativeImageProvider::DeclarativeImageProvider:89 - No pixel ratio defined. Check your device configuration! [W] DeclarativeImageProvider::DeclarativeImageProvider:94 - Defaulting to pixel ratio 1.0 [W]

Re: [SailfishDevel] one question on GstDroidBufferPool

2015-07-09 Thread Mohammed Hassan
On Thu, Jul 09, 2015 at 08:14:09PM +0800, Halley wrote: > why release_buffer is not required in the GstDroidBufferPool? > > from my understanding, release_buffer is opposite to alloc_buffer; > > when we "++dpool->num_buffers" in alloc_buffer, should we > "--dpool->num_buffers" in release_buff

[SailfishDevel] one question on GstDroidBufferPool

2015-07-09 Thread Halley
why release_buffer is not required in the GstDroidBufferPool? from my understanding, release_buffer is opposite to alloc_buffer; when we "++dpool->num_buffers" in alloc_buffer, should we "--dpool->num_buffers" in release_buffer? __