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

VlcVelope 1034-135 at online.de
Sun Apr 22 15:16:35 CEST 2012


---
 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;
         }
 
-- 
1.7.5.4




More information about the vlc-devel mailing list