[Bug 650416] [h264parse] Assertion failure: nal_size >=2

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 18 07:28:34 PDT 2011


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

--- Comment #5 from bens at alum.mit.edu 2011-05-18 14:28:28 UTC ---
(In reply to comment #4)
> it is likely not the best thing to be assert'ing on (and better some data
> sanity check/warning instead).

That sounds like a great idea.  The input file here is straight off an AVCHD
camera, so it's something that gstreamer should probably handle gracefully.  It
looks like the assertion happens right at the end of the file, so perhaps the
camera truncated its output at a non-spec-compliant location.  As it stands,
the assertion prevents me from remuxing the file into a valid output, because
the pipeline gets killed before matroskamux has a chance to finalize the .mkv
file.

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