diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2002-11-08 01:29:11 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2002-11-08 01:29:11 +0000 |
commit | 7b3955e369d28b08a338b93ec8ed62631046e74e (patch) | |
tree | 1bd7d17cdb16692a41289dc2515ab4615ea351ce /gst/udp/gstudpsrc.c | |
parent | 7da598dde5793000536a27b9f9aad537069c3ac6 (diff) |
Trying to make udp plugins work
Original commit message from CVS:
Trying to make udp plugins work
Diffstat (limited to 'gst/udp/gstudpsrc.c')
-rw-r--r-- | gst/udp/gstudpsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 39541f70..2de4b266 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -266,7 +266,7 @@ gst_udpsrc_init_receive (GstUDPSrc *src) fcntl (src->control_sock, F_SETFL, O_NONBLOCK); GST_FLAG_SET (src, GST_UDPSRC_OPEN); - + return TRUE; } |