presentation-time: stop referring to Linux/glibc

clock_gettime() has nothing Linux/glibc-specific.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2023-10-30 20:56:24 +01:00
parent 999e443773
commit 87e0ce44f3

View file

@ -97,10 +97,9 @@
presentation interface. The presentation clock does not change presentation interface. The presentation clock does not change
during the lifetime of the client connection. during the lifetime of the client connection.
The clock identifier is platform dependent. On Linux/glibc, The clock identifier is platform dependent. On POSIX platforms, the
the identifier value is one of the clockid_t values accepted identifier value is one of the clockid_t values accepted by
by clock_gettime(). clock_gettime() is defined by clock_gettime(). clock_gettime() is defined by POSIX.1-2001.
POSIX.1-2001.
Timestamps in this clock domain are expressed as tv_sec_hi, Timestamps in this clock domain are expressed as tv_sec_hi,
tv_sec_lo, tv_nsec triples, each component being an unsigned tv_sec_lo, tv_nsec triples, each component being an unsigned