diff options
author | Christophe Fergeau <teuf@gnome.org> | 2003-11-22 14:54:39 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2003-11-22 14:54:39 +0000 |
commit | 9838e552743e224bd2074460008b66c9270f41c4 (patch) | |
tree | aa83e80f9c20e550ae70ce0c32aeb054b28a73ad /ext/flac | |
parent | fb6d78f666bd1792e54f4e081b60a906a0e8476e (diff) |
flac mime type is audio/x-flac, not application/x-flac
Original commit message from CVS:
flac mime type is audio/x-flac, not application/x-flac
Diffstat (limited to 'ext/flac')
-rw-r--r-- | ext/flac/gstflacdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index 326f2256..5f775b4f 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -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), |