mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
typefindfunctions: Add typefinder for Midi inside RIFF
This is a standard Midi file format that should be supported by all Midi decoders and also has the mimetype audio/mid according to the Midi specification homepage. Fixes bug #594094.
This commit is contained in:
parent
7a7663476f
commit
a69ffb5886
1 changed files with 2 additions and 0 deletions
|
@ -3534,6 +3534,8 @@ plugin_init (GstPlugin * plugin)
|
|||
#endif
|
||||
TYPE_FIND_REGISTER (plugin, "audio/midi", GST_RANK_PRIMARY, mid_type_find,
|
||||
mid_exts, MID_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER_RIFF (plugin, "audio/midi", GST_RANK_PRIMARY, mid_exts,
|
||||
"RMID");
|
||||
TYPE_FIND_REGISTER (plugin, "audio/mobile-xmf", GST_RANK_PRIMARY,
|
||||
mxmf_type_find, mxmf_exts, MXMF_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "video/x-fli", GST_RANK_MARGINAL, flx_type_find,
|
||||
|
|
Loading…
Reference in a new issue