]> git.sesse.net Git - vlc/commitdiff
Fix debug messages.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 28 Feb 2010 17:00:46 +0000 (18:00 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 28 Feb 2010 17:01:53 +0000 (18:01 +0100)
modules/access/v4l2.c

index e59f3da851adff1c69026b8f213a86b1f92e0ff6..ab4c9c9a9e8c3952222cea61ee8b5a908cd80c7b 100644 (file)
@@ -2466,10 +2466,10 @@ static bool ProbeVideoDev( vlc_object_t *p_obj, demux_sys_t *p_sys,
         msg_Dbg( p_obj, "device supports hardware frequency seeking" );
 #endif
     if( p_sys->dev_cap.capabilities & V4L2_CAP_VBI_CAPTURE )
-        msg_Dbg( p_obj, "device support raw VBI capture" );
+        msg_Dbg( p_obj, "device supports raw VBI capture" );
 
     if( p_sys->dev_cap.capabilities & V4L2_CAP_SLICED_VBI_CAPTURE )
-        msg_Dbg( p_obj, "device support sliced VBI capture" );
+        msg_Dbg( p_obj, "device supports sliced VBI capture" );
 
     /* Now, enumerate all the video inputs. This is useless at the moment
        since we have no way to present that info to the user except with