<div dir="ltr">Hello everyone, I have a very strange issue with gstreamer.<div><br></div><div>I develop an app that uses gstreamer for pushing rtmp stream on the server. Gstreamer version 1.22.1 is embedded in opencv. App looks like this:</div><div><br></div><div>1) Opencv grab rtmp stream from VideoCapture</div><div>2)  Then, opencv do somestaff with the stream, process every frame and push it again by gstreamer.</div><div>Gstreamer pipeline looks like that</div><div><br></div><div><span style="font-family:"JetBrains Mono",monospace;color:rgb(106,135,89)">"appsrc ! videoconvert ! video/x-raw,width=480,height=640 ! openh264enc ! h264parse ! flvmux ! rtmp2sink location=" </span><span style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"JetBrains Mono",monospace">+ rtmpUrl</span> </div><div><br></div><div>And it works. But, when opencv detects face on stream, and starts process face,  out stream dies.</div><div>I could see only<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> gstappsrc.c:1734:gst_app_src_create code should not be reached</blockquote><div><br></div><div>string in logs. </div><div>What could lead to this error? How to fix this?</div></div>