commit | 161dd7a55ddd3fa345844d4692852adbc232d5dd | [log] [tgz] |
---|---|---|
author | Marian Mihailescu <mihailescu2m@gmail.com> | Wed Jun 27 13:46:00 2018 +0000 |
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | Wed Jun 27 17:03:48 2018 -0400 |
tree | 6bf46c50bfca54308c06759cbd60f02db36537c5 | |
parent | 89f4075fa9d8dd0c764c276f5868bd8be0944302 [diff] |
v4l2videoenc: activate capture pool after output pool Some drivers need output buffers set before capture buffers. CODA cannot set output format if capture is streaming. Exynos MFC fails on output STREAMON if capture is already streaming. This patch delays capture activation until output is configured and streaming https://bugzilla.gnome.org/show_bug.cgi?id=796693