mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +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
51b1537e45
commit
746a0bfb3b
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue