[vlc-commits] desktop file: We understand gvp and ram format
Petter Reinholdtsen
git at videolan.org
Tue May 10 13:39:09 CEST 2016
vlc | branch: master | Petter Reinholdtsen <pere at hungry.com> | Tue May 10 13:19:43 2016 +0200| [5ac90685619740ab1c03f582c77690a4e2f8de41] | committer: Jean-Baptiste Kempf
desktop file: We understand gvp and ram format
And add more comments about IANA registration
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ac90685619740ab1c03f582c77690a4e2f8de41
---
share/vlc.desktop.mimetypes | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/share/vlc.desktop.mimetypes b/share/vlc.desktop.mimetypes
index e33de40..d7081f9 100644
--- a/share/vlc.desktop.mimetypes
+++ b/share/vlc.desktop.mimetypes
@@ -123,11 +123,14 @@ x-content/audio-cdda
x-content/audio-player
# Playlists / text/xml list with URLs
+application/ram # Realaudio Metadata
application/xspf+xml
audio/mpegurl
audio/x-mpegurl
audio/scpls
audio/x-scpls
+text/google-video-pointer
+text/x-google-video-pointer
video/vnd.mpegurl # IANA-registered
application/vnd.apple.mpegurl # HLS / M3U8
application/vnd.ms-asf # ZPL/WVX
@@ -189,21 +192,18 @@ audio/x-s3m
audio/x-xm
# From the totem desktop file in Debian. These need more work.
-application/mxf
-#application/ram
-#application/smil
-#application/smil+xml
+application/mxf # IANA-registered
+#application/smil # IANA-registered
+#application/smil+xml # IANA-registered
#application/x-netshow-channel
#application/x-shorten
#application/x-smil
-#audio/prs.sid
+#audio/prs.sid # IANA-registered
#audio/x-sbc
#audio/x-stm
#image/x-pict
-#text/google-video-pointer
-#text/x-google-video-pointer
#video/vivo
-#video/vnd.vivo
+#video/vnd.vivo # IANA-registered
#video/x-flic
#video/x-totem-stream
#x-scheme-handler/net
More information about the vlc-commits
mailing list