GNOME Bugzilla – Bug 705442
matroskademux: prints warnings on seek
Last modified: 2013-08-08 09:53:50 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.
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