summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/flac/gstflac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c
index 2fe8f419..7393ef89 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),