Skip to content

refactor: capitalize Input classes

Created by: iameli

Current list looks like:

Mist::InputBuffer
Mist::InputEBML
Mist::InputH264
Mist::InputRTSP
Mist::InputSDP
Mist::InputSrt
Mist::inputAAC
Mist::inputAV
Mist::inputBalancer
Mist::inputDTSC
Mist::inputFLAC
Mist::inputFLV
Mist::inputFolder
Mist::inputHLS
Mist::inputISMV
Mist::inputMP3
Mist::inputMP4
Mist::inputOGG
Mist::inputPlaylist
Mist::inputTS
Mist::inputTSRIST
Mist::inputTSSRT

This capitalizes the lower-case ones, which makes them consistent with the various Mist::Output classes and helps me with the single-binary automation.

Merge request reports