summaryrefslogtreecommitdiffstats
path: root/examples/dynparams/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dynparams/filter.c')
-rw-r--r--examples/dynparams/filter.c2
1 files changed, 1 insertions, 1 deletions
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");