rpicamsrc: MMAL gives buffers with nal alignment, not AU
authorJan Schmidt <thaytan@noraisin.net>
Wed, 20 Jul 2016 16:29:57 +0000 (02:29 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 10 Jul 2020 15:45:43 +0000 (16:45 +0100)
Fix the output caps, our buffers are not AU aligned, since
the SPS / PPS are given in separate packets at the start.

sys/rpicamsrc/gstrpicamsrc.c

index e8e3b7a..e5cb5af 100644 (file)
@@ -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",