mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
jp2kdec, jp2kenc: add support v308 (4:4:4 YUV)
Because we can.
This commit is contained in:
parent
86ae3777fd
commit
5d754e549a
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ static GstStaticPadTemplate gst_jasper_dec_src_template =
|
|||
GST_STATIC_CAPS (GST_VIDEO_CAPS_RGB "; " GST_VIDEO_CAPS_BGR "; "
|
||||
GST_VIDEO_CAPS_RGBx "; " GST_VIDEO_CAPS_xRGB "; "
|
||||
GST_VIDEO_CAPS_BGRx "; " GST_VIDEO_CAPS_xBGR "; "
|
||||
GST_VIDEO_CAPS_YUV ("{ I420, YV12, YUY2, UYVY, Y41B, Y42B }"))
|
||||
GST_VIDEO_CAPS_YUV ("{ I420, YV12, YUY2, UYVY, Y41B, Y42B, v308 }"))
|
||||
);
|
||||
|
||||
static void gst_jasper_dec_set_property (GObject * object, guint prop_id,
|
||||
|
|
|
@ -49,7 +49,7 @@ static GstStaticPadTemplate gst_jasper_enc_sink_template =
|
|||
GST_STATIC_CAPS (GST_VIDEO_CAPS_RGB "; " GST_VIDEO_CAPS_BGR "; "
|
||||
GST_VIDEO_CAPS_RGBx "; " GST_VIDEO_CAPS_xRGB "; "
|
||||
GST_VIDEO_CAPS_BGRx "; " GST_VIDEO_CAPS_xBGR "; "
|
||||
GST_VIDEO_CAPS_YUV ("{ I420, YV12 }"))
|
||||
GST_VIDEO_CAPS_YUV ("{ I420, YV12, v308 }"))
|
||||
);
|
||||
|
||||
static GstStaticPadTemplate gst_jasper_enc_src_template =
|
||||
|
|
Loading…
Reference in a new issue