Skip to content

transcriberbin: Add caption-source property

By using this new property, application can select exclusive caption source. There are three source types

  • Both: Inband and transcription captions are combined if exist. This is default behavior.
  • Inband: Transcription buffers will be dropped
  • Transcription: Caption meta of each video buffer will be dropped

In this version, transcriberbin doesn't provide any hint for application to help caption source decision. That can be done by application's strategy, passthrough status or probing inband caption meta for example.

Merge request reports