qtdemux: check for a different stsd entry before pushing a sample
authorThiago Santos <thiagoss@osg.samsung.com>
Thu, 7 Apr 2016 15:23:35 +0000 (12:23 -0300)
committerThiago Santos <thiagossantos@gmail.com>
Wed, 12 Apr 2017 06:42:56 +0000 (23:42 -0700)
commitcf6733a55eacf03dd096d95f74f224d8bc7d427b
tree02a694fce9a72945a30951bce6f1927e29c85453
parent86b427dc70562f891a551ffc9f96cefe1cafcddd
qtdemux: check for a different stsd entry before pushing a sample

Before pushing a sample, check if there was a change in the current
stsd entry. This patch also assumes that the first stsd entry is
used as default for the first sample. It might cause an uneeded
caps renegotiation when this isn't the case.
gst/isomp4/qtdemux.c