summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2_calls.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-10-26 11:48:30 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-10-26 11:48:30 +0000
commit89ea092936e96e252a04261b24ba6d8939970ef6 (patch)
tree29dc9ae42e1a612107582f3a6b9362fa9faec479 /sys/v4l2/v4l2_calls.c
parent2849175ab7b64631083e83cb0ee58b7930a14d41 (diff)
Oops, input <-> output confusion
Original commit message from CVS: Oops, input <-> output confusion
Diffstat (limited to 'sys/v4l2/v4l2_calls.c')
-rw-r--r--sys/v4l2/v4l2_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c
index 70c088cf..8b65dc71 100644
--- a/sys/v4l2/v4l2_calls.c
+++ b/sys/v4l2/v4l2_calls.c
@@ -84,7 +84,7 @@ gst_v4l2_fill_lists (GstV4l2Element *v4l2element)
if (pads && g_list_length ((GList *) pads) == 1)
dir = GST_PAD_DIRECTION (GST_PAD (pads->data));
- if (dir == GST_PAD_SINK) {
+ if (dir != GST_PAD_SINK) {
/* and now, the inputs */
for (n=0;;n++) {
struct v4l2_input input;