mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
rtsp: Fix typo which broke the build
This commit is contained in:
parent
30b2abaddd
commit
66016eedc7
1 changed files with 1 additions and 1 deletions
|
@ -2270,7 +2270,7 @@ gst_rtsp_connection_receive (GstRTSPConnection * conn, GstRTSPMessage * message,
|
||||||
goto socket_error;
|
goto socket_error;
|
||||||
|
|
||||||
/* once we start reading the wait cannot be controlled */
|
/* once we start reading the wait cannot be controlled */
|
||||||
if (builder.state != STATE START)
|
if (builder.state != STATE_START)
|
||||||
gst_poll_set_controllable (conn->fdset, FALSE);
|
gst_poll_set_controllable (conn->fdset, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue