From d368d1ad76a9c66031371c6aba0d89138df4063e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 12 Sep 2002 20:53:56 +0000 Subject: const fixes Original commit message from CVS: const fixes --- examples/dynparams/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dynparams') diff --git a/examples/dynparams/filter.c b/examples/dynparams/filter.c index 6b80c3f9..39240500 100644 --- a/examples/dynparams/filter.c +++ b/examples/dynparams/filter.c @@ -61,7 +61,7 @@ gst_bin_find_unconnected_pad (GstBin *bin, GstPadDirection direction, { GstPad *pad = NULL; GList *elements = NULL; - GList *pads = NULL; + const GList *pads = NULL; GstElement *element = NULL; g_print ("DEBUG: find_unconnected start\n"); -- cgit v1.2.1