[vlc-devel] [PATCH 6/8] qt: remove brute filter restart

Victorien Le Couviour--Tuffet victorien.lecouviour.tuffet at gmail.com
Tue Jun 27 17:38:46 CEST 2017


Not needed anymore thanks to the proxy callback system which triggers which
handles the non command variables automatically
---
 modules/gui/qt/components/extended_panels.cpp | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/modules/gui/qt/components/extended_panels.cpp b/modules/gui/qt/components/extended_panels.cpp
index b1fab5d5ba..504aa257fa 100644
--- a/modules/gui/qt/components/extended_panels.cpp
+++ b/modules/gui/qt/components/extended_panels.cpp
@@ -551,14 +551,6 @@ void ExtVideo::setFilterOption( const char *psz_module, const char *psz_option,
 #endif
         }
     }
-    else if( !p_vouts.isEmpty() )
-    {
-        msg_Warn( p_intf, "Module %s's %s variable isn't a command. Brute-restarting the filter.",
-                 psz_module,
-                 psz_option );
-        changeVFiltersString( psz_module, false );
-        changeVFiltersString( psz_module, true );
-    }
 
     foreach( vout_thread_t *p_vout, p_vouts )
         vlc_object_release( p_vout );
-- 
2.13.1



More information about the vlc-devel mailing list