[haiku-commits] r38812 - haiku/trunk/src/apps/mediaplayer

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 25 Sep 2010 16:50:18 +0200 (CEST)

Author: stippi
Date: 2010-09-25 16:50:18 +0200 (Sat, 25 Sep 2010)
New Revision: 38812
Changeset: http://dev.haiku-os.org/changeset/38812

Modified:
   haiku/trunk/src/apps/mediaplayer/MediaPlayer.rdef
Log:
Only claim specific support for multi-media file types that
don't belong to the audio or video super type. All other files
should now open automatically with MediaPlayer since r38810
even without it claiming direct support for them.


Modified: haiku/trunk/src/apps/mediaplayer/MediaPlayer.rdef
===================================================================
--- haiku/trunk/src/apps/mediaplayer/MediaPlayer.rdef   2010-09-25 14:47:58 UTC 
(rev 38811)
+++ haiku/trunk/src/apps/mediaplayer/MediaPlayer.rdef   2010-09-25 14:50:18 UTC 
(rev 38812)
@@ -21,49 +21,7 @@
        "types" = "application/x-asf",
        "types" = "application/x-shockwave-flash",
        "types" = "audio",
-       "types" = "audio/32kadpcm",
-       "types" = "audio/aac",
-       "types" = "audio/ac3",
-       "types" = "audio/aiff",
-       "types" = "audio/basic",
-       "types" = "audio/3gpp2",
-       "types" = "audio/mp4",
-       "types" = "audio/mpeg",
-       "types" = "audio/riff",
-       "types" = "audio/voc",
-       "types" = "audio/vorbis",
-       "types" = "audio/wav",
-       "types" = "audio/x-adpcm",
-       "types" = "audio/x-aifc",
-       "types" = "audio/x-aiff",
-       "types" = "audio/x-au",
-       "types" = "audio/x-riff",
-       "types" = "audio/x-matroska",
-       "types" = "audio/x-mp2",
-       "types" = "audio/x-mp3",
-       "types" = "audio/x-mpeg",
-       "types" = "audio/x-ms-asf",
-       "types" = "audio/x-ms-wma",
-       "types" = "audio/x-voc",
-       "types" = "audio/x-vorbis",
-       "types" = "audio/x-wav",
-       "types" = "video",
-       "types" = "video/3gpp2",
-       "types" = "video/mp4",
-       "types" = "video/mpeg",
-       "types" = "video/msvideo",
-       "types" = "video/quicktime",
-       "types" = "video/x-avi",
-       "types" = "video/x-divx",
-       "types" = "video/x-matroska",
-       "types" = "video/x-mpeg",
-       "types" = "video/x-mpeg2",
-       "types" = "video/x-msmpeg",
-       "types" = "video/x-ms-asf",
-       "types" = "video/x-ms-wmv",
-       "types" = "video/x-msvideo",
-       "types" = "video/x-ogm",
-       "types" = "video/x-theora"
+       "types" = "video"
 };
 
 resource vector_icon {


Other related posts:

  • » [haiku-commits] r38812 - haiku/trunk/src/apps/mediaplayer - superstippi