aboutsummaryrefslogtreecommitdiff
path: root/gst/isomp4/atoms.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/isomp4/atoms.c')
-rw-r--r--gst/isomp4/atoms.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/isomp4/atoms.c b/gst/isomp4/atoms.c
index 7b9af627..f6df24af 100644
--- a/gst/isomp4/atoms.c
+++ b/gst/isomp4/atoms.c
@@ -3320,7 +3320,8 @@ atom_trak_set_video_type (AtomTRAK * trak, AtomsContext * context,
ste = atom_trak_add_video_entry (trak, context, entry->fourcc);
trak->is_video = TRUE;
- trak->is_h264 = (entry->fourcc == FOURCC_avc1);
+ trak->is_h264 = (entry->fourcc == FOURCC_avc1
+ || entry->fourcc == FOURCC_avc3);
ste->version = entry->version;
ste->width = entry->width;