mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
pbutils: fix transfer annotation for gst_encoding_profile_set_restriction
This commit is contained in:
parent
5f55ea1ef3
commit
9042efd458
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ gst_encoding_profile_set_presence (GstEncodingProfile * profile, guint presence)
|
|||
/**
|
||||
* gst_encoding_profile_set_restriction:
|
||||
* @profile: a #GstEncodingProfile
|
||||
* @restriction: the restriction to apply
|
||||
* @restriction: (transfer full): the restriction to apply
|
||||
*
|
||||
* Set the restriction #GstCaps to apply before the encoder
|
||||
* that will be used in the profile. See gst_encoding_profile_set_restriction()
|
||||
|
|
Loading…
Reference in a new issue