mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
jpegenc: Add support for encoding from NV21 and NV12
https://bugzilla.gnome.org/show_bug.cgi?id=732870
This commit is contained in:
parent
7e2c43caba
commit
60648012f3
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ GST_STATIC_PAD_TEMPLATE ("sink",
|
||||||
GST_PAD_SINK,
|
GST_PAD_SINK,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS (GST_VIDEO_CAPS_MAKE
|
GST_STATIC_CAPS (GST_VIDEO_CAPS_MAKE
|
||||||
("{ I420, YV12, YUY2, UYVY, Y41B, Y42B, YVYU, Y444, "
|
("{ I420, YV12, YUY2, UYVY, Y41B, Y42B, YVYU, Y444, NV21, "
|
||||||
"RGB, BGR, RGBx, xRGB, BGRx, xBGR, GRAY8 }"))
|
"NV12, RGB, BGR, RGBx, xRGB, BGRx, xBGR, GRAY8 }"))
|
||||||
);
|
);
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue