docs: Document the new 'redirect-location' error message detail field
authorThibault Saunier <tsaunier@igalia.com>
Tue, 3 Sep 2019 21:14:49 +0000 (17:14 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 6 Jan 2020 20:47:40 +0000 (17:47 -0300)
gst/gstmessage.h

index 69013e853d24b4065eb93cc38a7b8bf54e1ebb39..3b321b919e585cefee92b1f482662f747b9c1311 100644 (file)
@@ -37,7 +37,9 @@ typedef struct _GstMessage GstMessage;
  * flushing seek in the pipeline, which will undo the EOS state again.
  * @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
- * 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_INFO: an info message occurred
  * @GST_MESSAGE_TAG: a tag was found.