[vlc-devel] [RFC PATCH 5/6] decoder: add decoder_QueuePicture
Thomas Guillem
thomas at gllm.fr
Wed Nov 19 09:39:28 CET 2014
On Wed, Nov 19, 2014, at 09:31, Julian Scheel wrote:
> Am 03.11.2014 um 19:51 schrieb Rémi Denis-Courmont:
> > Le lundi 03 novembre 2014, 19:41:21 Thomas Guillem a écrit :
> >> This function allow asynchronous decoders to queue a picture to the render
> >> thread. Theses decoders should return NULL in pf_decode callback.
> >
> > Seems OK, though it should probably implemented in other decoder_t owners in
> > the long term.
>
> Anything which stops us from merging this?
> I'd like to port the mmal decoder to use it as well.
I have a new version that check for DecoderIsExitRequested before
queuing the picture.
I was about to propose it with my fixed mediacodec async set of patches,
but I'll propose this patch alone first.
>
> -Julian
>
> _______________________________________________
> 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