[vlc-devel] commit: Fix debug messages. (Antoine Cellerier )

git version control git at videolan.org
Sun Feb 28 18:00:14 CET 2010


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Feb 28 18:00:46 2010 +0100| [9f0d9b4fac9067e3d131a0f77c4236ed29fabf47] | committer: Antoine Cellerier 

Fix debug messages.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f0d9b4fac9067e3d131a0f77c4236ed29fabf47
---

 modules/access/v4l2.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/access/v4l2.c b/modules/access/v4l2.c
index e59f3da..ab4c9c9 100644
--- a/modules/access/v4l2.c
+++ b/modules/access/v4l2.c
@@ -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




More information about the vlc-devel mailing list