codecparsers: update to gst-vaapi-branch commit 8fadf40.

8fadf40 h264: Fix multiple SEI messages in one SEI RBSP parsing.
644825f h265: remove trailling 0x00 bytes as the spec doesn't allow them
95f9f0f h264: remove trailling 0x00 bytes as the spec doesn't allow them
766007b h265: Initialize pointer correctly that is never assigned but freed in error cases
8ec5816 h265: Fix segfault when parsing HRD parameter
5b1730f h265: Fix segfault when parsing VPS
983b7f7 h265: prevent to overrun chroma_weight_l0_flag
7ba641d h265: Fix debug output
d9f9f9b h264: not all startcodes should have 3-byte 0 prefix
This commit is contained in:
Gwenole Beauchesne 2014-03-21 15:09:14 +01:00
parent e52d394b9e
commit 100f56eedf
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit e7d0e18bc3f3a2db119a03430a833047e1cc10d4
Subproject commit 98dee1322049fe172b0bd90d3143e0d6a29d3fd4

View file

@ -18,8 +18,8 @@ libgstvaapi_codecparsers_libs = \
$(GST_LIBS) \
$(NULL)
gen_source_c = parserutils.c
gen_source_h = parserutils.h
gen_source_c = parserutils.c nalutils.c
gen_source_h = parserutils.h nalutils.h
# Always build VC-1 and MPEG-4 parsers for now
gen_source_c += gstvc1parser.c gstmpeg4parser.c