[Bug 738681] qtdemux: does not detect orientation

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 24 20:46:49 PDT 2015


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.3

--- Comment #8 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
It was decided over IRC to handle those cases to be able to play those videos
properly.

Please, for future patches consider including a commit message other than the
title in the commit. I wrote one for this commit myself.

commit 0dcd76447a5057541a69918d74a2c2d4e40f1069
Author: Gilbok Lee <gilbok.lee at samsung.com>
Date:   Tue Jun 23 20:15:13 2015 +0900

    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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list