diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-25 13:02:55 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-25 13:02:55 +0000 |
commit | 72b5f716fe1c1c7ef1fbfc43a90abd8c365a7a84 (patch) | |
tree | 07638fdcc8a7550e7b5fc927d073e87c228ab3df | |
parent | 8023d9492dfd1bbed93fd6eef1531c1968b6310a (diff) | |
download | gst-plugins-bad-72b5f716fe1c1c7ef1fbfc43a90abd8c365a7a84.tar.gz gst-plugins-bad-72b5f716fe1c1c7ef1fbfc43a90abd8c365a7a84.tar.bz2 gst-plugins-bad-72b5f716fe1c1c7ef1fbfc43a90abd8c365a7a84.zip |
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).
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sys/v4l2/gstv4l2src.c | 4 |
2 files changed, 9 insertions, 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> * sys/v4l2/gstv4l2colorbalance.c: diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index ee3c9841..0a7ce73f 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -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 */ }; |