mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
rpicamsrc: MMAL gives buffers with nal alignment, not AU
Fix the output caps, our buffers are not AU aligned, since the SPS / PPS are given in separate packets at the start.
This commit is contained in:
parent
c785d4f5db
commit
2496d0e859
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ enum
|
|||
"height = " GST_VIDEO_SIZE_RANGE ", " \
|
||||
"framerate = " GST_VIDEO_FPS_RANGE ", " \
|
||||
"stream-format = (string) byte-stream, " \
|
||||
"alignment = (string) au, " \
|
||||
"alignment = (string) nal, " \
|
||||
"profile = (string) { baseline, main, high }"
|
||||
|
||||
static GstStaticPadTemplate video_src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
|
|
Loading…
Reference in a new issue