rtspsrc: don't confuse return values
Return a return value of the right type.
This commit is contained in:
parent
ee2a615851
commit
bc0824181b
@ -4397,7 +4397,7 @@ server_eof:
|
||||
GST_ELEMENT_WARNING (src, RESOURCE, READ, (NULL),
|
||||
("The server closed the connection."));
|
||||
gst_rtsp_message_unset (response);
|
||||
return GST_FLOW_UNEXPECTED;
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user