h264parser: Add a helper method to create and inject raw SEI data
authorSeungha Yang <seungha@centricular.com>
Wed, 25 Mar 2020 08:20:13 +0000 (17:20 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 30 Mar 2020 07:59:10 +0000 (07:59 +0000)
commita1e8109aa80956678a03ffda43b136712c52f488
tree4c5743db649fa719c644874ac81e9ac544f5fc51
parentf94157c9497e6b2fd8390931d474269110a10936
h264parser: Add a helper method to create and inject raw SEI data

Add an API to create raw SEI nal unit. This would be useful in case
an user want to create SEI nal data and inject the SEI nal data
into bitstream.
gst-libs/gst/codecparsers/gsth264parser.c
gst-libs/gst/codecparsers/gsth264parser.h
tests/check/libs/h264parser.c