GNOME Bugzilla – Bug 354182
window media player plugin has no option to open the player
Last modified: 2006-09-04 09:12:56 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. ..."
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.
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)