From: Gwenole Beauchesne Date: Fri, 21 Mar 2014 14:09:14 +0000 (+0100) Subject: codecparsers: update to gst-vaapi-branch commit 8fadf40. X-Git-Tag: 1.19.3~503^2~2197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=100f56eedf32c3a780b9d9f0e09435aad2912bd6;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/ext/codecparsers b/ext/codecparsers index e7d0e18..98dee13 160000 --- a/ext/codecparsers +++ b/ext/codecparsers @@ -1 +1 @@ -Subproject commit e7d0e18bc3f3a2db119a03430a833047e1cc10d4 +Subproject commit 98dee1322049fe172b0bd90d3143e0d6a29d3fd4 diff --git a/gst-libs/gst/codecparsers/Makefile.am b/gst-libs/gst/codecparsers/Makefile.am index c0581e3..1da2217 100644 --- a/gst-libs/gst/codecparsers/Makefile.am +++ b/gst-libs/gst/codecparsers/Makefile.am @@ -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