[Bug 779831] h264parse (baseparse?) fail to pass not-linked upstream sometimes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 17 11:34:38 UTC 2017


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

--- Comment #4 from Jan Schmidt <thaytan at noraisin.net> ---
Created attachment 348166
  --> https://bugzilla.gnome.org/attachment.cgi?id=348166&action=edit
baseparse: Don't forget error returns when processing more

If parsing returns a non-OK flow return in the middle
of processing an input buffer, don't overwrite that
if a later return is OK again - the subclass might
return not-linked in the middle, and then discard
subsequent data without pushing while returning OK.

A later success doesn't invalidate the earlier failure,
but we should continue processing after not-linked, so
as to keep parse state consistent.

-- 
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