[gstreamer-bugs] [Bug 600412] [asfdemux] Wrong handling of downstream GstFlowReturn

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 27 08:59:16 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=600412
  GStreamer | gst-plugins-ugly | git

--- Comment #4 from Edward Hervey <bilboed at gmail.com> 2010-08-27 15:59:13 UTC ---
Created an attachment (id=168912)
 View: https://bugzilla.gnome.org/attachment.cgi?id=168912
 Review: https://bugzilla.gnome.org/review?bug=600412&attachment=168912

asfdemux: Don't error out on non-critical flow returns

Only error out when downstream returns:
* NOT_SUPPORTED
* ERROR
* NOT_NEGOTIATED
* NOT_LINKED

If we got _UNEXPECTED, we push an EOS downstream (since maybe only one
of the streams had gone EOS) and then stop the task silently.

In the case of WRONG_STATE we just need to stop silently

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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