tests: h264parser: add test to identify EOSEQ / EOS NALs.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 1 Jul 2014 14:54:00 +0000 (16:54 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 1 Jul 2014 14:54:44 +0000 (16:54 +0200)
commit1a455c25cd2328143d2aa87d9ab0cb61035fd511
tree2891170f7705cf5e9d9dce017e49d735a15da201
parent804c0ac27bb011dc3e4a62b547c7cbed34666612
tests: h264parser: add test to identify EOSEQ / EOS NALs.

Check that end_of_seq() [EOSEQ] and end_of_stream [EOS] NAL units
are correctly parsed and the reported NAL unit size yields 1 byte,
i.e. the only NalHeaderBytes in there.

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

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
tests/check/libs/h264parser.c