From 007f39c2cea79faa5adb74400e0072383a7721cf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 12 Jul 2004 11:41:51 +0000 Subject: [PATCH] gst-libs/gst/riff/riff-media.c: Fix the template caps to include some more media types. Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps), (gst_riff_create_video_template_caps): Fix the template caps to include some more media types. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7a2ab4ec4c..60b25660cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-12 Wim Taymans + + * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps), + (gst_riff_create_video_template_caps): + Fix the template caps to include some more media types. + 2004-07-12 Wim Taymans * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),