From d5ae24fe9115815c280477533d9b51d7bfc80053 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 14 Dec 2011 12:28:26 +0000 Subject: [PATCH] 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 --- gst-libs/gst/pbutils/encoding-profile.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 * -- 2.7.4