mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
docs: Document the new 'redirect-location' error message detail field
This commit is contained in:
parent
19b28788cf
commit
20301a8820
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ typedef struct _GstMessage GstMessage;
|
||||||
* flushing seek in the pipeline, which will undo the EOS state again.
|
* flushing seek in the pipeline, which will undo the EOS state again.
|
||||||
* @GST_MESSAGE_ERROR: an error occurred. When the application receives an error
|
* @GST_MESSAGE_ERROR: an error occurred. When the application receives an error
|
||||||
* message it should stop playback of the pipeline and not assume that more
|
* message it should stop playback of the pipeline and not assume that more
|
||||||
* data will be played.
|
* data will be played. It is possible to specify a redirection url to the error
|
||||||
|
* messages by setting a `redirect-location` field into the error message, application
|
||||||
|
* or high level bins might use the information as required.
|
||||||
* @GST_MESSAGE_WARNING: a warning occurred.
|
* @GST_MESSAGE_WARNING: a warning occurred.
|
||||||
* @GST_MESSAGE_INFO: an info message occurred
|
* @GST_MESSAGE_INFO: an info message occurred
|
||||||
* @GST_MESSAGE_TAG: a tag was found.
|
* @GST_MESSAGE_TAG: a tag was found.
|
||||||
|
|
Loading…
Reference in a new issue