]> git.sesse.net Git - vlc/commitdiff
Temporary workaround for video filter wrapper in qt4 (logo).
authorLaurent Aimar <fenrir@videolan.org>
Fri, 5 Jun 2009 22:53:36 +0000 (00:53 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 5 Jun 2009 22:57:36 +0000 (00:57 +0200)
modules/gui/qt4/components/extended_panels.cpp

index ad72760492394aac5102c5d13bda5c2ee9966132..0a80bf7997df5899134bc5e2519d99938cbcc2f6 100644 (file)
@@ -258,7 +258,8 @@ void ExtVideo::ChangeVFiltersString( const char *psz_name, bool b_add )
     /* FIXME temporary hack */
     const char *psz_module_name = psz_name;
     if( !strcmp( psz_name, "magnify" ) ||
-        !strcmp( psz_name, "puzzle" ) )
+        !strcmp( psz_name, "puzzle" ) ||
+        !strcmp( psz_name, "logo" ) )
         psz_module_name = "video_filter_wrapper";
 
     module_t *p_obj = module_find( psz_module_name );