[gstreamer-bugs] [Bug 623063] [jpegdec] add "max-errors" property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 16 14:42:43 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623063
  GStreamer | gst-plugins-good | 0.10.22

--- Comment #9 from David Hoyt <dhoyt at llnl.gov> 2010-08-16 21:42:38 UTC ---
> >      case GST_STATE_CHANGE_READY_TO_PAUSED:
> > +      dec->max_error_count = dec->max_errors;
> > 
> > Elsewhere we're setting the error count to zero when good frames come in. This
> > just ensures that the error count is capped at every ready -> paused transition
> > (in case you had more than max_errors before the pipeline was able to
> > shutdown).
> 
> I'm not sure I understand this. The question for me is basically: does this
> work if the very first frame is broken, but all consecutive frames are fine? (I
> think not?)


It should work just fine b/c the counter is reset (e.g. on line 946) before it
checks this value.

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