flac mime type is audio/x-flac, not application/x-flac
authorChristophe Fergeau <teuf@gnome.org>
Sat, 22 Nov 2003 14:54:39 +0000 (14:54 +0000)
committerChristophe Fergeau <teuf@gnome.org>
Sat, 22 Nov 2003 14:54:39 +0000 (14:54 +0000)
Original commit message from CVS:
flac mime type is audio/x-flac, not application/x-flac

ext/flac/gstflacdec.c

index 326f225..5f775b4 100644 (file)
@@ -132,7 +132,7 @@ flac_caps_factory (void)
   return
    gst_caps_new (
        "flac_flac",
-       "application/x-flac",
+       "audio/x-flac",
        /*gst_props_new (
            "rate",             GST_PROPS_INT_RANGE (11025, 48000),
            "channels",         GST_PROPS_INT_RANGE (1, 2),