mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
rpicamsrc: avoid single-element lists in template caps
This commit is contained in:
parent
d226968275
commit
4b15fa2abc
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ enum
|
|||
"width = " GST_VIDEO_SIZE_RANGE ", " \
|
||||
"height = " GST_VIDEO_SIZE_RANGE ", " \
|
||||
"framerate = " GST_VIDEO_FPS_RANGE ", " \
|
||||
"stream-format = (string) { byte-stream }, " \
|
||||
"alignment = (string) { au }, " \
|
||||
"stream-format = (string) byte-stream, " \
|
||||
"alignment = (string) au, " \
|
||||
"profile = (string) { baseline, main, high }"
|
||||
|
||||
static GstStaticPadTemplate video_src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
|
|
Loading…
Reference in a new issue