GNOME Bugzilla – Bug 700503
v4l2: don't stop streaming when set_caps is called with unchanged caps
Last modified: 2013-05-20 09:13:39 UTC
Created attachment 244492 [details] [review] patch This can happen if other parts of the pipeline are reconfigured. Stop streaming even for a short amount of time can be quite visible, so it should be avoided if possible.
commit 00ffe41e6a0107495ce36d06ece02f097909aee3 Author: Michael Olbrich <m.olbrich@pengutronix.de> Date: Fri May 17 10:16:48 2013 +0200 v4l2: Don't stop streaming when set_caps is called with unchanged caps This can happen if other parts of the pipeline are reconfigured. Stop streaming even for a short amount of time can be quite visible, so it should be avoided if possible. https://bugzilla.gnome.org/show_bug.cgi?id=700503