[Bug 796477] codecparsers: mpeg2: Allow parsing start code only packets

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 1 18:24:43 UTC 2018


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

--- Comment #4 from sreerenj <bsreerenj at gmail.com> ---
Without this, the parsed MpegVideoPacket will have a size -1 which indicate
that the incoming buffer doesn't have enough bytes to read. Which is actually
not true. And this will mess up the code in
gst/videoparsers/gstmpegvideoparse.c gst_mpegv_parse_handle_frame().

You can check with the video sample attached in:
https://bugzilla.gnome.org/show_bug.cgi?id=793867

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