mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
docs: GST_MESSAGE_STREAM_STATUS is implemented nowadays.
Docs were still mention it as "not yet implemented".
This commit is contained in:
parent
3c1f41ee7d
commit
4d472935a6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ typedef struct _GstMessageClass GstMessageClass;
|
||||||
* @GST_MESSAGE_STRUCTURE_CHANGE: the structure of the pipeline changed. This
|
* @GST_MESSAGE_STRUCTURE_CHANGE: the structure of the pipeline changed. This
|
||||||
* message is used internally and never forwarded to the application.
|
* message is used internally and never forwarded to the application.
|
||||||
* @GST_MESSAGE_STREAM_STATUS: status about a stream, emitted when it starts,
|
* @GST_MESSAGE_STREAM_STATUS: status about a stream, emitted when it starts,
|
||||||
* stops, errors, etc.. Not implemented yet.
|
* stops, errors, etc..
|
||||||
* @GST_MESSAGE_APPLICATION: message posted by the application, possibly
|
* @GST_MESSAGE_APPLICATION: message posted by the application, possibly
|
||||||
* via an application-specific element.
|
* via an application-specific element.
|
||||||
* @GST_MESSAGE_ELEMENT: element-specific message, see the specific element's
|
* @GST_MESSAGE_ELEMENT: element-specific message, see the specific element's
|
||||||
|
|
Loading…
Reference in a new issue