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 354182 - window media player plugin has no option to open the player
window media player plugin has no option to open the player
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2006-09-03 21:23 UTC by Sebastien Bacher
Modified: 2006-09-04 09:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Sebastien Bacher 2006-09-03 21:23:36 UTC
That bug has been mentionned on https://launchpad.net/products/totem/+bug/56648

"http://librarian.launchpad.net/3930535/no-fullscreen.jpg
no full screen option

this is edgy (plugin never worked for me until now) and I don't see that menu option.

I'm attaching an image via cnn (and the ms media player interface). The only thing I can guess is that cnn tells it not to show it?
...
ok so the "generic" totem plugin has an "open in movie player" option, but its not there via the windows media player interface, so that's a discrepancy b/w the different plugins.
..."
Comment 1 Bastien Nocera 2006-09-03 21:40:23 UTC
That's because we use the mime-type from the embed bits, not the "real" mime-type to find the application to open it.
So there's no application handling application/x-mplayer2, but there would be one handling video/x-msvideo

Should be a dead-easy fix.
Comment 2 Bastien Nocera 2006-09-04 09:12:56 UTC
2006-09-04  Bastien Nocera  <hadess@hadess.net>

        * browser-plugin/totemPlugin.cpp: Use the aliased mime-type if there
        is one, rather than the "embed" mime-type, fixes most Windows Media,
        and Real embedded movies not having an "Open with..." menu item
        (Closes: #354182)