Fix wrong mimetype, might cause #119272
Original commit message from CVS: Fix wrong mimetype, might cause #119272
This commit is contained in:
parent
35bfaafc15
commit
261afd97e9
@ -51,7 +51,7 @@ au_type_find (GstBuffer *buf, gpointer private)
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (*head == 0x2e736e64 || *head == 0x646e732e)
|
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;
|
return new;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user