gst-libs/gst/riff/riff-media.c: Made a quack, forgot to add DUCK to the riff video template.

Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
Made a quack, forgot to add DUCK to the riff video template.
This commit is contained in:
Edward Hervey 2005-12-20 10:13:05 +00:00
parent e54ffc2c5f
commit ffc33e35d9
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-12-20 Edward Hervey <edward@fluendo.com>
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
Made a quack, forgot to add DUCK to the riff video template.
2005-12-19 Edward Hervey <edward@fluendo.com>
* ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),

View file

@ -799,6 +799,7 @@ gst_riff_create_video_template_caps (void)
GST_MAKE_FOURCC ('C', 'L', 'J', 'R'),
GST_MAKE_FOURCC ('I', 'V', '4', '1'),
GST_MAKE_FOURCC ('R', 'T', '2', '1'),
GST_MAKE_FOURCC ('D', 'U', 'C', 'K'),
GST_MAKE_FOURCC ('T', 'M', '2', '0'),
GST_MAKE_FOURCC ('U', 'L', 'T', 'I'),
GST_MAKE_FOURCC ('V', 'P', '3', ' '),