adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

No general gecko-mediaplayer MIME type #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to about:plugins
2. Under gecko-mediaplayer, notice that there is no MIME type like
"application/x-gecko-mediaplayer"

For a site, I've wanted to play Matroska files. gecko-mediaplayer can do
it, but I have to change the MIME type to something else it supports, e.g.
video/x-mpeg2. This will most certainly cause conflicts when users have
other video players. 

Original issue reported on code.google.com by theY4K...@gmail.com on 15 Aug 2008 at 9:13

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'm just not doing too good with patches today, eh.

Original comment by theY4K...@gmail.com on 15 Aug 2008 at 9:32

Attachments:

GoogleCodeExporter commented 8 years ago
Actually other than hard coding the plugin name (and there are better ways to 
do that
check anyway) lets go ahead and use the correct mimetypes

audio/x-matroska
video/x-matroska

This change has been committed to SVN and should accomplish what you need.

Original comment by kdeko...@gmail.com on 18 Aug 2008 at 4:29

GoogleCodeExporter commented 8 years ago
Thanks, mate.

Original comment by theY4K...@gmail.com on 18 Aug 2008 at 8:54