mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue