Donate Share

mplayerplug-in for mozilla

Tracker: Bugs

5 New trailers from apple don't work anymore. (Requires QT7) - ID: 1992021
Last Update: Comment added ( nobody )

New trailers from apple don't work anymore. They require QuickTime 7, and
mplayerplug-in advertises "6.0 / 7". Apple's Javascript takes the first
number and fails the version check.

To duplicate:
http://www.apple.com/trailers/paramount/indianajonesandthekingdomofthecryst
alskull/medium_t3.html

To correct:
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


Jean-Michel Dault ( jmdault ) - 2008-06-12 13:48

5

Closed

Duplicate

Kevin DeKorte

Plugin

None

Public


Comments ( 2 )




Date: 2008-06-12 14:07
Sender: nobody

Logged In: NO

Thanks!


Date: 2008-06-12 13:56
Sender: kdekorteProject AdminAccepting Donations


Already fixed in CVS...



Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2008-06-12 13:57 kdekorte
resolution_id None 2008-06-12 13:57 kdekorte
close_date - 2008-06-12 13:57 kdekorte