mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 15:32:32 +00:00
9588108d6e
We claim output buffers are nal-aligned, but that wasn't actually true: We would push out a partial nal in case the nal doesn't fit into the max encoder-selected output buffer size, and then the next buffer would not start with a sync marker. That's not right and makes h264parse unhappy. Instead accumulate buffers until we have a full frame (we can't rely on the NAL_END flag, it's always set). Fixes #768 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/682> |
||
---|---|---|
.. | ||
gstrpicam_types.h | ||
gstrpicamsrc.c | ||
gstrpicamsrc.h | ||
gstrpicamsrcdeviceprovider.c | ||
gstrpicamsrcdeviceprovider.h | ||
meson.build | ||
RaspiCamControl.c | ||
RaspiCamControl.h | ||
RaspiCapture.c | ||
RaspiCapture.h | ||
RaspiCLI.c | ||
RaspiCLI.h | ||
RaspiPreview.c | ||
RaspiPreview.h | ||
RaspiStill.c | ||
RaspiStillYUV.c |