gstreamer_core/gst/gstregistry.c
changeset 11 1373546e05c6
parent 8 4a7fac7dd34a
equal deleted inserted replaced
10:6f340f756486 11:1373546e05c6
   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);