diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-09 19:55:30 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-09 19:55:30 +0000 |
commit | d94eec2e18de3201a0be64e2221e3c3904990509 (patch) | |
tree | 8cc39fb64f6038c9fe585b779c9c2122b8fafb9b /gst-libs | |
parent | a0b682203c49792419ab352716f640dfd25e6110 (diff) |
gst-libs/gst/riff/riff-media.c: WMV3 missing in template caps.
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_video_template_caps):
WMV3 missing in template caps.
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/riff/riff-media.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/riff/riff-media.c b/gst-libs/gst/riff/riff-media.c index 25e1c690..9912a6e8 100644 --- a/gst-libs/gst/riff/riff-media.c +++ b/gst-libs/gst/riff/riff-media.c @@ -565,6 +565,7 @@ gst_riff_create_video_template_caps (void) GST_MAKE_FOURCC ('D', 'V', 'S', 'D'), GST_MAKE_FOURCC ('W', 'M', 'V', '1'), GST_MAKE_FOURCC ('W', 'M', 'V', '2'), + GST_MAKE_FOURCC ('W', 'M', 'V', '3'), GST_MAKE_FOURCC ('M', 'P', 'G', '4'), GST_MAKE_FOURCC ('M', 'P', '4', '2'), GST_MAKE_FOURCC ('M', 'P', '4', '3'), |