qtdemux: does not detect orientation
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 23 Jun 2015 11:15:13 +0000 (20:15 +0900)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 25 Jun 2015 03:24:21 +0000 (00:24 -0300)
commit0dcd76447a5057541a69918d74a2c2d4e40f1069
tree68ad99a5dd0cd6291577b6db1b3f5dd43fbaa856
parent35bf4494046c962d4a3effeac867da388c2227f5
qtdemux: does not detect orientation

Most files don't contain the values for transposing the coordinates
back to the positive quadrant so qtdemux was ignoring the rotation
tag. To be able to properly handle those files qtdemux will also ignore
the transposing values to only detect the rotation using the values
abde from the transformation matrix:

[a b c]
[d e f]
[g h i]

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