rpicamsrc: avoid single-element lists in template caps

This commit is contained in:
Tim-Philipp Müller 2014-09-27 14:31:10 +01:00
parent d226968275
commit 4b15fa2abc

View file

@ -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",