[Bug 697841] avidemux deadlocks on file with broken index

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Apr 13 05:34:03 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=697841
  GStreamer | gst-plugins-good | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-13 12:33:56 UTC ---
Could you make the file available?

It didn't "pull an empty buffer", did it? It pulled a chunk with size 0, which
should be possible to just skip, no?

Though to be honest, I'm not sure I understand the entire
gst_avi_demux_stream_scan() function. As I read it, it starts at position 0,
where it reads the RIFF chunk, which is roughly size==filesize-8, and then just
skips to the end instead of indexing the data chunks. Or maybe I'm just
confused.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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