Public bug reported:

Binary package hint: mozilla-mplayer

This bug is present in Hardy mozilla-mplayer 3.50-1ubuntu2

New movie trailers on the Apple website that require Quicktime 7 won't
play as mozilla-mplayer advertises it self as "6.0 / 7".

You can reproduce this bug with this trailer :
http://www.apple.com/trailers/paramount/indianajonesandthekingdomofthecrystalskull/medium_t3.html

It's already fixed in mplayer cvs.

A quick oneliner patch to fix this :
---
diff -urP mplayerplug-in.orig/Source/plugin-setup.cpp
mplayerplug-in/Source/plugin-setup.cpp
--- mplayerplug-in.orig/Source/plugin-setup.cpp 2007-12-01
18:23:04.000000000 -0500
+++ mplayerplug-in/Source/plugin-setup.cpp 2008-06-12
09:42:07.000000000 -0400
@@ -461,7 +461,7 @@
#endif

#ifdef QT
- *((const char **) value) = "QuickTime Plug-in 6.0 / 7";
+ *((const char **) value) = "QuickTime Plug-in 7.0";
#endif

#ifdef RM


Original bug report :
https://sourceforge.net/tracker/?func=detail&atid=530623&aid=1992021&group_id=71239

** Affects: mplayerplug-in (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Apple movie trailers that require Quicktime 7 won't play
https://bugs.launchpad.net/bugs/239506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to