mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docs: Gram and nit fixes for part-messages.txt
This commit is contained in:
parent
eb57390198
commit
52810aa6ee
1 changed files with 10 additions and 11 deletions
|
@ -18,9 +18,9 @@ Message types
|
||||||
|
|
||||||
GST_MESSAGE_EOS:
|
GST_MESSAGE_EOS:
|
||||||
|
|
||||||
Posted by sink elements. This message is posted to the application when
|
Posted by sink elements. This message is posted when all the sinks in a
|
||||||
all the sinks in a pipeline posted an EOS message. When performing a seek,
|
pipeline have posted an EOS message. When performing a flushing seek, the
|
||||||
the EOS state of the pipeline and sinks is undone.
|
EOS state of the pipeline (and hence, its sinks) is resetted.
|
||||||
|
|
||||||
GST_MESSAGE_ERROR:
|
GST_MESSAGE_ERROR:
|
||||||
|
|
||||||
|
@ -67,11 +67,11 @@ GST_MESSAGE_STEP_DONE:
|
||||||
|
|
||||||
GST_MESSAGE_CLOCK_PROVIDE:
|
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:
|
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.
|
will select a new clock on the next PLAYING state change.
|
||||||
|
|
||||||
GST_MESSAGE_NEW_CLOCK:
|
GST_MESSAGE_NEW_CLOCK:
|
||||||
|
@ -80,16 +80,15 @@ GST_MESSAGE_NEW_CLOCK:
|
||||||
|
|
||||||
GST_MESSAGE_STRUCTURE_CHANGE:
|
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.
|
pads were linked or unlinked. This messages is not yet used.
|
||||||
|
|
||||||
GST_MESSAGE_STREAM_STATUS:
|
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
|
contains information about the reason why the stream state changed along
|
||||||
with the thread id. The application can use this information to detect
|
with the thread id. The application can use this information to detect
|
||||||
failures in streaming threads. It can also be used to adjust streaming
|
failures in streaming threads and/or to adjust streaming thread priorities.
|
||||||
thread priorities by the application.
|
|
||||||
|
|
||||||
GST_MESSAGE_APPLICATION:
|
GST_MESSAGE_APPLICATION:
|
||||||
|
|
||||||
|
@ -98,12 +97,12 @@ GST_MESSAGE_APPLICATION:
|
||||||
|
|
||||||
GST_MESSAGE_ELEMENT:
|
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:
|
GST_MESSAGE_SEGMENT_START:
|
||||||
|
|
||||||
An element started playback of a new segment. This message is not forwarded
|
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:
|
GST_MESSAGE_SEGMENT_DONE:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue