docs: GST_MESSAGE_STREAM_STATUS is implemented nowadays.

Docs were still mention it as "not yet implemented".
This commit is contained in:
Stefan Kost 2009-09-14 14:07:55 +03:00
parent 3c1f41ee7d
commit 4d472935a6

View file

@ -61,7 +61,7 @@ typedef struct _GstMessageClass GstMessageClass;
* @GST_MESSAGE_STRUCTURE_CHANGE: the structure of the pipeline changed. This
* message is used internally and never forwarded to the application.
* @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
* via an application-specific element.
* @GST_MESSAGE_ELEMENT: element-specific message, see the specific element's