After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349014 - The plugin needs to present itself as WMP/Quicktime
The plugin needs to present itself as WMP/Quicktime
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: totem-browser-maint
totem-browser-maint
: 350861 (view as bug list)
Depends on:
Blocks: 343007
 
 
Reported: 2006-07-28 00:17 UTC by Steven
Modified: 2006-08-11 13:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Steven 2006-07-28 00:17:39 UTC
When I go to http://movies.yahoo.com and try to view one of the trailers, its 'media config' tool checks the plugins to see if you have WMP or Quicktime installed. I know for a fact that I can play them, but the plugin doesn't say that it is WMP/QT. Mplayerplug-in pretends to be WMP, Quicktime, and RealPlayer, and the site lets it by.
-Steven
Comment 1 Christian Persch 2006-07-28 11:56:19 UTC
Sort of a duplicate of bug 343007...
Comment 2 Bastien Nocera 2006-07-29 13:20:23 UTC
Yahoo's site also has Javascript detection hard-coded to "Netscape" and "IE". It refuses to use Mozilla. Until that's fixed, I'm wondering whether there's any point trying to fix this bug (for this particular site obviously).
Comment 3 Bastien Nocera 2006-08-11 11:53:13 UTC
*** Bug 350861 has been marked as a duplicate of this bug. ***
Comment 4 Bastien Nocera 2006-08-11 12:12:52 UTC
2006-08-11  Bastien Nocera  <hadess@hadess.net>

        * src/totem-mozilla-plugin.cpp: add a temporary hack
        to get the CNN website working
Comment 5 Bastien Nocera 2006-08-11 13:49:49 UTC
Thanks Christian!

2006-08-11  Christian Persch  <chpe@cvs.gnome.org>

        * autogen.sh:
        * configure.in:
        * Makefile.am:
        * src/Makefile.am:
        R src/totem-mozilla-plugin.cpp:
        R totem-mozilla-scriptable.cpp:
        R totem-mozilla-scriptable.h:
        A browser-plugin/.cvsignore:
        A browser-plugin/Makefile.am:
        A browser-plugin/TODO:
        A browser-plugin/idl/.cvsignore:
        A browser-plugin/idl/Makefile.am:
        A browser-plugin/idl/totemIBasicPlayer.idl:
        A browser-plugin/idl/totemIComplexPlayer.idl:
        A browser-plugin/idl/totemIGMPControls.idl:
        A browser-plugin/idl/totemIGMPPlayer.idl:
        A browser-plugin/idl/totemINarrowSpacePlayer.idl:
        A browser-plugin/plugin.symbols:
        A browser-plugin/totemBasicPlugin.cpp:
        A browser-plugin/totemBasicPlugin.h:
        A browser-plugin/totemComplexPlugin.cpp:
        A browser-plugin/totemComplexPlugin.h:
        A browser-plugin/totemGMPPlugin.cpp:
        A browser-plugin/totemGMPPlugin.h:
        A browser-plugin/totemNarrowSpacePlugin.cpp:
        A browser-plugin/totemNarrowSpacePlugin.h:
        A browser-plugin/totemPlugin.cpp:
        A browser-plugin/totemPlugin.h:
        A browser-plugin/totemScriptableBase.cpp:
        A browser-plugin/totemScriptableBase.h:

        Move plugin to browser-plugin/ and build 4 variants of it
        with different JS interface and plugin name. Bug #343007.