]> git.sesse.net Git - vlc/blobdiff - modules/access/v4l2.c
Removed fake access.
[vlc] / modules / access / v4l2.c
index 9ad9edc1c95e0a48e6e4321c6fdb78fd4ffe92f3..41baaf808db221085a581bfb878c003a44cc6346 100644 (file)
@@ -1131,7 +1131,7 @@ static int AccessOpen( vlc_object_t * p_this )
 
     GetV4L2Params( p_sys, (vlc_object_t *) p_access );
 
-    ParseMRL( p_sys, p_access->psz_path, (vlc_object_t *) p_access );
+    ParseMRL( p_sys, p_access->psz_location, (vlc_object_t *) p_access );
 
 #ifdef HAVE_LIBV4L2
     if( !var_InheritInteger( p_this, CFG_PREFIX "use-libv4l2" ) )