h264parser: Expose SEI clear function to public
authorSeungha Yang <seungha@centricular.com>
Sun, 22 Mar 2020 04:59:52 +0000 (13:59 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 30 Mar 2020 07:59:10 +0000 (07:59 +0000)
commit5f6884a1c0bb6abe29880c87f9b9a1db25af03d6
tree85aeb9ded7df23d15dac27b42d16903e1636144d
parent429de2c6d89778bdada14216737bd5112fffb144
h264parser: Expose SEI clear function to public

gsth265parser does it already. Although corresponding API of h265parser is
gst_h265_sei_free, _clear suffix is more consistent naming for h264parser
since there are gst_h264_{sps,pps}_clear().
gst-libs/gst/codecparsers/gsth264parser.c
gst-libs/gst/codecparsers/gsth264parser.h