Move comment.
authorAndy Wingo <wingo@pobox.com>
Wed, 16 Nov 2005 11:02:24 +0000 (11:02 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 16 Nov 2005 11:02:24 +0000 (11:02 +0000)
Original commit message from CVS:
(gst_udpsrc_create): Move comment.

ChangeLog
gst/udp/gstudpsrc.c

index c905299..ef25542 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2005-11-16  Andy Wingo  <wingo@pobox.com>
 
        * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
+       (gst_udpsrc_create): Move comment.
 
 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
 
index 30b4b1d..3101e03 100644 (file)
@@ -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;