mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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:
parent
d0a5cb8c01
commit
d5ae24fe91
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue