mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
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:
parent
98211a80e9
commit
c82ff829e2
3 changed files with 7 additions and 2 deletions
|
@ -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
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 571dce3335f9be76978009b3842c050dbb900e6f
|
||||
Subproject commit 8b37d7ee833fab1d25b484d8574df3dae231b5f2
|
|
@ -82,7 +82,7 @@
|
|||
(c-name "gst_adapter_push")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("GstBuffer*" "buf")
|
||||
'("GstBuffer*" "buf" (keep-refcount))
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue