mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Oops, input <-> output confusion
Original commit message from CVS: Oops, input <-> output confusion
This commit is contained in:
parent
2849175ab7
commit
89ea092936
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue