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 705442 - matroskademux: prints warnings on seek
matroskademux: prints warnings on seek
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-04 09:51 UTC by Matej Knopp
Modified: 2013-08-08 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matej Knopp 2013-08-04 09:51:38 UTC
I have these warnings in log

11:45:49 WARN  gst.ebmlread ebml-read.c:140 - - - - - - - - - - peek failed, ret = -2
11:45:49 WARN  gst.matroskademux matroska-demux.c:4044  - - - - parse error, trying next cluster expected at 4542118
11:45:49 WARN  gst.ebmlread ebml-read.c:140 - - - - - - - - - - peek failed, ret = -2
11:45:49 WARN  gst.matroskademux matroska-demux.c:4054  - - - - parse error, looking for next cluster
11:45:49 WARN  gst.ebmlread ebml-read.c:140 - - - - - - - - - - peek failed, ret = -2

it happens during seek (when generating thumbnails). Is it unexpected to get GST_FLOW_FLUSHING there? If this is normal behavior then perhaps the result should be handled and not print warning.
Comment 1 Sebastian Dröge (slomo) 2013-08-08 09:53:50 UTC
commit 9863e088398bd1ef762ca531b68714c27b6e3d38
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Thu Aug 8 11:51:17 2013 +0200

    matroskademux: Don't print warnings during flushing and stop as soon as possible
    
    https://bugzilla.gnome.org//show_bug.cgi?id=705442