<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font size="-1">Hi all,<br>
<br>
testing the new GStreamer release I found what it seems a little
bug in mpeg4videoparse code.<br>
<br>
In particular in source file
gst-libs/gst/codecparsers/gstmpeg4parser.c at line 1017 a marker
bit is expected, while ISO standard does not specify a marker bit
at that stream position. This prevents the parser to go on and of
course to get the rest of the information needed (width, height,
etc.).<br>
<br>
Just commenting that line fixes the problem, though a little after
the parser complains on quantization matrix: at a first glance
everything seems OK, but I'm not an expert on MPEG4 syntax, so I
think a check is needed, that's why I preferred to write in the
mailing list instead of directly committing the fix.<br>
<br>
Many thanks for your attention,<br>
<br>
Matteo<br>
<br>
<br>
</font>
</body>
</html>