diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-12-13 18:09:34 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-12-13 18:09:34 +0000 |
commit | 7ee764ec09cf292cd8dff74cce180e54f4841830 (patch) | |
tree | b3e342c84ca65a887d4afac420e5d1fe38bdad9f | |
parent | ab45d21668a4a66eddd67f0fcf1ff8c19a6f2637 (diff) | |
download | gst-plugins-bad-7ee764ec09cf292cd8dff74cce180e54f4841830.tar.gz gst-plugins-bad-7ee764ec09cf292cd8dff74cce180e54f4841830.tar.bz2 gst-plugins-bad-7ee764ec09cf292cd8dff74cce180e54f4841830.zip |
forgot to add H264 to avidemux template caps
Original commit message from CVS:
forgot to add H264 to avidemux template caps
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst-libs/gst/riff/riff-media.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> + * gst-libs/gst/riff/riff-media.c: + forgot to add h2.64 to avidemux template caps + +2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> + * gst/wavenc/riff.h: * gst-libs/gst/riff/riff-media.c: * gst-libs/gst/riff/riff-ids.h: 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'), |