mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
gst/gst.defs: gst_element_post_message: Adding keep-refcount tag to the message since the function will unref it.
Original commit message from CVS: * gst/gst.defs: gst_element_post_message: Adding keep-refcount tag to the message since the function will unref it.
This commit is contained in:
parent
2844e4ebd8
commit
3136c7ef6d
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-04-04 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* gst/gst.defs:
|
||||||
|
gst_element_post_message: Adding keep-refcount tag to the message since
|
||||||
|
the function will unref it.
|
||||||
|
|
||||||
2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089
|
Subproject commit 6f7101e2227975fa8a134358362dd4b55e326b4c
|
|
@ -1185,7 +1185,7 @@
|
||||||
(c-name "gst_element_post_message")
|
(c-name "gst_element_post_message")
|
||||||
(return-type "gboolean")
|
(return-type "gboolean")
|
||||||
(parameters
|
(parameters
|
||||||
'("GstMessage*" "message")
|
'("GstMessage*" "message" (keep-refcount))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue