sys/v4l2/gstv4l2src.c: Older kernels don't seem to have this particular v4l2 format, so comment out until this gets f...

Original commit message from CVS:
* sys/v4l2/gstv4l2src.c:
Older kernels don't seem to have this particular v4l2 format,
so comment out until this gets fixed properly (and make
buildbots happy).
This commit is contained in:
Tim-Philipp Müller 2006-03-25 13:02:55 +00:00
parent 8023d9492d
commit 72b5f716fe
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2006-03-25 Tim-Philipp Müller <tim at centricular dot net>
* sys/v4l2/gstv4l2src.c:
Older kernels don't seem to have this particular v4l2 format,
so comment out until this gets fixed properly (and make
buildbots happy).
2006-03-25 Edgard Lima <edgard.lima@indt.org.br>
* sys/v4l2/gstv4l2colorbalance.c:

View file

@ -90,8 +90,8 @@ static guint32 gst_v4l2_formats[] = {
V4L2_PIX_FMT_MPEG,
/* Vendor-specific formats */
V4L2_PIX_FMT_WNVA,
V4L2_PIX_FMT_SN9C10X
V4L2_PIX_FMT_WNVA
/* V4L2_PIX_FMT_SN9C10X FIX */
/* V4L2_PIX_FMT_PWC1 FIX */
/* V4L2_PIX_FMT_PWC2 FIX */
};