[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2018-11-07 Thread Bug Watch Updater
** Changed in: gstreamer
   Status: Confirmed => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-27 Thread Bug Watch Updater
** Changed in: gstreamer
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-26 Thread Michael Doube
** Bug watch added: GNOME Bug Tracker #679522
   https://bugzilla.gnome.org/show_bug.cgi?id=679522

** Also affects: gstreamer via
   https://bugzilla.gnome.org/show_bug.cgi?id=679522
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-26 Thread Bug Watch Updater
** Changed in: gstreamer
   Status: Unknown = New

** Changed in: gstreamer
   Importance: Unknown = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-24 Thread Bug Watch Updater
** Changed in: totem
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-23 Thread Michael Doube
** Bug watch added: GNOME Bug Tracker #706649
   https://bugzilla.gnome.org/show_bug.cgi?id=706649

** Also affects: totem via
   https://bugzilla.gnome.org/show_bug.cgi?id=706649
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-23 Thread Michael Doube
** Tags added: precise quantal raring

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-23 Thread Bug Watch Updater
** Changed in: totem
   Status: Unknown = New

** Changed in: totem
   Importance: Unknown = High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2013-08-21 Thread Michael Doube
Still reproducible in 12.04.

It seems that the QuickTime file format uses a 3x3 transformation matrix
to encode a mapping from 'camera space' to 'display space'. In the case
of simple 90° and 180° rotations that matrix is all zeros and (minus)
ones. So, this should just be a case of getting the bytes of the
transformation matrix and working out which way to do the rotation.

https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP4939-CH204-56313

https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/QTFFChap4/qtff4.html#//apple_ref/doc/uid/TP4939-CH206-18737

An algorithm might go like:
parse bytes looking for 'mvhd'
skip ahead 36 bytes
read the next 36 bytes into a 3x3 matrix (4 bytes per element)
calculate the rotation
do the rotation during playback

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-12-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gstreamer0.10 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-12-19 Thread Steve Magoun
Still reproducible in 11.10 with libgstreamer0.10-0  0.10.35-1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
This still exists, waiting for some attention.  Expiring old bugs
because nothing changed is lame.

** Changed in: gstreamer0.10 (Ubuntu)
   Status: Expired = New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
Set of movies in all 4 orientations.  Note, it is an ordinary, not anti-
gravity, cat.

** Attachment added: IMG_0081.MOV
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+attachment/2404629/+files/IMG_0081.MOV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
** Attachment added: IMG_0082.MOV
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+attachment/2404630/+files/IMG_0082.MOV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
** Attachment added: IMG_0084.MOV
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+attachment/2404634/+files/IMG_0084.MOV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-14 Thread Michael Doube
** Attachment added: IMG_0083.MOV
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+attachment/2404632/+files/IMG_0083.MOV

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-09-07 Thread Launchpad Bug Tracker
[Expired for gstreamer0.10 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gstreamer0.10 (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-07-09 Thread Michael Doube
Pedro,

Thanks for giving this bug some attention.  Yes, this bug is still
present in 11.04, and super annoying.  I can at least tip my notebook on
its side, but that's a bit more challenging for large desktop flat
panels (or worse, old CRTs).

** Tags added: natty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/697756/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 697756] Re: iPod and iPhone movies are played with incorrect orientation

2011-01-05 Thread Michael Doube


-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.
https://bugs.launchpad.net/bugs/697756

Title:
  iPod and iPhone movies are played with incorrect orientation

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs