forgot to add H264 to avidemux template caps

Original commit message from CVS:
forgot to add H264 to avidemux template caps
This commit is contained in:
Stéphane Loeuillet 2004-12-13 18:09:34 +00:00
parent ab45d21668
commit 7ee764ec09
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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:

View 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'),