Shut up gcc 3.2
authorJohan Dahlin <johan@gnome.org>
Wed, 10 Mar 2004 17:01:57 +0000 (17:01 +0000)
committerJohan Dahlin <johan@gnome.org>
Wed, 10 Mar 2004 17:01:57 +0000 (17:01 +0000)
Original commit message from CVS:
Shut up gcc 3.2

gst/schedulers/gstoptimalscheduler.c

index be3c97c..22a53d1 100644 (file)
@@ -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;