mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
Move comment.
Original commit message from CVS: (gst_udpsrc_create): Move comment.
This commit is contained in:
parent
e84b50dd51
commit
14e8166740
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue