[Webkit-unassigned] [Bug 135972] [GStreamer] unrelated codecs required to play videos

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 25 08:44:48 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135972





--- Comment #4 from Michael Catanzaro <mcatanzaro at gnome.org>  2014-08-25 08:44:55 PST ---
Well ideally gstreamer would give us a list of mime types, but that seems unlikely judging from the comments I've found at [1].  Probably mapping between capabilities and mime types is what we have to do. :/  (And a hardcoded list of guesses is not really so much less hacky.)

Anything else we can do to make the videos play? We could hardcode a hack for just MP4 and MP3, I suppose. Or we could have separate hardcoded lists of mime types for the codecs provided by the different gst-plugins packages, and try to detect which packages are installed. These don't seem better to me....

[1] https://bugs.kde.org/show_bug.cgi?id=267319#c25

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list