typefind: Bump iso mp4 typefinder to PRIMARY. Add mp4 extension hint.
Fixes a problem with at least one file being detected incorrectly as DTS because there's DTS packets early enough in the file.
This commit is contained in:
parent
8f8f1f9de1
commit
4d076b060a
@ -5498,8 +5498,8 @@ plugin_init (GstPlugin * plugin)
|
||||
"m4a", M4A_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "application/x-3gp", GST_RANK_PRIMARY,
|
||||
q3gp_type_find, "3gp", Q3GP_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "video/quicktime", GST_RANK_SECONDARY,
|
||||
qt_type_find, "mov", QT_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "video/quicktime", GST_RANK_PRIMARY,
|
||||
qt_type_find, "mov,mp4", QT_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "image/x-quicktime", GST_RANK_SECONDARY,
|
||||
qtif_type_find, "qif,qtif,qti", QTIF_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "image/jp2", GST_RANK_PRIMARY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user