gstreamer v4l2 kernel Oops
Nicolas Dufresne
nicolas at ndufresne.ca
Thu Jul 11 14:53:56 UTC 2019
Le jeudi 11 juillet 2019 à 08:08 -0500, Andrea a écrit :
> It seems that I managed to solve the problem, the only thing is during the dq
> of the buffer that appears "gst_v4l2_allocator_qbuf: <v4l2src0: pool: src:
> allocator> driver pretends buffer is not queued even if queue succeeded".
> How can solve that "problem"?
This is a bug in videobuf2 which has been fixed in recent kernels.
Normally the workaround next to this warning works for every cases,
hence you should not have to worry.
>
> In vidioc_dqbuf I unset the buffer flags:
> /buffer.flags &= ~V4L2_BUF_FLAG_QUEUED;
> buffer.flags &= ~V4L2_BUF_FLAG_DONE;/
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190711/fafc95de/attachment.sig>
More information about the gstreamer-devel
mailing list