mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
typefind: Detect avc1 ftyp as video/quicktime
Detects avc1 ftyp as video/quicktime (iso variant)
This commit is contained in:
parent
0c51c8209b
commit
d123ab7bb1
1 changed files with 1 additions and 0 deletions
|
@ -2478,6 +2478,7 @@ qt_type_find (GstTypeFind * tf, gpointer unused)
|
|||
}
|
||||
|
||||
if (STRNCMP (&data[4], "ftypisom", 8) == 0 ||
|
||||
STRNCMP (&data[4], "ftypavc1", 8) == 0 ||
|
||||
STRNCMP (&data[4], "ftypmp42", 8) == 0) {
|
||||
tip = GST_TYPE_FIND_MAXIMUM;
|
||||
variant = "iso";
|
||||
|
|
Loading…
Reference in a new issue