diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2006-09-02 14:28:55 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2006-09-02 14:28:55 +0000 |
commit | 074e7b0d5335d919c65c3aa9e789c1d227fe1507 (patch) | |
tree | f4a4df5dccd7a95f4d1ddff4ee06514f20fc5332 /sys/v4l2/gstv4l2tuner.h | |
parent | b1d7198d6ea722e8b331aa719cb76297548f58c6 (diff) |
sys/v4l2/: Cleanup error messages and unify header comments
Original commit message from CVS:
* sys/v4l2/gstv4l2.c:
* sys/v4l2/gstv4l2colorbalance.c:
* sys/v4l2/gstv4l2colorbalance.h:
* sys/v4l2/gstv4l2object.c:
* sys/v4l2/gstv4l2object.h:
* sys/v4l2/gstv4l2src.c:
* sys/v4l2/gstv4l2src.h:
* sys/v4l2/gstv4l2tuner.c:
* sys/v4l2/gstv4l2tuner.h:
* sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
* sys/v4l2/gstv4l2xoverlay.h:
* sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
(gst_v4l2_open):
* sys/v4l2/v4l2_calls.h:
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
(gst_v4l2src_capture_init):
* sys/v4l2/v4l2src_calls.h:
Cleanup error messages and unify header comments
Diffstat (limited to 'sys/v4l2/gstv4l2tuner.h')
-rw-r--r-- | sys/v4l2/gstv4l2tuner.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/v4l2/gstv4l2tuner.h b/sys/v4l2/gstv4l2tuner.h index 523eea35c..1021b08cb 100644 --- a/sys/v4l2/gstv4l2tuner.h +++ b/sys/v4l2/gstv4l2tuner.h @@ -1,6 +1,7 @@ -/* G-Streamer generic V4L2 element - Tuner interface implementation +/* GStreamer + * * Copyright (C) 2003 Ronald Bultje <rbultje@ronald.bitfreak.net> - * Copyright (C) 2006 Edgard Lima <edgard.lima@indt.org.br> + * 2006 Edgard Lima <edgard.lima@indt.org.br> * * gstv4l2tuner.h: tuner interface implementation for V4L2 * |