gst/base.defs: gst_adapter_push steals the refcount.

Original commit message from CVS:
* gst/base.defs:
gst_adapter_push steals the refcount.
This commit is contained in:
Edward Hervey 2008-02-08 08:37:36 +00:00
parent 98211a80e9
commit c82ff829e2
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-02-08 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/base.defs:
gst_adapter_push steals the refcount.
2008-01-31 Stefan Kost <ensonic@users.sf.net>
* examples/video-controller.py:

2
common

@ -1 +1 @@
Subproject commit 571dce3335f9be76978009b3842c050dbb900e6f
Subproject commit 8b37d7ee833fab1d25b484d8574df3dae231b5f2

View file

@ -82,7 +82,7 @@
(c-name "gst_adapter_push")
(return-type "none")
(parameters
'("GstBuffer*" "buf")
'("GstBuffer*" "buf" (keep-refcount))
)
)