Em quarta-feira, 13 de julho de 2016, às 16:08:11 PDT, Steve Schilz escreveu: > Would it make sense for QWebEngine to support this codec, in order to be > able to provide ‘out of the box’ (via download at end user’s computer), > support for h.264 playback in <video> tags?
If we're able to ship a build with no codecs, but for which a user could download a plugin and just drop-in to their application to enable the feature, we should do it. That's exactly what we do for other technologies like: * SSL (you need to install OpenSSL) * MySQL and Postgres databases (build plugins) Note that QtMultimedia uses GStreamer as a backend, which already supports plugins, including proprietary ones. It's just Chromium/Blink that do things differently. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
