[Bug 654666] mpeg4videoparse from git: "No valid frames found before end of stream" in 1280x1024

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 18 03:43:24 PDT 2011


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

--- Comment #5 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-08-18 10:43:21 UTC ---
Created an attachment (id=194117)
 View: https://bugzilla.gnome.org/attachment.cgi?id=194117
 Review: https://bugzilla.gnome.org/review?bug=654666&attachment=194117

mpeg4videoparse: fix number of bytes read for fixed time increment

The spec I found says "16 bits".
The existing code used log2(somevalue)+1.
ffmpeg uses log2(somevalue-1)+1.
The code now uses log2(somevalue-1)+1, and this makes it work with
some sample video without breaking another sample.
Now, I'm far from certain I've got the right spec, I found it by
searching the internet, so...

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