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

Add a CLI parameter to deactivate gtkglsink on linux #121

Closed fengalin closed 6 years ago

fengalin commented 6 years ago

gtkglsink on linux is broken with some drivers, which is the case for my setups so I discarded it. It would be valuable for other systems, so a CLI parameter could allow deactivating it when it raises issues. When I implement preferences, this could be a persistent application parameter.

On macOS, it seems to be working, so gtkglsink could be activated all the time.