qtdemux: cenc aux info parsing from mdat support in PULL mode
authorPhilippe Normand <philn@igalia.com>
Thu, 25 Feb 2016 10:33:13 +0000 (11:33 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 25 Feb 2016 10:46:27 +0000 (12:46 +0200)
commit9c47c0da59174fa0b725b14df12cac2581087a8a
tree9f2779e1452f7be0f3f966543bda06e1446a9b05
parent67f3fc174827ff9255c5459f4857b8f214f7f447
qtdemux: cenc aux info parsing from mdat support in PULL mode

This is already supported for PUSH mode but was failing in PULL mode.
The aux info is sometimes stored in the mdat before the first sample,
so the loop task needs to pull data stored at that location and
perform the aux info cenc parsing.

https://bugzilla.gnome.org/show_bug.cgi?id=761700

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