GNOME Bugzilla – Bug 729950
matroskamux: support video/x-vp9. webmmux: support audio/x-opus
Last modified: 2015-11-03 18:42:28 UTC
Also see bug #727305 for proper demuxing support.
According to http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=3c9aba91dcf413495b97675106d3049b7d01fb4e the support should be in. The only thing that is missing (intentionally?) is the advertising of the support via CAPS. webmmux has VP9 in its caps while matroskamux doesn't. Why?
Yes, we are not properly implementing the mapping as it requires using additional EBML fields. https://bugzilla.gnome.org/show_bug.cgi?id=727305#c5
Created attachment 314719 [details] [review] matroska/webmmux: Support Opus in webmmux and VP9 in matroskamux
Merged