After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 745143 - baseparse: Don't emit errors on EOS if we saw GAP events
baseparse: Don't emit errors on EOS if we saw GAP events
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-25 07:27 UTC by Edward Hervey
Modified: 2015-02-26 10:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
baseparse: Don't emit errors on EOS if we saw GAP events (2.27 KB, patch)
2015-02-26 06:52 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2015-02-25 07:27:50 UTC
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.
Comment 1 Edward Hervey 2015-02-26 06:52:12 UTC
Created attachment 297948 [details] [review]
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.
Comment 2 Edward Hervey 2015-02-26 10:23:04 UTC
commit c1d2254b23c1ca631c28ebe14dea2f0e1c9bc1a2
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Wed Oct 22 16:43:43 2014 +0200

    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