[gthumb] recognize the asf mime type as a video format



commit f3ed718e359a878d3a2ed987e494b3ef810e3e48
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Apr 30 07:25:55 2018 +0200

    recognize the asf mime type as a video format

 gthumb/glib-utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/glib-utils.c b/gthumb/glib-utils.c
index 8dcf033..d09c5a7 100644
--- a/gthumb/glib-utils.c
+++ b/gthumb/glib-utils.c
@@ -3142,6 +3142,7 @@ _g_mime_type_is_video (const char *mime_type)
 
        return (g_content_type_is_a (mime_type, "video/*")
                || (strcmp (mime_type, "application/ogg") == 0)
+               || (strcmp (mime_type, "application/vnd.ms-asf") == 0)
                || (strcmp (mime_type, "application/vnd.rn-realmedia") == 0));
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]