From dd6a5d81c408b3802a27907a5defcf1fa9349b5d Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 28 May 2011 09:51:45 +0300 Subject: [PATCH] docs: xref the async messages to GstStateChange --- gst/gstmessage.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gst/gstmessage.h b/gst/gstmessage.h index 0eafac5..757b1d5 100644 --- a/gst/gstmessage.h +++ b/gst/gstmessage.h @@ -74,11 +74,11 @@ typedef struct _GstMessageClass GstMessageClass; * @GST_MESSAGE_SEGMENT_START posted a GST_MESSAGE_SEGMENT_DONE message. * @GST_MESSAGE_DURATION: The duration of a pipeline changed. The application * can get the new duration with a duration query. - * @GST_MESSAGE_ASYNC_START: Posted by elements when they start an ASYNC state - * change. This message is not forwarded to the application but is used + * @GST_MESSAGE_ASYNC_START: Posted by elements when they start an ASYNC + * #GstStateChange. This message is not forwarded to the application but is used * internally. Since: 0.10.13. - * @GST_MESSAGE_ASYNC_DONE: Posted by elements when they complete an ASYNC state - * change. The application will only receive this message from the toplevel + * @GST_MESSAGE_ASYNC_DONE: Posted by elements when they complete an ASYNC + * #GstStateChange. The application will only receive this message from the toplevel * pipeline. Since: 0.10.13 * @GST_MESSAGE_LATENCY: Posted by elements when their latency changes. The * application should recalculate and distribute a new latency. Since: 0.10.12 -- 2.7.4