summaryrefslogtreecommitdiff
path: root/gst/typefind
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2014-01-05 23:35:52 +0100
committerStefan Sauer <ensonic@users.sf.net>2014-01-05 23:35:52 +0100
commit86e6f10781aae8532ed7c606ab8af307d251e5ed (patch)
tree3cd13bd18f261e09d3020421c6f568307fee10dc /gst/typefind
parent28ce2c40533c8fde77487d978ce1766b9fe94609 (diff)
typefind: add support of BWF RF64 a 64bit wav variant
Detect and describe the RF64 Broadcast Wave Format. Fixes #519220
Diffstat (limited to 'gst/typefind')
-rw-r--r--gst/typefind/gsttypefindfunctions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c
index d391df014..53f19440e 100644
--- a/gst/typefind/gsttypefindfunctions.c
+++ b/gst/typefind/gsttypefindfunctions.c
@@ -5555,6 +5555,8 @@ plugin_init (GstPlugin * plugin)
ircam_type_find, "sf", IRCAM_CAPS, NULL, NULL);
TYPE_FIND_REGISTER_START_WITH (plugin, "audio/x-w64", GST_RANK_SECONDARY,
"w64", "riff", 4, GST_TYPE_FIND_MAXIMUM);
+ TYPE_FIND_REGISTER_START_WITH (plugin, "audio/x-rf64", GST_RANK_PRIMARY,
+ "rf64", "RF64", 4, GST_TYPE_FIND_MAXIMUM);
TYPE_FIND_REGISTER (plugin, "audio/x-shorten", GST_RANK_SECONDARY,
shn_type_find, "shn", SHN_CAPS, NULL, NULL);
TYPE_FIND_REGISTER (plugin, "application/x-ape", GST_RANK_SECONDARY,