mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
docs: explain ref ownership for handle_message implementations
This commit is contained in:
parent
3933296685
commit
8995a45593
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue