summaryrefslogtreecommitdiff
path: root/gst/gsttypefind.c
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2013-07-03 13:03:49 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2013-07-03 14:25:07 -0400
commit4656d18fd5c180f3788562db775cc09cbe63cd64 (patch)
treee183b41c265c8f9ad35cfe39748a66caf76a2b45 /gst/gsttypefind.c
parent4fbd6b6aad7b5789b93bb6bb6e19291fb5596b94 (diff)
downloadgstreamer-4656d18fd5c180f3788562db775cc09cbe63cd64.tar.gz
Add few missing allow-none annotation
Diffstat (limited to 'gst/gsttypefind.c')
-rw-r--r--gst/gsttypefind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gsttypefind.c b/gst/gsttypefind.c
index 2bf7faa946..c41481058d 100644
--- a/gst/gsttypefind.c
+++ b/gst/gsttypefind.c
@@ -42,7 +42,7 @@ G_DEFINE_POINTER_TYPE (GstTypeFind, gst_type_find);
/**
* gst_type_find_register:
- * @plugin: A #GstPlugin, or NULL for a static typefind function
+ * @plugin: (allow-none): A #GstPlugin, or NULL for a static typefind function
* @name: The name for registering
* @rank: The rank (or importance) of this typefind function
* @func: The #GstTypeFindFunction to use
@@ -159,7 +159,7 @@ gst_type_find_suggest (GstTypeFind * find, guint probability, GstCaps * caps)
* @find: The #GstTypeFind object the function was called with
* @probability: The probability in percent that the suggestion is right
* @media_type: the media type of the suggested caps
- * @fieldname: first field of the suggested caps, or NULL
+ * @fieldname: (allow-none): first field of the suggested caps, or NULL
* @...: additional arguments to the suggested caps in the same format as the
* arguments passed to gst_structure_new() (ie. triplets of field name,
* field GType and field value)