codecparsers: update to gst-vaapi-branch commit 8fadf40.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 21 Mar 2014 14:09:14 +0000 (15:09 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 18 Apr 2014 17:25:02 +0000 (19:25 +0200)
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

ext/codecparsers
gst-libs/gst/codecparsers/Makefile.am

index e7d0e18..98dee13 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e7d0e18bc3f3a2db119a03430a833047e1cc10d4
+Subproject commit 98dee1322049fe172b0bd90d3143e0d6a29d3fd4
index c0581e3..1da2217 100644 (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