From 3a8389218104747a109678cf4f08e11fa43f566c Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 27 Sep 2005 16:40:45 +0000 Subject: [PATCH] pacify old gcc Original commit message from CVS: pacify old gcc --- gst/tcp/gsttcpclientsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4