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:
Edward Hervey 2006-04-04 16:16:46 +00:00
parent 2844e4ebd8
commit 3136c7ef6d
3 changed files with 8 additions and 2 deletions

View file

@ -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>
* configure.ac:

2
common

@ -1 +1 @@
Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089
Subproject commit 6f7101e2227975fa8a134358362dd4b55e326b4c

View file

@ -1185,7 +1185,7 @@
(c-name "gst_element_post_message")
(return-type "gboolean")
(parameters
'("GstMessage*" "message")
'("GstMessage*" "message" (keep-refcount))
)
)