Improve the docs for gst_clock_id_wait_async().
authorStefan Kost <ensonic@users.sf.net>
Tue, 27 Jan 2009 21:14:49 +0000 (23:14 +0200)
committerStefan Kost <ensonic@users.sf.net>
Tue, 27 Jan 2009 21:14:49 +0000 (23:14 +0200)
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

index c32107252a7d9d58e6a8d006724bbd9b731725f8..a795c062a1299f3fa96bb6deb83e5868ba8b1e08 100644 (file)
@@ -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.