X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgsttypefind.c;h=c41481058d7576690801b7a5a5b78229eb98a905;hb=4656d18fd5c180f3788562db775cc09cbe63cd64;hp=2bf7faa9468c771198fcd8aab781511578120b23;hpb=4fbd6b6aad7b5789b93bb6bb6e19291fb5596b94;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gsttypefind.c b/gst/gsttypefind.c index 2bf7faa..c414810 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)