encoding-profile: add some missing allow-none g-i annotations
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 14 Dec 2011 12:28:26 +0000 (12:28 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 14 Dec 2011 12:28:26 +0000 (12:28 +0000)
Fix gst_encoding_container_profile_new() annotations.

https://bugzilla.gnome.org/show_bug.cgi?id=666096

gst-libs/gst/pbutils/encoding-profile.c

index 0e8788f..06b0677 100644 (file)
@@ -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
  *