[vlc-devel] [PATCH 2/2] input: Disable logs & interactions for thumbnailing

Hugo Beauzée-Luyssen hugo at beauzee.fr
Wed Jun 26 17:11:53 CEST 2019


---
 src/input/input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/input/input.c b/src/input/input.c
index dc4c53602b..e8cddfb196 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -350,7 +350,7 @@ static input_thread_t *Create( vlc_object_t *p_parent,
 
     /* setup the preparse depth of the item
      * if we are preparsing, use the i_preparse_depth of the parent item */
-    if( priv->b_preparsing )
+    if( priv->b_preparsing || priv->b_thumbnailing )
     {
         p_input->obj.logger = NULL;
         p_input->obj.no_interact = true;
-- 
2.20.1



More information about the vlc-devel mailing list