rtsp: Fix typo which broke the build
authorEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 17 May 2011 08:20:36 +0000 (10:20 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 17 May 2011 08:20:36 +0000 (10:20 +0200)
gst-libs/gst/rtsp/gstrtspconnection.c

index c26c960..3e29efb 100644 (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);
   }