Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer
Commits
8995a455
Commit
8995a455
authored
Apr 02, 2009
by
Thomas Vander Stichele
Browse files
docs: explain ref ownership for handle_message implementations
parent
39332966
Changes
1
Show whitespace changes
Inline
Side-by-side
gst/gstbin.h
View file @
8995a455
...
...
@@ -130,8 +130,9 @@ struct _GstBin {
* Subclasses can override the @add_element and @remove_element to
* update the list of children in the bin.
*
* The @handle_message method can be overriden to implement custom
* message handling.
* The @handle_message method can be overridden to implement custom
* message handling. @handle_message takes ownership of the message, just like
* #gst_element_post_message.
*/
struct
_GstBinClass
{
GstElementClass
parent_class
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment