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
This commit is contained in:
Tim-Philipp Müller 2011-12-14 12:28:26 +00:00
parent d0a5cb8c01
commit d5ae24fe91

View file

@ -328,8 +328,8 @@ gst_encoding_profile_set_name (GstEncodingProfile * profile, const gchar * name)
* @profile: a #GstEncodingProfile * @profile: a #GstEncodingProfile
* @description: the description to set on the profile * @description: the description to set on the profile
* *
* Set @description as the given description for the @profile. A copy of @description will be made * Set @description as the given description for the @profile. A copy of
* internally. * @description will be made internally.
* *
* Since: 0.10.32 * Since: 0.10.32
*/ */
@ -714,8 +714,9 @@ common_creation (GType objtype, GstCaps * format, const gchar * preset,
/** /**
* gst_encoding_container_profile_new: * gst_encoding_container_profile_new:
* @name: The name of the container profile, can be %NULL * @name: (allow-none): The name of the container profile, can be %NULL
* @description: The description 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 * @format: The format to use for this profile
* @preset: The preset to use for this profile * @preset: The preset to use for this profile
* *