[gthumb/gthumb-3-6] recognize the asf mime type as a video format



commit 9b02a79b22c37809f91a64034599243816bc4586
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 file changed, 1 insertion(+)
---
diff --git a/gthumb/glib-utils.c b/gthumb/glib-utils.c
index 8dcf033c..d09c5a73 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]