From 1c58b34345450d7e14a83766c64c684eb83ce7d0 Mon Sep 17 00:00:00 2001 From: "Guillermo E. Martinez" Date: Tue, 22 Oct 2024 12:50:36 -0600 Subject: [PATCH] udp: Update documentation for `timeout' property This patch is meant to update the time units description of `timeout' property for the `udpsrc` element from milliseconds to nanoseconds according to the implementation. Part-of: --- subprojects/gst-plugins-good/gst/udp/gstudpsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.