projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c785d4f
)
rpicamsrc: MMAL gives buffers with nal alignment, not AU
author
Jan Schmidt
<thaytan@noraisin.net>
Wed, 20 Jul 2016 16:29:57 +0000
(
02:29
+1000)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/sys/rpicamsrc/gstrpicamsrc.c
b/sys/rpicamsrc/gstrpicamsrc.c
index
e8e3b7a
..
e5cb5af
100644
(file)
--- 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",