[vlc-devel] [PATCH] vout: warn when we get less display pictures than requested

Steve Lhomme robux4 at videolabs.io
Mon Apr 20 13:46:34 CEST 2015


Define "normal situation". If we ask for 3 pictures and we get 1, that
either means we'll try to use unavailable buffers and something will
fail later, or we asked for the wrong amount of buffers. Either way,
this is wrong and should be fixed.

On Mon, Apr 20, 2015 at 1:34 PM, Rémi Denis-Courmont <remi at remlab.net> wrote:
> Le 2015-04-20 14:13, Steve Lhomme a écrit :
>>
>> ---
>>  src/video_output/vout_wrapper.c | 10 +++++++---
>>  1 file changed, 7 insertions(+), 3 deletions(-)
>
>
> That is a perfectly normal situation. Warnings will raise pointless support
> requests.
>
> --
> Rémi Denis-Courmont
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel



More information about the vlc-devel mailing list