mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
8023d9492d
commit
72b5f716fe
2 changed files with 9 additions and 2 deletions
|
@ -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>
|
2006-03-25 Edgard Lima <edgard.lima@indt.org.br>
|
||||||
|
|
||||||
* sys/v4l2/gstv4l2colorbalance.c:
|
* sys/v4l2/gstv4l2colorbalance.c:
|
||||||
|
|
|
@ -90,8 +90,8 @@ static guint32 gst_v4l2_formats[] = {
|
||||||
V4L2_PIX_FMT_MPEG,
|
V4L2_PIX_FMT_MPEG,
|
||||||
|
|
||||||
/* Vendor-specific formats */
|
/* Vendor-specific formats */
|
||||||
V4L2_PIX_FMT_WNVA,
|
V4L2_PIX_FMT_WNVA
|
||||||
V4L2_PIX_FMT_SN9C10X
|
/* V4L2_PIX_FMT_SN9C10X FIX */
|
||||||
/* V4L2_PIX_FMT_PWC1 FIX */
|
/* V4L2_PIX_FMT_PWC1 FIX */
|
||||||
/* V4L2_PIX_FMT_PWC2 FIX */
|
/* V4L2_PIX_FMT_PWC2 FIX */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue