<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 9 sept. 2019 14 h 41, IgalKroyter <<a href="mailto:igalkroy@gmail.com">igalkroy@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi,<br>
<br>
I am trying to restart a pipeline after it was GST_STATE_NULL and<br>
unreferenced. Though after rebuilding the pipeline and trying to start it<br>
the following message is displayed: *"libv4l2: error setting pixformat:<br>
Device or resource busy"*. I guess it is the v4l2src component, as if once I<br>
initialise it, the relevant HW resource is occupied and cannot be release<br>
although the v4l2src component is dereferenced.<br>
<br>
Any suggestions? Am I correct?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">A buffer leak could leak could lead to this. Note that on newer kernel this restriction has been lifted, a driver can now be detached from its buffers and support for this has been added in v4l2src (not released yet).</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>