From: Andy Wingo Date: Tue, 27 Sep 2005 16:40:45 +0000 (+0000) Subject: pacify old gcc X-Git-Tag: 1.19.3~511^2~12705 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a8389218104747a109678cf4f08e11fa43f566c;p=platform%2Fupstream%2Fgstreamer.git pacify old gcc Original commit message from CVS: pacify old gcc --- diff --git a/gst/tcp/gsttcpclientsrc.c b/gst/tcp/gsttcpclientsrc.c index c422704..a5e3287 100644 --- a/gst/tcp/gsttcpclientsrc.c +++ b/gst/tcp/gsttcpclientsrc.c @@ -212,7 +212,7 @@ static GstFlowReturn gst_tcpclientsrc_create (GstPushSrc * psrc, GstBuffer ** outbuf) { GstTCPClientSrc *src; - GstFlowReturn ret; + GstFlowReturn ret = GST_FLOW_OK; src = GST_TCPCLIENTSRC (psrc);