]> git.sesse.net Git - vlc/commitdiff
Do not try to access other's filters
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 16 Aug 2007 17:27:17 +0000 (17:27 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 16 Aug 2007 17:27:17 +0000 (17:27 +0000)
modules/gui/qt4/components/extended_panels.cpp

index 2ee3ffa422f7df71a67d7e129a35c4e29fab4d44..a763cabeef3ab5dfc5804b285ff5eadbb8cd5ccc 100644 (file)
@@ -209,7 +209,7 @@ void ExtVideo::ChangeVFiltersString( char *psz_name, vlc_bool_t b_add )
 
     char *psz_filter_type;
     vlc_object_t *p_obj = (vlc_object_t *)
-        vlc_object_find_name( p_intf->p_libvlc_global, psz_name, FIND_CHILD );
+        vlc_object_find_name( p_intf->p_libvlc, psz_name, FIND_CHILD );
     if( !p_obj )
     {
         msg_Err( p_intf, "Unable to find filter module \"%s\n.", psz_name );