pacify old gcc
authorAndy Wingo <wingo@pobox.com>
Tue, 27 Sep 2005 16:40:45 +0000 (16:40 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 27 Sep 2005 16:40:45 +0000 (16:40 +0000)
Original commit message from CVS:
pacify old gcc

gst/tcp/gsttcpclientsrc.c

index c422704..a5e3287 100644 (file)
@@ -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);