From 8e6d2143b4fdf010b3cd18bf1a66bf82ba3bb749 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Tue, 3 Oct 2006 13:18:59 +0000 Subject: [PATCH] sys/v4l2/gstv4l2src.c: Improve docs. Original commit message from CVS: 2006-10-03 Zaheer Abbas Merali * sys/v4l2/gstv4l2src.c: Improve docs. --- ChangeLog | 5 +++++ sys/v4l2/gstv4l2src.c | 11 +++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ff40fbbd8..1c6725eb1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-03 Zaheer Abbas Merali + + * sys/v4l2/gstv4l2src.c: + Improve docs. + 2006-10-02 Tim-Philipp Müller * ext/xvid/gstxvid.c: (plugin_init): diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index e151f16d1b..d17852579b 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -3,7 +3,7 @@ * Copyright (C) 2001-2002 Ronald Bultje * 2006 Edgard Lima * - * gstv4l2src.c: BT8x8/V4L2 source element + * gstv4l2src.c: Video4Linux2 source element * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -31,13 +31,8 @@ * * gst-launch v4l2src ! xvimagesink * - * This pipeline shows the video captured from /dev/video0 tv card. - * - * - * - * gst-launch v4l2src ! xvimagesink - * - * This example should be used to capture from web-cams + * This pipeline shows the video captured from /dev/video0 tv card and for + * webcams. * * */