mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
pango: use new GST_VIDEO_OVERLAY_COMPOSITION_BLEND_FORMATS define
https://bugzilla.gnome.org/show_bug.cgi?id=665751
This commit is contained in:
parent
0b329f2c22
commit
8e4934820f
1 changed files with 1 additions and 6 deletions
|
@ -147,12 +147,7 @@ enum
|
|||
PROP_LAST
|
||||
};
|
||||
|
||||
/* FIXME: video-blend.c doesn't support formats with more than 8 bit per
|
||||
* component (which get unpacked into ARGB64 or AYUV64) yet, such as:
|
||||
* v210, v216, UYVP, GRAY16_LE, GRAY16_BE */
|
||||
#define VIDEO_FORMATS "{ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, \
|
||||
I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, \
|
||||
NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }"
|
||||
#define VIDEO_FORMATS GST_VIDEO_OVERLAY_COMPOSITION_BLEND_FORMATS
|
||||
|
||||
static GstStaticPadTemplate src_template_factory =
|
||||
GST_STATIC_PAD_TEMPLATE ("src",
|
||||
|
|
Loading…
Reference in a new issue