diff --git a/ChangeLog b/ChangeLog index c905299d22..ef25542048 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2005-11-16 Andy Wingo * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro. + (gst_udpsrc_create): Move comment. 2005-11-15 Vincent Torri diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 30b4b1d9a2..3101e03042 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -218,8 +218,8 @@ gst_udpsrc_create (GstPushSrc * psrc, GstBuffer ** buf) else try_again = TRUE; } else { - /* got control message */ if (FD_ISSET (READ_SOCKET (udpsrc), &read_fds)) { + /* got control message */ while (TRUE) { gchar command; int res;