GNOME Bugzilla – Bug 659942
h264parse eats data
Last modified: 2011-09-24 21:48:29 UTC
Hi. AFAIK the parser should not alter the data. Attached is the video stream. Every time you pass it through the legacyh264parse, it becomes shorter. What could be the reason of that? Since it happens not just once, but every time you feed the already parsed data, I guess this is a bug.
It is here: ftp://netflow.sbras.ru/stsp/tst/vid.es
Please try with h264parse, we're not really interested in debugging legacyh264parse and may in fact remove it any second now.
Much better. New parser eats data only on the first invocation, and only something like 600 bytes. Subsequent invocs do not eat data at all, which is good. Is it still the bug with the first invocation?
No. Invalid and/or early data is dropped, as well as any partial frames at the end.