summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/matroska/matroska-mux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c
index 7d30294f..8d334a98 100644
--- a/gst/matroska/matroska-mux.c
+++ b/gst/matroska/matroska-mux.c
@@ -92,7 +92,8 @@ static GstStaticPadTemplate videosink_templ =
"video/x-dirac, "
COMMON_VIDEO_CAPS "; "
"video/x-raw-yuv, "
- "format = (fourcc) { YUY2, I420 }, " COMMON_VIDEO_CAPS)
+ "format = (fourcc) { YUY2, I420, YV12, UYVY, AYUV }, "
+ COMMON_VIDEO_CAPS)
);
#define COMMON_AUDIO_CAPS \