Skip to content

h264parser: Add an API for AVCDecoderConfigurationRecord parsing

Seungha Yang requested to merge seungha.yang/gstreamer:h264-codec-data into main

AVCDecoderConfigurationRecord (aka avcC data) is being parsed in various places and related codes have been duplicated. This MR adds an API for avcC parsing into h264parser library and it will be used everywhere in -bad

Edited by Seungha Yang

Merge request reports