[vlc-devel] [PATCH 3/9] video_output: add vout_ChangeSource to set a new source for the display
Steve Lhomme
robux4 at ycbcr.xyz
Fri Oct 11 09:00:18 CEST 2019
On 2019-10-10 18:31, Rémi Denis-Courmont wrote:
> Le torstaina 10. lokakuuta 2019, 17.26.58 EEST Steve Lhomme a écrit :
>> It may not work, in which case a new display/thread should be created to
>> handle the new format.
>
> This won't work. The filter chains *must* be restarted so the filters get the
> correct visible size. And the vout display *should* be restarted so that the
> display plugins can be probed against the lower resolution.
You are talking about code I haven't proposed yet. This patch just moves
the current check in a separate function. There is no functional change.
How it will be used in the future will be decided later.
> And so long as the window is not disabled, there won't be glitches anyway, so
> I don't really see the benefit.
>
> --
> レミ・デニ-クールモン
> http://www.remlab.net/
>
>
>
> _______________________________________________
> 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