GNOME Bugzilla – Bug 692472
webmmux: Issues with tag setting in WebM
Last modified: 2018-11-03 14:48:24 UTC
I have attached a simple test application. I basically tries to set 3 tags in an WebM file. The first is TAG_APPLICATION_NAME, the second is TAG_LANGUAGE_CODE, and finally the last one is TAG_ENCODER. None of the 3 are successfully set in the output file, in fact language seems to get defaulted to English. Vorbis does also here set its own ENCODER tag, but VP8 seems to not. There are some Tag specification here for WebM - http://www.webmproject.org/docs/container/ WritingApp might be a good fit for TAG_APPLICATION_NAME, and there is a Language tag that somehow could like to TAG_LANGUAGE_CODE.
Created attachment 234331 [details] Small test app
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/81.