From 7fda2039b308adc52f9637141f45df084af81a8c Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 27 Jun 2005 18:39:41 +0000 Subject: [PATCH] shut up gcc3 Original commit message from CVS: shut up gcc3 --- gst/gstpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index 83137614aa..ba0cc8bc09 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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);