mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
clock: remove documentation link on GTimeVal
Looks like it's been removed from glib.devhelp2 on Fedora 31. Fix #508
This commit is contained in:
parent
4154baedb1
commit
3c6da9325a
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ typedef gpointer GstClockID;
|
|||
* GST_TIMEVAL_TO_TIME:
|
||||
* @tv: the timeval to convert
|
||||
*
|
||||
* Convert a #GTimeVal to a #GstClockTime.
|
||||
* Convert a GTimeVal to a #GstClockTime.
|
||||
*/
|
||||
#define GST_TIMEVAL_TO_TIME(tv) (GstClockTime)((tv).tv_sec * GST_SECOND + (tv).tv_usec * GST_USECOND)
|
||||
|
||||
|
@ -173,7 +173,7 @@ typedef gpointer GstClockID;
|
|||
* @t: The #GstClockTime to convert
|
||||
* @tv: The target timeval
|
||||
*
|
||||
* Convert a #GstClockTime to a #GTimeVal
|
||||
* Convert a #GstClockTime to a GTimeVal
|
||||
*
|
||||
* > on 32-bit systems, a timeval has a range of only 2^32 - 1 seconds,
|
||||
* > which is about 68 years. Expect trouble if you want to schedule stuff
|
||||
|
|
Loading…
Reference in a new issue