summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/auparse/gstauparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index 9942fd7b..422ee1ba 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -51,7 +51,7 @@ au_type_find (GstBuffer *buf, gpointer private)
return NULL;
if (*head == 0x2e736e64 || *head == 0x646e732e)
- new = gst_caps_new ("au_type_find", "audio/au", NULL);
+ new = gst_caps_new ("au_type_find", "audio/x-au", NULL);
return new;
}