[vlc-commits] qt: remove brute filter restart
Victorien Le Couviour--Tuffet
git at videolan.org
Sat Jul 1 18:25:12 CEST 2017
vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Mon Jun 26 18:02:08 2017 +0200| [d6cf09e31d00147cbee3ce69184e36c155d3e05f] | committer: Thomas Guillem
qt: remove brute filter restart
Not needed anymore thanks to the proxy callback system which triggers which
handles the non command variables automatically
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6cf09e31d00147cbee3ce69184e36c155d3e05f
---
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 );
More information about the vlc-commits
mailing list