fix flac mimetype
authorJeremy Simon <jsimon13@yahoo.fr>
Sat, 4 Oct 2003 20:50:48 +0000 (20:50 +0000)
committerJeremy Simon <jsimon13@yahoo.fr>
Sat, 4 Oct 2003 20:50:48 +0000 (20:50 +0000)
Original commit message from CVS:
fix flac mimetype

ext/flac/gstflac.c

index 2fe8f41..7393ef8 100644 (file)
@@ -37,7 +37,7 @@ flac_caps_factory (void)
   return
    gst_caps_new (
        "flac_flac",
-       "audio/x-flac",
+       "application/x-flac",
        /*gst_props_new (
            "rate",             GST_PROPS_INT_RANGE (11025, 48000),
            "channels",         GST_PROPS_INT_RANGE (1, 2),