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]
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
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?
__