]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/record.c
Put records to download directory
[vlc] / modules / stream_filter / record.c
index dee348ac01571b55a23064427c3895c645892368..8afea210fe40510c1c3d4e03aa4750ff5eca0139 100644 (file)
@@ -177,7 +177,7 @@ static int Start( stream_t *s, const char *psz_extension )
     /* Retreive path */
     char *psz_path = var_CreateGetNonEmptyString( s, "input-record-path" );
     if( !psz_path )
-        psz_path = config_GetUserDir( VLC_HOME_DIR );
+        psz_path = config_GetUserDir( VLC_DOWNLOAD_DIR );
 
     if( !psz_path )
         return VLC_ENOMEM;