diff options
-rw-r--r-- | gnl/gnlobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnl/gnlobject.c b/gnl/gnlobject.c index 2c70a5d..956d3ef 100644 --- a/gnl/gnlobject.c +++ b/gnl/gnlobject.c @@ -359,7 +359,7 @@ gnl_object_to_media_time (GnlObject * object, GstClockTime otime, /** * gnl_media_to_object_time: - * @object: + * @object: The #GnlObject * @mediatime: The #GstClockTime we want to convert * @objecttime: A pointer on a #GstClockTime to fill * |