summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2012-09-11 19:28:55 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2013-05-25 16:31:13 -0400
commitc1d9010478766fd0c9a6864f74ca38f12e102af9 (patch)
tree07a035588846ec1cb4300bed5e8aaf99c193a690
parentb0d1f4e05b34d84021d4058b6546c3427be22466 (diff)
doc: Add missing description
-rw-r--r--gnl/gnlobject.c2
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
*