qtdemux: skip disabled tracks
authorArnaud Vrac <avrac@freebox.fr>
Fri, 22 Feb 2013 18:06:52 +0000 (19:06 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 2 Mar 2013 13:54:23 +0000 (13:54 +0000)
commit1cff6427f16791175a2ebd91bc59da62d6b4a254
treefe6acddcc94eda8edd5ff487bd75f8c21ca3a485
parent0427524d7320b1784c5a4cd6be7972591d2970dc
qtdemux: skip disabled tracks

ISO/IEC 14496-12 specifies disabled tracks should be completely
ignored, so just do it.

Avoids deadlock during prerolling for some files.

Also prevents 'chapter' subtitle tracks from showing up.

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