From fef1a9307ee15214fe0882df6b4f6ce65adbeb55 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 6 Mar 2002 22:49:01 +0000 Subject: Make sure we use proper properties to define the different AVI types. Original commit message from CVS: Make sure we use proper properties to define the different AVI types. --- gst/avi/gstavidemux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/avi/gstavidemux.c') diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index 5fb40fb6..b5a9aa67 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -67,7 +67,7 @@ GST_PADTEMPLATE_FACTORY (sink_templ, GST_CAPS_NEW ( "avidemux_sink", "video/avi", - "RIFF", GST_PROPS_STRING ("AVI") + "format", GST_PROPS_STRING ("AVI") ) ) @@ -267,7 +267,7 @@ avi_typefind (GstBuffer *buf, new = GST_CAPS_NEW ("avi_typefind", "video/avi", - "RIFF", GST_PROPS_STRING ("AVI")); + "format", GST_PROPS_STRING ("AVI")); return new; } -- cgit