gst/matroska/matroska-mux.c: Add more raw YUV formats to the list of supported formats.
authorSebastian Dröge <slomo@circular-chaos.org>
Sat, 2 Aug 2008 17:54:04 +0000 (17:54 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 2 Aug 2008 17:54:04 +0000 (17:54 +0000)
Original commit message from CVS:
* gst/matroska/matroska-mux.c:
Add more raw YUV formats to the list of supported formats.

ChangeLog
gst/matroska/matroska-mux.c

index 018dc15..d875e35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 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:
        (gst_matroska_mux_audio_pad_setcaps):
        Add support for muxing raw float audio now that the spec defines the
        endianness and add support for muxing raw integer audio with 24 and
index 7d30294..8d334a9 100644 (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 \