[vlc-devel] [PATCH] video filters removed from chain when new item of the playlist starts.

Jean-Baptiste Kempf jb at videolan.org
Tue May 15 18:05:52 CEST 2012


On 22/04/2012 15:16, VlcVelope wrote:
> ---
>   src/video_output/video_output.c |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
> index a8e4e24..c699b60 100644
> --- a/src/video_output/video_output.c
> +++ b/src/video_output/video_output.c
> @@ -624,6 +624,8 @@ vout_window_t * vout_NewDisplayWindow(vout_thread_t *vout, vout_display_t *vd,
>                                       cfg_override.width, cfg_override.height);
>               vout->p->window.is_unused = false;
>               vout->p->window.cfg       = cfg_override;
> +            /* restore video filters as they might have stopped (if input has been changing) */
> +            var_TriggerCallback(vout, "video-filter");
>               return window;
>           }
>

Ping for review, please?

Seems to be related to the bug #6699

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list