h265parser: Add a helper method to create SEI nal unit
authorSeungha Yang <seungha@centricular.com>
Thu, 19 Mar 2020 09:25:18 +0000 (18:25 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 2 Apr 2020 09:20:11 +0000 (09:20 +0000)
commitce09ceb1064ebcb2a5ca96272a94191ca2c1023c
treed0d5e0892f52b23f843eddb769fcbb69de7e4ffa
parent45a1070203a39246a693ce5f0a14f5984ec1df30
h265parser: Add a helper method to create SEI nal unit

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/gsth265parser.c
gst-libs/gst/codecparsers/gsth265parser.h
tests/check/libs/h265parser.c