mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
94d208755d
This allows front-ends such as Totem to use the generated thumbnails without the film strip. https://bugzilla.gnome.org/show_bug.cgi?id=723907
65 lines
1.3 KiB
C
65 lines
1.3 KiB
C
/* generated with mime-type-include.sh in the totem module, don't edit or
|
|
commit in the nautilus module without filing a bug against totem */
|
|
static const char *video_mime_types[] = {
|
|
"application/mxf",
|
|
"application/ogg",
|
|
"application/ram",
|
|
"application/sdp",
|
|
"application/vnd.apple.mpegurl",
|
|
"application/vnd.ms-wpl",
|
|
"application/vnd.rn-realmedia",
|
|
"application/x-extension-m4a",
|
|
"application/x-extension-mp4",
|
|
"application/x-flash-video",
|
|
"application/x-matroska",
|
|
"application/x-netshow-channel",
|
|
"application/x-ogg",
|
|
"application/x-quicktimeplayer",
|
|
"application/x-shorten",
|
|
"image/vnd.rn-realpix",
|
|
"image/x-pict",
|
|
"misc/ultravox",
|
|
"text/x-google-video-pointer",
|
|
"video/3gp",
|
|
"video/3gpp",
|
|
"video/dv",
|
|
"video/divx",
|
|
"video/fli",
|
|
"video/flv",
|
|
"video/mp2t",
|
|
"video/mp4",
|
|
"video/mp4v-es",
|
|
"video/mpeg",
|
|
"video/msvideo",
|
|
"video/ogg",
|
|
"video/quicktime",
|
|
"video/vivo",
|
|
"video/vnd.divx",
|
|
"video/vnd.mpegurl",
|
|
"video/vnd.rn-realvideo",
|
|
"video/vnd.vivo",
|
|
"video/webm",
|
|
"video/x-anim",
|
|
"video/x-avi",
|
|
"video/x-flc",
|
|
"video/x-fli",
|
|
"video/x-flic",
|
|
"video/x-flv",
|
|
"video/x-m4v",
|
|
"video/x-matroska",
|
|
"video/x-mpeg",
|
|
"video/x-mpeg2",
|
|
"video/x-ms-asf",
|
|
"video/x-ms-asx",
|
|
"video/x-msvideo",
|
|
"video/x-ms-wm",
|
|
"video/x-ms-wmv",
|
|
"video/x-ms-wmx",
|
|
"video/x-ms-wvx",
|
|
"video/x-nsv",
|
|
"video/x-ogm+ogg",
|
|
"video/x-theora+ogg",
|
|
"video/x-totem-stream",
|
|
"audio/x-pn-realaudio",
|
|
NULL
|
|
};
|