<div dir="ltr">Hello <div><br></div><div>I made a program, which the structure is similar to this:</div><div><br></div><div>appsrc   ->  (some operations) ->  queue  ->  |</div><div>v4l2src1 -> (some operations) ->  queue  -> |  -> compositor -> (some operations) -> fbdevsink</div>v4l2src2 -> (some operations) ->  queue  -> |<div><br></div><div>("some operations" include videoconvert,videorate,videobox and so on )</div><div><div><br></div><div>and  I operation the compositor by set property like xpos,ypos,alpha and zorder, </div><div>to make PIP , single mode  and so on.</div><div><br></div><div>It work good in the begin, But v4l2src1 and v4l2src2 has Probability will go error like this:</div><div><br></div><div>Error v4l2src1: gst-stream-error-quark: Internal data stream error. (1), gstbasesrc.c(3072): gst_base_src_loop (): /GstPipeline:main/GstBin:bin10/GstV4l2Src:gstv4l2src1:<br>streaming stopped, reason not-negotiated (-4)<br></div><div><br></div><div> I think the buffer between compositor and camera'src  is stuck, but I have no idea how to debug.</div><div><br></div><div>Can anyone help? Thank you!<br></div></div></div>