summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 cb6ee55d0..e0b3f7f12 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -68,7 +68,7 @@
* If the #GstUDPSrc:timeout property is set to a value bigger than 0, udpsrc
* will generate an element message named `GstUDPSrcTimeout`
* if no data was received in the given timeout.
- *
+ *
* The message's structure contains one field:
*
* * #guint64 `timeout`: the timeout in microseconds that expired when waiting for data.