mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
pbutils: fix EncodingContainerProfile.add_profile refcount
This commit is contained in:
parent
b871bd0a9e
commit
f9bc4320e8
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@
|
||||||
(c-name "gst_encoding_container_profile_add_profile")
|
(c-name "gst_encoding_container_profile_add_profile")
|
||||||
(return-type "gboolean")
|
(return-type "gboolean")
|
||||||
(parameters
|
(parameters
|
||||||
'("GstEncodingProfile*" "profile")
|
'("GstEncodingProfile*" "profile" (keep-refcount))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue