mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
rtspsrc: don't confuse return values
Return a return value of the right type.
This commit is contained in:
parent
ee2a615851
commit
bc0824181b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue