mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 10:34:11 +00:00
vrawpay: fix caps
This commit is contained in:
parent
f87875e35b
commit
37af93c361
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ static GstStaticPadTemplate gst_rtp_vraw_pay_sink_template =
|
|||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/x-raw, "
|
||||
"format = (string) { RGB, RGBA, BGR, BGRA, AYUYV, UYVY, I420, Y41B, UYVP, I420, Y42B, Y444 }, "
|
||||
"format = (string) { RGB, RGBA, BGR, BGRA, AYUV, UYVY, I420, Y41B, UYVP }, "
|
||||
"width = (int) [ 1, 32767 ], " "height = (int) [ 1, 32767 ]; ")
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue