mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: xref the async messages to GstStateChange
This commit is contained in:
parent
329b786569
commit
dd6a5d81c4
1 changed files with 4 additions and 4 deletions
|
@ -74,11 +74,11 @@ typedef struct _GstMessageClass GstMessageClass;
|
||||||
* @GST_MESSAGE_SEGMENT_START posted a GST_MESSAGE_SEGMENT_DONE message.
|
* @GST_MESSAGE_SEGMENT_START posted a GST_MESSAGE_SEGMENT_DONE message.
|
||||||
* @GST_MESSAGE_DURATION: The duration of a pipeline changed. The application
|
* @GST_MESSAGE_DURATION: The duration of a pipeline changed. The application
|
||||||
* can get the new duration with a duration query.
|
* can get the new duration with a duration query.
|
||||||
* @GST_MESSAGE_ASYNC_START: Posted by elements when they start an ASYNC state
|
* @GST_MESSAGE_ASYNC_START: Posted by elements when they start an ASYNC
|
||||||
* change. This message is not forwarded to the application but is used
|
* #GstStateChange. This message is not forwarded to the application but is used
|
||||||
* internally. Since: 0.10.13.
|
* internally. Since: 0.10.13.
|
||||||
* @GST_MESSAGE_ASYNC_DONE: Posted by elements when they complete an ASYNC state
|
* @GST_MESSAGE_ASYNC_DONE: Posted by elements when they complete an ASYNC
|
||||||
* change. The application will only receive this message from the toplevel
|
* #GstStateChange. The application will only receive this message from the toplevel
|
||||||
* pipeline. Since: 0.10.13
|
* pipeline. Since: 0.10.13
|
||||||
* @GST_MESSAGE_LATENCY: Posted by elements when their latency changes. The
|
* @GST_MESSAGE_LATENCY: Posted by elements when their latency changes. The
|
||||||
* application should recalculate and distribute a new latency. Since: 0.10.12
|
* application should recalculate and distribute a new latency. Since: 0.10.12
|
||||||
|
|
Loading…
Reference in a new issue