Skip to content

closedcaption: Add closed caption extractor element for H.264 stream

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

Adding new h264ccextractor element. This element will extract closed caption meta from H.264 stream, and output in display order. For the frame reordering, this element is implemented as a subclass of h264decoder but without actual frame decoding.

Merge request reports