gst-python: pbutils: fix EncodingContainerProfile.add_profile refcount

Tim Müller tpm at kemper.freedesktop.org
Wed Apr 11 02:30:16 PDT 2012


Module: gst-python
Branch: master
Commit: f9bc4320e86bbc9d27a61a6a92a7e60970f09285
URL:    http://cgit.freedesktop.org/gstreamer/gst-python/commit/?id=f9bc4320e86bbc9d27a61a6a92a7e60970f09285

Author: Alessandro Decina <alessandro.d at gmail.com>
Date:   Thu Dec 29 16:02:29 2011 +0100

pbutils: fix EncodingContainerProfile.add_profile refcount

---

 gst/pbutils.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/pbutils.defs b/gst/pbutils.defs
index a662eaf..4f25dbd 100644
--- a/gst/pbutils.defs
+++ b/gst/pbutils.defs
@@ -463,7 +463,7 @@
   (c-name "gst_encoding_container_profile_add_profile")
   (return-type "gboolean")
   (parameters
-    '("GstEncodingProfile*" "profile")
+    '("GstEncodingProfile*" "profile" (keep-refcount))
   )
 )
 



More information about the gstreamer-commits mailing list