summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>2021-05-07 11:16:21 +0200
committerTim-Philipp Müller <tim@centricular.com>2021-05-14 17:13:16 +0100
commit9c6e4ba3d00b8419bbf34be40338e70d8c1ac6f6 (patch)
tree7222cc9781bed85f22194a4cb913c0371623a15b
parent097a72e81faaf8549fcd1e89aa9a899818df28cf (diff)
downloadgstreamer-plugins-good-9c6e4ba3d00b8419bbf34be40338e70d8c1ac6f6.tar.gz
udpsrc: Whitespace
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/986>
-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 6aab24a69..b8dcd31af 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.