From c2b46e7a8aee2074e18f146c871c98276a29ea10 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 10 Mar 2004 17:01:57 +0000 Subject: [PATCH] Shut up gcc 3.2 Original commit message from CVS: Shut up gcc 3.2 --- gst/schedulers/gstoptimalscheduler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/schedulers/gstoptimalscheduler.c b/gst/schedulers/gstoptimalscheduler.c index be3c97c..22a53d1 100644 --- a/gst/schedulers/gstoptimalscheduler.c +++ b/gst/schedulers/gstoptimalscheduler.c @@ -2097,7 +2097,7 @@ gst_opt_scheduler_pad_unlink (GstScheduler *sched, GstPad *srcpad, GstPad *sinkp else { gboolean still_link1, still_link2; GstOptSchedulerGroup *group; - GstElement *element; + GstElement *element = NULL; /* shut up gcc */ /* since group1 == group2, it doesn't matter which group we take */ group = group1; -- 2.7.4