mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
pacify old gcc take 2
Original commit message from CVS: pacify old gcc take 2
This commit is contained in:
parent
3a83892181
commit
9717993b46
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ static GstFlowReturn
|
|||
gst_tcpserversrc_create (GstPushSrc * psrc, GstBuffer ** outbuf)
|
||||
{
|
||||
GstTCPServerSrc *src;
|
||||
GstFlowReturn ret;
|
||||
GstFlowReturn ret = GST_FLOW_OK;
|
||||
|
||||
src = GST_TCPSERVERSRC (psrc);
|
||||
|
||||
|
|
Loading…
Reference in a new issue