summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2016-08-23 13:27:20 -0300
committerThibault Saunier <tsaunier@gnome.org>2016-08-27 09:33:20 -0300
commitda73b89200bdfbcae6fa75e9d2a41f9a9d2a6bbb (patch)
treec5c017acefe25045d8c40627913a686402740c14 /docs
parent22b892b44f5005d7af8d50df313e759bfdb1acd0 (diff)
element: Add API to more easily post messages about flowing issues
In many parts of the code we raise streaming error when the flow goes wrong, and each time we create more or less similare error message. Also that message does not let the application know what has actually gone wrong. In the new API we add a "flow-return" detail field inside the GstMessage so that the application has all the information if it needs it. API: GST_ELEMENT_FLOW_ERROR https://bugzilla.gnome.org/show_bug.cgi?id=770158
Diffstat (limited to 'docs')
-rw-r--r--docs/gst/gstreamer-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index cefddf40be..935515577f 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -815,6 +815,7 @@ GST_ELEMENT_PADS
GST_ELEMENT_START_TIME
GST_ELEMENT_ERROR
GST_ELEMENT_ERROR_WITH_DETAILS
+GST_ELEMENT_FLOW_ERROR
GST_ELEMENT_WARNING
GST_ELEMENT_WARNING_WITH_DETAILS
GST_ELEMENT_INFO