baseparse: Don't emit errors on EOS if we saw GAP events
authorEdward Hervey <bilboed@bilboed.com>
Wed, 22 Oct 2014 14:43:43 +0000 (16:43 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 26 Feb 2015 06:52:05 +0000 (07:52 +0100)
commitc1d2254b23c1ca631c28ebe14dea2f0e1c9bc1a2
treebab9c81a7a08ea54febd57d1e64a4a2183d3ba43
parent075def0f9771dd89503808e7d18f0569f7a76690
baseparse: Don't emit errors on EOS if we saw GAP events

If we saw GAP events (meaning the streams is advancing) before we get
EOS, we should not post an ERROR, since it is not fatal.

https://bugzilla.gnome.org/show_bug.cgi?id=745143
libs/gst/base/gstbaseparse.c