From 35312121cfaf76484b471c8f692ddac1273efa75 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 27 Jan 2009 23:14:49 +0200 Subject: [PATCH] Improve the docs for gst_clock_id_wait_async(). Its mentioned in the section docs, but lets repeat at the function docs that the callback can be invoked from any thread. --- gst/gstclock.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/gstclock.c b/gst/gstclock.c index c32107252a..a795c062a1 100644 --- a/gst/gstclock.c +++ b/gst/gstclock.c @@ -445,6 +445,9 @@ not_supported: * with a time set to GST_CLOCK_TIME_NONE. The callback will * be called when the time of @id has been reached. * + * The callback @func can be invoked from any thread, either provided by the + * core or from a streaming thread. The application should be prepared for this. + * * Returns: the result of the non blocking wait. * * MT safe. -- 2.34.1