From cbc3df738bf6802cbaea33fbbca9ac7434671953 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 2 Aug 2008 17:54:04 +0000 Subject: gst/matroska/matroska-mux.c: Add more raw YUV formats to the list of supported formats. Original commit message from CVS: * gst/matroska/matroska-mux.c: Add more raw YUV formats to the list of supported formats. --- ChangeLog | 5 +++++ gst/matroska/matroska-mux.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 018dc15c..d875e35a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-02 Sebastian Dröge + + * gst/matroska/matroska-mux.c: + Add more raw YUV formats to the list of supported formats. + 2008-08-02 Sebastian Dröge * gst/matroska/matroska-mux.c: 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 \ -- cgit