From 66016eedc767dd4f0ca80a41e80b18ac2c6cbf1c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 17 May 2011 10:20:36 +0200 Subject: [PATCH] rtsp: Fix typo which broke the build --- gst-libs/gst/rtsp/gstrtspconnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index c26c960a26..3e29efb280 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -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); }