[vlc-devel] [PATCH 1/2] input: reduce controls from input_ControlPush

Thomas Guillem thomas at gllm.fr
Fri Oct 18 16:07:34 CEST 2019


On Thu, Oct 17, 2019, at 10:28, Francois Cartegnie wrote:
> Le 17/10/2019 à 10:10, Rémi Denis-Courmont a écrit :
> > What François already wrote: you can't reduce time, program, time to time, program.
> > 
> > AFAICT, time, program should reduce to just program, and then program, time is not reducible.
> 
> Not even that case.
> 
> Seek -> new PMT -> new Program -> Selection
> 
> If you remove the seek the program does not exists
> 
> I can't see any possible reduction outside of the really same controls
> sequence.

OK, I re-read all answers and I think there is a misunderstanding.

1/ I don't think this commit is changing the previous behavior. If so, I missed it, so please tell me where I'm wrong.
2/ The previous (and new) behavior respect what Francois wants: only controls that are the same are reduced.
Example:

SEEK SEEK SEEK SET_PROGRAM SSET_PROGRAM SEEK
will be reduced to

SEEK SET_PROGRAM SEEK


> 
> -- 
> Francois Cartegnie
> VideoLAN - VLC Developer
> _______________________________________________
> 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