GNOME Bugzilla – Bug 674917
mpeg4 codec parser typo caused screen mess to decoder
Last modified: 2012-05-01 09:04:11 UTC
Created attachment 212925 [details] [review] mpeg4 codecparser patch Mpeg4 codec parser(gst-libs/gst/codecparsers/gstmpeg4parser.c) has typo error which may cause wrong GstMpeg4Packet offset/size when "vop->fcode_forward = 5"; The typo was in function "compute_resync_marker_size". It may happened in all plantform and may cause screen mess to some decoders. There's a patch attached to fix this issue. Please help review.
commit cd001d7b8e1857f45331778ee85967077a6d0405 Author: Wind Yuan <feng.yuan@intel.com> Date: Thu Apr 26 22:49:07 2012 -0400 codecparser: mpeg4 type error