diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-07-27 16:00:53 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2007-07-27 16:00:53 +0000 |
commit | c3a11faa4b4d9332af43f692d7b2535701580a1c (patch) | |
tree | 0cc9b1c9544301468c970dcc245728074363bdd6 | |
parent | de06b5275f5183f8b86003b422d2a3006561ce92 (diff) |
2007-07-27 Frederic Crozat <fcrozat@mandriva.com>
* freedesktop.org.xml.in: Add audio/ogg, video/ogg as subclasses of
application/ogg and add relevant extensions.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | freedesktop.org.xml.in | 29 |
2 files changed, 29 insertions, 5 deletions
@@ -1,3 +1,8 @@ +2007-07-27 Frederic Crozat <fcrozat@mandriva.com> + + * freedesktop.org.xml.in: Add audio/ogg, video/ogg as subclasses of + application/ogg and add relevant extensions. + 2007-07-26 Frederic Crozat <fcrozat@mandriva.com> * freedesktop.org.xml.in: Add video/avi as alias for video/x-msvideo, diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index e01038d..450a022 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -1756,9 +1756,28 @@ command to generate the output files. <match type="string" value="OggS" offset="0"/> </magic> <glob pattern="*.ogg"/> + <glob pattern="*.ogx"/> </mime-type> - <mime-type type="audio/x-vorbis+ogg"> + <mime-type type="audio/ogg"> + <_comment>Ogg Audio</_comment> + <sub-class-of type="application/ogg"/> + <magic priority="50"> + <match type="string" value="OggS" offset="0"/> + </magic> + <glob pattern="*.oga"/> + <alias type="audio/x-ogg"/> + </mime-type> + <mime-type type="video/ogg"> + <_comment>Ogg Video</_comment> <sub-class-of type="application/ogg"/> + <magic priority="50"> + <match type="string" value="OggS" offset="0"/> + </magic> + <glob pattern="*.ogv"/> + <alias type="video/x-ogg"/> + </mime-type> + <mime-type type="audio/x-vorbis+ogg"> + <sub-class-of type="audio/ogg"/> <comment>Ogg Vorbis audio</comment> <magic priority="80"> <match type="string" value="OggS" offset="0"> @@ -1768,7 +1787,7 @@ command to generate the output files. <glob pattern="*.ogg"/> </mime-type> <mime-type type="audio/x-flac+ogg"> - <sub-class-of type="application/ogg"/> + <sub-class-of type="audio/ogg"/> <comment>Ogg FLAC audio</comment> <magic priority="80"> <match type="string" value="OggS" offset="0"> @@ -1778,7 +1797,7 @@ command to generate the output files. <glob pattern="*.ogg"/> </mime-type> <mime-type type="audio/x-speex+ogg"> - <sub-class-of type="application/ogg"/> + <sub-class-of type="audio/ogg"/> <comment>Ogg Speex audio</comment> <magic priority="80"> <match type="string" value="OggS" offset="0"> @@ -1795,7 +1814,7 @@ command to generate the output files. <glob pattern="*.spx"/> </mime-type> <mime-type type="video/x-theora+ogg"> - <sub-class-of type="application/ogg"/> + <sub-class-of type="video/ogg"/> <comment>Ogg Theora video</comment> <magic priority="80"> <match type="string" value="OggS" offset="0"> @@ -1805,7 +1824,7 @@ command to generate the output files. <glob pattern="*.ogg"/> </mime-type> <mime-type type="video/x-ogm+ogg"> - <sub-class-of type="application/ogg"/> + <sub-class-of type="video/ogg"/> <comment>OGM video</comment> <magic priority="80"> <match type="string" value="OggS" offset="0"> |