qtdemux: fix seeking in fragmented file without mfra random access info
authorMark Nauwelaerts <mnauw@users.sourceforge.net>
Wed, 19 Jul 2017 09:27:32 +0000 (11:27 +0200)
committerMark Nauwelaerts <mnauw@users.sourceforge.net>
Wed, 19 Jul 2017 16:35:49 +0000 (18:35 +0200)
commit854f85acb4ee1e259f56b8d14a88da8d7c6f6c50
tree2196164030664eea597183aa56db0ade8187491d
parent52c017caca54d522bca50c57b362e9b7bdcaa057
qtdemux: fix seeking in fragmented file without mfra random access info

... which no longer worked due to unconditionally clearing sample info and
ending up in inconsistent state.  Let's tread a bit more carefully and also
allow for the old seek handling that resorts to scanning if no mfra info
is available.
gst/isomp4/qtdemux.c