decoder: h264: cope with new gst_h264_parser_parse_sei() interface.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 21 Mar 2014 14:15:37 +0000 (15:15 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 18 Apr 2014 17:37:16 +0000 (19:37 +0200)
commit450092e37115199867892520b3c1eddeeb101ce7
treefdccaa8f1cf262b13aee3648c56e51f3b136c580
parent095ac1b378e7902e4e9d7faccb9971d1ae065b54
decoder: h264: cope with new gst_h264_parser_parse_sei() interface.

The gst_h264_parse_parse_sei() function now returns an array of SEI
messages, instead of a single SEI message. Reason: it is allowed to
have several SEI messages packed into a single SEI NAL unit, instead
of multiple NAL units.
gst-libs/gst/vaapi/gstvaapidecoder_h264.c