summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-11-16 11:02:24 +0000
committerAndy Wingo <wingo@pobox.com>2005-11-16 11:02:24 +0000
commit14e816674053a610aaf5d51831b70138c6d159bd (patch)
tree11acbd9dc8d53e5c5a5739263e3c028f51cd1525 /gst
parente84b50dd5151739108e066e722153295543b9a82 (diff)
Move comment.
Original commit message from CVS: (gst_udpsrc_create): Move comment.
Diffstat (limited to 'gst')
-rw-r--r--gst/udp/gstudpsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index 30b4b1d9..3101e030 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;