fengalin / media-toc

Build a table of contents from a media file or split a media file into chapters
MIT License
73 stars 3 forks source link

Refactor PlaybackPipeline states #138

Closed fengalin closed 5 years ago

fengalin commented 5 years ago

PlaybackPipeline state handling could be enhanced:

fengalin commented 5 years ago

DblAudioBuffer and SampleExtractor both use gst::State which doesn't include EOS, so let's just use Playing and Paused for now.