forgot to add H264 to avidemux template caps
authorStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 13 Dec 2004 18:09:34 +0000 (18:09 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 13 Dec 2004 18:09:34 +0000 (18:09 +0000)
Original commit message from CVS:
forgot to add H264 to avidemux template caps

ChangeLog
gst-libs/gst/riff/riff-media.c

index a72e1e5..9b91ee1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
 
+       * gst-libs/gst/riff/riff-media.c:
+         forgot to add h2.64 to avidemux template caps
+
+2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
+
        * gst/wavenc/riff.h:
        * gst-libs/gst/riff/riff-media.c:
        * gst-libs/gst/riff/riff-ids.h:
index 203187a..4ff4339 100644 (file)
@@ -589,6 +589,7 @@ gst_riff_create_video_template_caps (void)
     GST_MAKE_FOURCC ('D', 'I', 'V', '3'),
     GST_MAKE_FOURCC ('M', 'P', 'E', 'G'),
     GST_MAKE_FOURCC ('H', '2', '6', '3'),
+    GST_MAKE_FOURCC ('V', 'S', 'S', 'H'),
     GST_MAKE_FOURCC ('D', 'I', 'V', 'X'),
     GST_MAKE_FOURCC ('D', 'X', '5', '0'),
     GST_MAKE_FOURCC ('X', 'V', 'I', 'D'),