rtsp: Fix typo which broke the build

This commit is contained in:
Edward Hervey 2011-05-17 10:20:36 +02:00
parent 30b2abaddd
commit 66016eedc7

View file

@ -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);
}