From: Edward Hervey Date: Fri, 8 Feb 2008 08:37:36 +0000 (+0000) Subject: gst/base.defs: gst_adapter_push steals the refcount. X-Git-Tag: 1.19.3~485^2~615 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c82ff829e25518cabac1a5bed931f7b6f5520203;p=platform%2Fupstream%2Fgstreamer.git gst/base.defs: gst_adapter_push steals the refcount. Original commit message from CVS: * gst/base.defs: gst_adapter_push steals the refcount. --- 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)) ) )