From c82ff829e25518cabac1a5bed931f7b6f5520203 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 8 Feb 2008 08:37:36 +0000 Subject: [PATCH] gst/base.defs: gst_adapter_push steals the refcount. Original commit message from CVS: * gst/base.defs: gst_adapter_push steals the refcount. --- ChangeLog | 5 +++++ common | 2 +- gst/base.defs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d6b9ec2..9ffa816 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-08 Edward Hervey + + * gst/base.defs: + gst_adapter_push steals the refcount. + 2008-01-31 Stefan Kost * examples/video-controller.py: diff --git a/common b/common index 571dce3..8b37d7e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 571dce3335f9be76978009b3842c050dbb900e6f +Subproject commit 8b37d7ee833fab1d25b484d8574df3dae231b5f2 diff --git a/gst/base.defs b/gst/base.defs index 931face..466e8bc 100644 --- a/gst/base.defs +++ b/gst/base.defs @@ -82,7 +82,7 @@ (c-name "gst_adapter_push") (return-type "none") (parameters - '("GstBuffer*" "buf") + '("GstBuffer*" "buf" (keep-refcount)) ) ) -- 2.7.4