GNOME Bugzilla – Bug 726118
vp8enc: generating streamheader is now obsolete
Last modified: 2018-11-03 14:51:57 UTC
This is a followup for https://bugzilla.gnome.org/show_bug.cgi?id=722682 Now that oggmux can generate the streamheaders by itself this code can be removed from vp8enc. The issue here is that vp8enc implements the tagsetter interface and those tags were being put on the streamheaders. What can be done? Push the tags that are set downstream? Oggmux should be modified to receive those tags and generate these tag headers so they are not lost.
We can only remove that safely in 2.0, some code out there might depend on that. It's rather unlikely though, but we should discuss with others if it's worth risking this.
-- 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/111.