mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +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 ", " \
|
"width = " GST_VIDEO_SIZE_RANGE ", " \
|
||||||
"height = " GST_VIDEO_SIZE_RANGE ", " \
|
"height = " GST_VIDEO_SIZE_RANGE ", " \
|
||||||
"framerate = " GST_VIDEO_FPS_RANGE ", " \
|
"framerate = " GST_VIDEO_FPS_RANGE ", " \
|
||||||
"stream-format = (string) { byte-stream }, " \
|
"stream-format = (string) byte-stream, " \
|
||||||
"alignment = (string) { au }, " \
|
"alignment = (string) au, " \
|
||||||
"profile = (string) { baseline, main, high }"
|
"profile = (string) { baseline, main, high }"
|
||||||
|
|
||||||
static GstStaticPadTemplate video_src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
static GstStaticPadTemplate video_src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
||||||
|
|
Loading…
Reference in a new issue