gstreamer_core/gst/gstregistry.c
changeset 20 7e3786c5ed27
parent 16 8e837d1bf446
equal deleted inserted replaced
19:24ed0baaf8e5 20:7e3786c5ed27
   919         file++;
   919         file++;
   920     *file = '\0';
   920     *file = '\0';
   921     
   921     
   922     arglist++;
   922     arglist++;
   923     /// get the full path of DLL 
   923     /// get the full path of DLL 
   924     filename = libgstreamer_get_dll_path( filename );    
   924     filename = libgstreamer_get_dll_path( filename );   
       
   925     if( !filename ) 
       
   926     	continue;
   925 #endif    
   927 #endif    
   926     if (g_stat (filename, &file_status) < 0) {
   928     if (g_stat (filename, &file_status) < 0) {
   927       /* Plugin will be removed from cache after the scan completes if it
   929       /* Plugin will be removed from cache after the scan completes if it
   928        * is still marked 'cached' */
   930        * is still marked 'cached' */
   929       g_free (filename);
   931       g_free (filename);