[Bug 770158] element: Add API to more easily posting messages about flowing issues

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 19 22:17:47 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=770158

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #333708|0                           |1
        is obsolete|                            |

--- Comment #3 from Thibault Saunier <tsaunier at gnome.org> ---
Created attachment 333709
  --> https://bugzilla.gnome.org/attachment.cgi?id=333709&action=edit
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.

And make use of it everywhere it makes sense.

API:
    GST_ELEMENT_FLOW_ERROR

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list