[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:06:57 CEST 2012


On Tue, May 15, 2012 at 06:05:52PM +0200, Jean-Baptiste Kempf wrote :
> 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?

Arf disregard that, I had lost the mail from Laurent.


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



More information about the vlc-devel mailing list