From f1163b3935d6bbd389cad5d6ea21ac8bff1de585 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 26 Oct 2003 11:48:30 +0000 Subject: Oops, input <-> output confusion Original commit message from CVS: Oops, input <-> output confusion --- sys/v4l2/v4l2_calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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; -- cgit v1.2.1