From: Tim-Philipp Müller Date: Wed, 14 Dec 2011 12:28:26 +0000 (+0000) Subject: encoding-profile: add some missing allow-none g-i annotations X-Git-Tag: 1.19.3~511^2~7052 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5ae24fe9115815c280477533d9b51d7bfc80053;p=platform%2Fupstream%2Fgstreamer.git encoding-profile: add some missing allow-none g-i annotations Fix gst_encoding_container_profile_new() annotations. https://bugzilla.gnome.org/show_bug.cgi?id=666096 --- diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index 0e8788f..06b0677 100644 --- a/gst-libs/gst/pbutils/encoding-profile.c +++ b/gst-libs/gst/pbutils/encoding-profile.c @@ -328,8 +328,8 @@ gst_encoding_profile_set_name (GstEncodingProfile * profile, const gchar * name) * @profile: a #GstEncodingProfile * @description: the description to set on the profile * - * Set @description as the given description for the @profile. A copy of @description will be made - * internally. + * Set @description as the given description for the @profile. A copy of + * @description will be made internally. * * Since: 0.10.32 */ @@ -714,8 +714,9 @@ common_creation (GType objtype, GstCaps * format, const gchar * preset, /** * gst_encoding_container_profile_new: - * @name: The name of the container profile, can be %NULL - * @description: The description of the container profile, can be %NULL + * @name: (allow-none): The name of the container profile, can be %NULL + * @description: (allow-none): The description of the container profile, + * can be %NULL * @format: The format to use for this profile * @preset: The preset to use for this profile *