mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
message: clarify some docs
This commit is contained in:
parent
35eeb4864c
commit
d4a9ece0b1
1 changed files with 3 additions and 1 deletions
|
@ -1496,7 +1496,9 @@ gst_message_new_stream_status (GstObject * src, GstStreamStatusType type,
|
|||
* @type: A pointer to hold the status type
|
||||
* @owner: The owner element of the message source
|
||||
*
|
||||
* Extracts the stream status type and owner the GstMessage.
|
||||
* Extracts the stream status type and owner the GstMessage. The returned
|
||||
* owner remains valid for as long as the reference to @message is valid and
|
||||
* should thus not be unreffed.
|
||||
*
|
||||
* Since: 0.10.24.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue