videomixer: Don't set EOS to FALSE when the collectpad *is* EOS
https://bugzilla.gnome.org/show_bug.cgi?id=707238
This commit is contained in:
parent
349afc633a
commit
b68f419b6f
@ -802,7 +802,8 @@ gst_videomixer2_fill_queues (GstVideoMixer2 * mix,
|
|||||||
if (!GST_COLLECT_PADS_STATE_IS_SET (mixcol,
|
if (!GST_COLLECT_PADS_STATE_IS_SET (mixcol,
|
||||||
GST_COLLECT_PADS_STATE_EOS))
|
GST_COLLECT_PADS_STATE_EOS))
|
||||||
need_more_data = TRUE;
|
need_more_data = TRUE;
|
||||||
} else {
|
} else if (!GST_COLLECT_PADS_STATE_IS_SET (mixcol,
|
||||||
|
GST_COLLECT_PADS_STATE_EOS)) {
|
||||||
eos = FALSE;
|
eos = FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user