mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
e54ffc2c5f
commit
ffc33e35d9
2 changed files with 6 additions and 0 deletions
|
@ -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),
|
||||
|
|
|
@ -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', ' '),
|
||||
|
|
Loading…
Reference in a new issue