diff --git a/ChangeLog b/ChangeLog index d6b9ec2312..9ffa816fcf 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 571dce3335..8b37d7ee83 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 571dce3335f9be76978009b3842c050dbb900e6f +Subproject commit 8b37d7ee833fab1d25b484d8574df3dae231b5f2 diff --git a/gst/base.defs b/gst/base.defs index 931facefa3..466e8bceab 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)) ) )