summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>2013-10-13 21:16:47 -0700
committerReynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>2013-10-24 12:06:01 -0700
commit52810aa6ee1e00c2f7c885ee2bf4f3d6a00cbe50 (patch)
treeeb2ddb35e9415089c64e1fd1d1ac862acf7e14c9
parenteb573901989933820f966b45b1ed44796b9221f5 (diff)
docs: Gram and nit fixes for part-messages.txt
-rw-r--r--docs/design/part-messages.txt21
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/design/part-messages.txt b/docs/design/part-messages.txt
index 171cdabef..0cdded3e2 100644
--- a/docs/design/part-messages.txt
+++ b/docs/design/part-messages.txt
@@ -18,9 +18,9 @@ Message types
GST_MESSAGE_EOS:
- Posted by sink elements. This message is posted to the application when
- all the sinks in a pipeline posted an EOS message. When performing a seek,
- the EOS state of the pipeline and sinks is undone.
+ Posted by sink elements. This message is posted when all the sinks in a
+ pipeline have posted an EOS message. When performing a flushing seek, the
+ EOS state of the pipeline (and hence, its sinks) is resetted.
GST_MESSAGE_ERROR:
@@ -67,11 +67,11 @@ GST_MESSAGE_STEP_DONE:
GST_MESSAGE_CLOCK_PROVIDE:
- An element notifies it capability of providing a clock for the pipeline.
+ An element notifies its capability of providing a clock for the pipeline.
GST_MESSAGE_CLOCK_LOST:
- The current clock as selected by the pipeline became unusable. The pipeline
+ The current clock, as selected by the pipeline, became unusable. The pipeline
will select a new clock on the next PLAYING state change.
GST_MESSAGE_NEW_CLOCK:
@@ -80,16 +80,15 @@ GST_MESSAGE_NEW_CLOCK:
GST_MESSAGE_STRUCTURE_CHANGE:
- The pipeline changed of structure, This means elements were added or removed or
+ The pipeline changed its structure, This means elements were added or removed or
pads were linked or unlinked. This messages is not yet used.
GST_MESSAGE_STREAM_STATUS:
- Posted by an element when it start/stop/pauses a streaming task. It
+ Posted by an element when it starts/stops/pauses a streaming task. It
contains information about the reason why the stream state changed along
with the thread id. The application can use this information to detect
- failures in streaming threads. It can also be used to adjust streaming
- thread priorities by the application.
+ failures in streaming threads and/or to adjust streaming thread priorities.
GST_MESSAGE_APPLICATION:
@@ -98,12 +97,12 @@ GST_MESSAGE_APPLICATION:
GST_MESSAGE_ELEMENT:
- Element-specific message, see the specific element's documentation
+ Element-specific message. See the specific element's documentation
GST_MESSAGE_SEGMENT_START:
An element started playback of a new segment. This message is not forwarded
- the application but is used internally to schedule SEGMENT_DONE messages.
+ to applications but is used internally to schedule SEGMENT_DONE messages.
GST_MESSAGE_SEGMENT_DONE: