mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
matroskamux: Accept muxing AV1
This commit is contained in:
parent
e07ce9afb4
commit
e3b14e345d
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue