mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-21 06:38:19 +00:00
celvideosrc: put planar first in template caps
This commit is contained in:
parent
c2672f71cd
commit
6428d306ea
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ GST_DEBUG_CATEGORY (gst_cel_video_src_debug);
|
|||
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS (GST_VIDEO_CAPS_YUV ("YUY2") ";"
|
||||
GST_VIDEO_CAPS_YUV ("I420"))
|
||||
GST_STATIC_CAPS (GST_VIDEO_CAPS_YUV ("I420") ";"
|
||||
GST_VIDEO_CAPS_YUV ("YUY2"))
|
||||
);
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue