shut up gcc3
authorAndy Wingo <wingo@pobox.com>
Mon, 27 Jun 2005 18:39:41 +0000 (18:39 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 27 Jun 2005 18:39:41 +0000 (18:39 +0000)
Original commit message from CVS:
shut up gcc3

gst/gstpad.c

index 8313761..ba0cc8b 100644 (file)
@@ -454,7 +454,7 @@ gboolean
 gst_pad_set_active (GstPad * pad, gboolean active)
 {
   GstActivateMode old;
-  gboolean ret;
+  gboolean ret = FALSE;
 
   g_return_val_if_fail (GST_IS_PAD (pad), FALSE);