diff --git a/subprojects/gst-plugins-good/gst/udp/gstudpsrc.c b/subprojects/gst-plugins-good/gst/udp/gstudpsrc.c index 428555d252..a5a35817a3 100644 --- a/subprojects/gst-plugins-good/gst/udp/gstudpsrc.c +++ b/subprojects/gst-plugins-good/gst/udp/gstudpsrc.c @@ -71,7 +71,7 @@ * * The message's structure contains one field: * - * * #guint64 `timeout`: the timeout in microseconds that expired when waiting for data. + * * #guint64 `timeout`: the timeout in nanoseconds that expired when waiting for data. * * The message is typically used to detect that no UDP arrives in the receiver * because it is blocked by a firewall.