GNOME Bugzilla – Bug 797072
discoverer: Consider closedcaption/ as subtitles and improve subtitle caps detection
Last modified: 2018-09-04 13:37:20 UTC
See commit message
Created attachment 373546 [details] [review] discoverer: Consider closedcaption/ as subtitles and improve subtitle caps detection Generally all subtitle/, subpicture/, text/, closedcaption/ and application/x-subtitle caps instead of hardcoding a small set of caps.
Review of attachment 373546 [details] [review]: Makes sense but in the end the caps we get might not match the caps template if you use `_has_prefix`, can't that be a problem?
What template caps? I don't understand what you mean :) For video/audio we also just do a prefix check on audio/ and video/ and image/
Review of attachment 373546 [details] [review]: You are right, nvm :-)
Thanks, pushed then :)