[Bug 774566] matroskaparse: error out on last buffer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 18 18:20:35 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=774566

--- Comment #19 from Nicola <lists at svrinformatica.it> ---
gboolean is_resyncing =
          (parse->common.state == GST_MATROSKA_READ_STATE_SCANNING
          && parse->common.start_resync_offset > 0);

must be changed to

gboolean is_resyncing =
          (parse->common.state == GST_MATROSKA_READ_STATE_SCANNING
          && parse->common.start_resync_offset != -1);

please let me known if other modifications are required, works fine with my
test file,

for now is untested an mkv file with invalid data in the middle (between two
clusters)

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