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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7748>
This commit is contained in:
Guillermo E. Martinez 2024-10-22 12:50:36 -06:00 committed by GStreamer Marge Bot
parent fe61bc3cee
commit 1c58b34345

View file

@ -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.