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: Add Dirac mapping
Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
This commit is contained in:
parent
405571a67e
commit
3fb3c580b1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-02-28 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst-libs/gst/riff/riff-media.c: Add Dirac mapping
|
||||
|
||||
2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
Patch by: Peter Kjellerstedt <pkj at axis com>
|
||||
|
|
|
@ -1463,7 +1463,8 @@ gst_riff_create_video_template_caps (void)
|
|||
GST_MAKE_FOURCC ('c', 'v', 'i', 'd'),
|
||||
GST_MAKE_FOURCC ('h', '2', '6', '4'),
|
||||
GST_MAKE_FOURCC ('m', 's', 'v', 'c'),
|
||||
GST_MAKE_FOURCC ('x', '2', '6', '3')
|
||||
GST_MAKE_FOURCC ('x', '2', '6', '3'),
|
||||
GST_MAKE_FOURCC ('d', 'r', 'a', 'c')
|
||||
/* FILL ME */
|
||||
};
|
||||
guint i;
|
||||
|
|
Loading…
Reference in a new issue