gst/base.defs: gst_adapter_push steals the refcount.
authorEdward Hervey <bilboed@bilboed.com>
Fri, 8 Feb 2008 08:37:36 +0000 (08:37 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 8 Feb 2008 08:37:36 +0000 (08:37 +0000)
Original commit message from CVS:
* gst/base.defs:
gst_adapter_push steals the refcount.

ChangeLog
common
gst/base.defs

index d6b9ec2..9ffa816 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/common b/common
index 571dce3..8b37d7e 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 571dce3335f9be76978009b3842c050dbb900e6f
+Subproject commit 8b37d7ee833fab1d25b484d8574df3dae231b5f2
index 931face..466e8bc 100644 (file)
@@ -82,7 +82,7 @@
   (c-name "gst_adapter_push")
   (return-type "none")
   (parameters
-    '("GstBuffer*" "buf")
+    '("GstBuffer*" "buf" (keep-refcount))
   )
 )