From e3b14e345de9a89cac24901905ba77893431bbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 25 Jul 2018 17:08:53 -0400 Subject: [PATCH] matroskamux: Accept muxing AV1 --- gst/matroska/matroska-mux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index 9f3c8d4520..73b7a1117f 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -139,7 +139,8 @@ static GstStaticPadTemplate videosink_templ = COMMON_VIDEO_CAPS "; " "video/x-prores, " COMMON_VIDEO_CAPS "; " - "video/x-wmv, " "wmvversion = (int) [ 1, 3 ], " COMMON_VIDEO_CAPS) + "video/x-wmv, " "wmvversion = (int) [ 1, 3 ], " COMMON_VIDEO_CAPS "; " + "video/x-av1, " COMMON_VIDEO_CAPS) ); #define COMMON_AUDIO_CAPS \