mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 03:00:35 +00:00
Merge branch 'master' into 0.11
This commit is contained in:
commit
2df213fe25
1 changed files with 1 additions and 1 deletions
|
@ -2270,7 +2270,7 @@ gst_rtsp_connection_receive (GstRTSPConnection * conn, GstRTSPMessage * message,
|
|||
goto socket_error;
|
||||
|
||||
/* 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue