qtdemux: Fix crash on mss stream caused by invalid stsd entry access
authorSeungha Yang <sh.yang@lge.com>
Tue, 2 May 2017 01:32:30 +0000 (10:32 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 2 May 2017 11:20:02 +0000 (14:20 +0300)
commit66448be77f769c3675ccd8ccb82558a96c3a71bb
tree0bbcb89c1bfeb1b09d8c5f633df5af9e7712ae1a
parent4ae022e6c47b07005335b9098aab3bfbc5335e6f
qtdemux: Fix crash on mss stream caused by invalid stsd entry access

Since mss has no moov, default stsd entry should be created with media-caps.

https://bugzilla.gnome.org/show_bug.cgi?id=782042
gst/isomp4/qtdemux.c