[Bug 674202] [videoparsers] MPEG 2 video parser does not split in complete frame

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 21 06:15:26 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=674202
  GStreamer | gst-plugins-bad | 0.10.x

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mnauw at users.sourceforge.net

--- Comment #6 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2012-05-21 13:15:23 UTC ---
I don't think that #672701 has to do with this.

However, it more seems like most of the parsing code in _check_valid_frame
expects the frame to start at offset 0, but I don't see anything that actually
enforces that (like skipping to the first start code).  That could lead to all
sorts of confusion and initial broken frame stuff, particularly following a
seek which is likely to end up at a non-startcode position (contrary to normal
sequential scan).

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