gstreamer omxh264encoder error

Nicolas Dufresne nicolas at ndufresne.ca
Wed Aug 7 01:42:49 UTC 2019


Le mardi 06 août 2019 à 08:30 -0500, Andrea a écrit :
> my driver does not support dmabuf, but only V4L2_MEMORY_MMAP, for 1080p I've
> changed the v4l2_buffer bytesused from 4147200 to 4149248 and in 25 minutees
> I never get the error. If I change the resolution to 3840x2160 I get the
> error
> 

Maybe there is other details about your V4L2 driver that you have
forgot to mention ? The size of the buffers will be relative to the
stride being used by your driver. A miss-calculation in
stride/bytesused very often cause failure in the following element in
GStreamer.

regards,
Nicolas



More information about the gstreamer-devel mailing list