[vlc-devel] [PATCH] libvlc: fix MediaPlayerESSelected events not sent

Thomas Guillem thomas at gllm.fr
Mon Apr 3 10:19:39 CEST 2017



On Mon, Apr 3, 2017, at 10:13, Francois Cartegnie wrote:
> Le 03/04/2017 à 10:09, Thomas Guillem a écrit :
> > 
> > 
> > On Mon, Apr 3, 2017, at 10:08, Francois Cartegnie wrote:
> >> Le 03/04/2017 à 09:53, Thomas Guillem a écrit :
> >>>
> >>> This commit is more a hack for 3.0. We may want to rewrite event
> >>> handling for 4.0 or 5.0. We need to "cache" because this event is not
> >>> sent only for selected es events.
> >>
> >> Even with that patch, that's still inconsistent and duplicated events in
> >> case of multiple ES selection.
> > 
> > How do you select multiple ES with libvlc ?
> 
> Any file with 2 video track and unmodified es_out_policy, or modified
> policy to non exclusive es.
> 
> And in case of sout.

But this patch doesn't worsen the problem ? Libvlc never really worked
for multiple ES: libvlc_video API doesn't allow to specify a specific
vout for example.
I agree we need to fix this issue, but we kind of agree that this won't
be for 3.0, no ?

> 
> Francois
> 
> 
> 
> _______________________________________________
> 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