mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
Oops, input <-> output confusion
Original commit message from CVS: Oops, input <-> output confusion
This commit is contained in:
parent
096dc55990
commit
f1163b3935
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)
|
if (pads && g_list_length ((GList *) pads) == 1)
|
||||||
dir = GST_PAD_DIRECTION (GST_PAD (pads->data));
|
dir = GST_PAD_DIRECTION (GST_PAD (pads->data));
|
||||||
|
|
||||||
if (dir == GST_PAD_SINK) {
|
if (dir != GST_PAD_SINK) {
|
||||||
/* and now, the inputs */
|
/* and now, the inputs */
|
||||||
for (n=0;;n++) {
|
for (n=0;;n++) {
|
||||||
struct v4l2_input input;
|
struct v4l2_input input;
|
||||||
|
|
Loading…
Reference in a new issue