mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tiger: advertise all the new YUV formats we can now use
This commit is contained in:
parent
83182044af
commit
8973c6c6b8
1 changed files with 7 additions and 2 deletions
|
@ -153,11 +153,16 @@ static GstStaticPadTemplate kate_sink_factory =
|
||||||
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
|
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
|
||||||
#define TIGER_VIDEO_CAPS \
|
#define TIGER_VIDEO_CAPS \
|
||||||
GST_VIDEO_CAPS_xRGB ";" GST_VIDEO_CAPS_BGRx ";" \
|
GST_VIDEO_CAPS_xRGB ";" GST_VIDEO_CAPS_BGRx ";" \
|
||||||
GST_VIDEO_CAPS_YUV ("{AYUV, I420, YV12, UYVY, NV12, NV21}")
|
GST_VIDEO_CAPS_YUV ("{I420, YV12, AYUV, YUY2, UYVY, v308, v210," \
|
||||||
|
" v216, Y41B, Y42B, Y444, Y800, Y16, NV12, NV21, UYVP, A420," \
|
||||||
|
" YUV9, IYU1}")
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define TIGER_VIDEO_CAPS \
|
#define TIGER_VIDEO_CAPS \
|
||||||
GST_VIDEO_CAPS_BGRx ";" GST_VIDEO_CAPS_xRGB ";" \
|
GST_VIDEO_CAPS_BGRx ";" GST_VIDEO_CAPS_xRGB ";" \
|
||||||
GST_VIDEO_CAPS_YUV ("{AYUV, I420, YV12, UYVY, NV12, NV21}")
|
GST_VIDEO_CAPS_YUV ("{I420, YV12, AYUV, YUY2, UYVY, v308, v210," \
|
||||||
|
" v216, Y41B, Y42B, Y444, Y800, Y16, NV12, NV21, UYVP, A420," \
|
||||||
|
" YUV9, IYU1}")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static GstStaticPadTemplate video_sink_factory =
|
static GstStaticPadTemplate video_sink_factory =
|
||||||
|
|
Loading…
Reference in a new issue