mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
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:
parent
fe61bc3cee
commit
1c58b34345
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue