summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-12-13 18:09:34 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-12-13 18:09:34 +0000
commit49f6c1b9d8fb258b3fb4bd2204b2733f1b7a9ca1 (patch)
treef7b8ec9f611b9f145ade89472de6c1772baf93fc /gst-libs
parent56fbae08acaf0fcae491e9b8014e6323a64e6762 (diff)
forgot to add H264 to avidemux template caps
Original commit message from CVS: forgot to add H264 to avidemux template caps
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/riff/riff-media.c1
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 203187ac..4ff43396 100644
--- a/gst-libs/gst/riff/riff-media.c
+++ b/gst-libs/gst/riff/riff-media.c
@@ -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'),