matroskamux: Accept muxing AV1
authorOlivier Crête <olivier.crete@collabora.com>
Wed, 25 Jul 2018 21:08:53 +0000 (17:08 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 26 Jul 2018 18:14:53 +0000 (14:14 -0400)
gst/matroska/matroska-mux.c

index 9f3c8d4..73b7a11 100644 (file)
@@ -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 \