diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2012-09-11 19:28:55 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2013-05-25 16:31:13 -0400 |
commit | c1d9010478766fd0c9a6864f74ca38f12e102af9 (patch) | |
tree | 07a035588846ec1cb4300bed5e8aaf99c193a690 | |
parent | b0d1f4e05b34d84021d4058b6546c3427be22466 (diff) |
doc: Add missing description
-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 * |