diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 5d3d95cbef..62d398466c 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -2888,6 +2888,13 @@ mod_type_find (GstTypeFind * tf, gpointer unused) return; } } + /* AMF */ + if ((data = gst_type_find_peek (tf, 0, 19)) != NULL) { + if (memcmp (data, "ASYLUM Music Format", 19) == 0) { + gst_type_find_suggest (tf, GST_TYPE_FIND_MAXIMUM, MOD_CAPS); + return; + } + } } /*** application/x-shockwave-flash ***/