summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-01-07 10:56:14 -0800
committerCorey Berla <corey@berla.me>2023-01-07 10:59:30 -0800
commit1ed8c9da13933de65a1fffd497d04252f8c1f4f1 (patch)
treeda840e0f802a6865288c0b5e33d023d2cde56fba
parent4b176c6b2ea6d7e2e3cb38ace71b5c3d1f27ca0f (diff)
downloadnautilus-1ed8c9da13933de65a1fffd497d04252f8c1f4f1.tar.gz
video-mime-types: Update using totem mime-type-include.sh
-rw-r--r--src/nautilus-video-mime-types.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/nautilus-video-mime-types.h b/src/nautilus-video-mime-types.h
index e0d4aac93..313a4c173 100644
--- a/src/nautilus-video-mime-types.h
+++ b/src/nautilus-video-mime-types.h
@@ -1,19 +1,19 @@
/* 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[] = {
+G_GNUC_UNUSED static const char *video_mime_types[] = {
"application/mxf",
-"application/ogg",
"application/ram",
"application/sdp",
"application/vnd.apple.mpegurl",
+"application/vnd.ms-asf",
"application/vnd.ms-wpl",
"application/vnd.rn-realmedia",
+"application/vnd.rn-realmedia-vbr",
"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",
@@ -22,6 +22,7 @@ static const char *video_mime_types[] = {
"text/x-google-video-pointer",
"video/3gp",
"video/3gpp",
+"video/3gpp2",
"video/dv",
"video/divx",
"video/fli",
@@ -30,6 +31,7 @@ static const char *video_mime_types[] = {
"video/mp4",
"video/mp4v-es",
"video/mpeg",
+"video/mpeg-system",
"video/msvideo",
"video/ogg",
"video/quicktime",
@@ -47,9 +49,11 @@ static const char *video_mime_types[] = {
"video/x-flv",
"video/x-m4v",
"video/x-matroska",
+"video/x-mjpeg",
"video/x-mpeg",
"video/x-mpeg2",
"video/x-ms-asf",
+"video/x-ms-asf-plugin",
"video/x-ms-asx",
"video/x-msvideo",
"video/x-ms-wm",
@@ -58,6 +62,7 @@ static const char *video_mime_types[] = {
"video/x-ms-wvx",
"video/x-nsv",
"video/x-ogm+ogg",
+"video/x-theora",
"video/x-theora+ogg",
"video/x-totem-stream",
"audio/x-pn-realaudio",