pbutils: fix EncodingContainerProfile.add_profile refcount

This commit is contained in:
Alessandro Decina 2011-12-29 16:02:29 +01:00
parent b871bd0a9e
commit f9bc4320e8

View file

@ -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))
) )
) )