diff --git a/gst/tcp/gsttcp.c b/gst/tcp/gsttcp.c index 9bf2666d79..5e8aae7c4d 100644 --- a/gst/tcp/gsttcp.c +++ b/gst/tcp/gsttcp.c @@ -284,7 +284,7 @@ ioctl_error: got_eos: { GST_DEBUG_OBJECT (this, "Got EOS on socket stream"); - return GST_FLOW_WRONG_STATE; + return GST_FLOW_UNEXPECTED; } read_error: {