summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/tcp/gsttcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/tcp/gsttcp.c b/gst/tcp/gsttcp.c
index 9bf2666d..5e8aae7c 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:
{