assrender: Support RFC8081 mime types
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / ext / assrender / gstassrender.c
index 9210555..f1639ff 100644 (file)
@@ -1554,7 +1554,11 @@ gst_ass_render_handle_tag_sample (GstAssRender * render, GstSample * sample)
     "application/x-font-ttf",
     "application/x-font-otf",
     "application/x-truetype-font",
-    "application/vnd.ms-opentype"
+    "application/vnd.ms-opentype",
+    "font/ttf",
+    "font/otf",
+    "font/sfnt",
+    "font/collection"
   };
   static const gchar *extensions[] = {
     ".otf",