[vlc-commits] input: Disable logs & interactions for thumbnailing

Hugo Beauzée-Luyssen git at videolan.org
Wed Jun 26 18:25:46 CEST 2019


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Jun 26 17:11:07 2019 +0200| [4647dd524d2ab49d5d10e7eb3353736872e63fd5] | committer: Hugo Beauzée-Luyssen

input: Disable logs & interactions for thumbnailing

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4647dd524d2ab49d5d10e7eb3353736872e63fd5
---

 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;



More information about the vlc-commits mailing list