From dec4f2b8a3931e0292cc8433b7e1802cc81a224a Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Sat, 27 Dec 2003 19:37:16 +0000 Subject: Fix warnings Original commit message from CVS: Fix warnings --- gst/cutter/gstcutter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/cutter') diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c index 83114939..71004d78 100644 --- a/gst/cutter/gstcutter.c +++ b/gst/cutter/gstcutter.c @@ -450,7 +450,7 @@ GST_PLUGIN_DEFINE ( void gst_cutter_get_caps (GstPad *pad, GstCutter* filter) { - GstCaps *caps = NULL; + const GstCaps *caps = NULL; GstStructure *structure; caps = GST_PAD_CAPS (pad); -- cgit