summaryrefslogtreecommitdiff
path: root/gst/base.defs
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-02-08 08:37:36 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-02-08 08:37:36 +0000
commitc82ff829e25518cabac1a5bed931f7b6f5520203 (patch)
tree6641b2a49365440c1efb695073f0037de5018e53 /gst/base.defs
parent98211a80e9edfc9ceb18535698204753b7e6585a (diff)
gst/base.defs: gst_adapter_push steals the refcount.
Original commit message from CVS: * gst/base.defs: gst_adapter_push steals the refcount.
Diffstat (limited to 'gst/base.defs')
-rw-r--r--gst/base.defs2
1 files changed, 1 insertions, 1 deletions
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))
)
)