Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2016-07-20 19:29:57 +0300
committerTim-Philipp Müller <tim@centricular.com>2020-07-10 18:45:43 +0300
commit2496d0e859829e3970d8a1ac2a695e1561f61f2e (patch)
tree68022d8b033230156daf3d208aa093075823bc30 /sys
parentc785d4f5db182d306c7a425d25b4cb326e7d0c2e (diff)
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/rpicamsrc/gstrpicamsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpicamsrc/gstrpicamsrc.c b/sys/rpicamsrc/gstrpicamsrc.c
index e8e3b7a21..e5cb5afb2 100644
--- a/sys/rpicamsrc/gstrpicamsrc.c
+++ b/sys/rpicamsrc/gstrpicamsrc.c
@@ -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",