qtdemux: Create stream whenever got new moov
authorSeungha Yang <seungha.yang@navercorp.com>
Tue, 8 May 2018 11:09:10 +0000 (20:09 +0900)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 10 May 2018 06:09:20 +0000 (08:09 +0200)
commit553607756bcd98d353e83b1d823663910f24f6ec
treec33284bf0e9f3eecd0e42384c7a00356e5cc0a6a
parent96a6aab6a12efa3e84822f7538a1b92efaed698a
qtdemux: Create stream whenever got new moov

Whenever demux got moov, demux will create new stream. Only exception is
duplicated track-id in a moov box. In that case the first stream
will be accepted. This patch is pre-work for rework of moov handling.

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