From 201b06e52d95ac6ae98edeec72ebba715daf9956 Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Sat, 4 Oct 2003 20:50:48 +0000 Subject: [PATCH] fix flac mimetype Original commit message from CVS: fix flac mimetype --- ext/flac/gstflac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c index 2fe8f41..7393ef8 100644 --- a/ext/flac/gstflac.c +++ b/ext/flac/gstflac.c @@ -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), -- 2.7.4