summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-01-15 18:36:07 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2010-01-15 18:36:43 +0100
commit17c98e3510e16958aa22af175ae315b9ae6ebe1d (patch)
tree9da20dfdce7eb51c330bae3489366aef600547d6
parent888844d57289e8cda932d7ce4d8f5929b85c2b5e (diff)
message: update docs a little
-rw-r--r--gst/gstmessage.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/gst/gstmessage.h b/gst/gstmessage.h
index ff934b6d19..695c02f570 100644
--- a/gst/gstmessage.h
+++ b/gst/gstmessage.h
@@ -34,7 +34,7 @@ typedef struct _GstMessageClass GstMessageClass;
* only receive this message in the PLAYING state and every time it sets a
* pipeline to PLAYING that is in the EOS state. The application can perform a
* flushing seek in the pipeline, which will undo the EOS state again.
- * @GST_MESSAGE_ERROR: an error occured. Whe the application receives an error
+ * @GST_MESSAGE_ERROR: an error occured. When the application receives an error
* message it should stop playback of the pipeline and not assume that more
* data will be played.
* @GST_MESSAGE_WARNING: a warning occured.
@@ -49,14 +49,15 @@ typedef struct _GstMessageClass GstMessageClass;
* @GST_MESSAGE_STATE_CHANGED: a state change happened
* @GST_MESSAGE_STATE_DIRTY: an element changed state in a streaming thread.
* This message is deprecated.
- * @GST_MESSAGE_STEP_DONE: a framestep finished. This message is not yet
- * implemented.
+ * @GST_MESSAGE_STEP_DONE: a stepping operation finished.
* @GST_MESSAGE_CLOCK_PROVIDE: an element notifies its capability of providing
* a clock. This message is used internally and
* never forwarded to the application.
* @GST_MESSAGE_CLOCK_LOST: The current clock as selected by the pipeline became
* unusable. The pipeline will select a new clock on
- * the next PLAYING state change.
+ * the next PLAYING state change. The application
+ * should set the pipeline to PAUSED and back to
+ * PLAYING when this message is received.
* @GST_MESSAGE_NEW_CLOCK: a new clock was selected in the pipeline.
* @GST_MESSAGE_STRUCTURE_CHANGE: the structure of the pipeline changed. This
* message is used internally and never forwarded to the application.
@@ -80,7 +81,7 @@ typedef struct _GstMessageClass GstMessageClass;
* change. 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
- * pipeline will calculate and distribute a new latency. Since: 0.10.12
+ * application should recalculate and distribute a new latency. Since: 0.10.12
* @GST_MESSAGE_REQUEST_STATE: Posted by elements when they want the pipeline to
* change state. This message is a suggestion to the application which can
* decide to perform the state change on (part of) the pipeline. Since: 0.10.23.