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.
This commit is contained in:
Sebastian Dröge 2008-08-02 17:54:04 +00:00
parent 266c0bf8bf
commit cbc3df738b
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/matroska/matroska-mux.c:
Add more raw YUV formats to the list of supported formats.
2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/matroska/matroska-mux.c:

View file

@ -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 \