GNOME Bugzilla – Bug 797217
h264parser: Should add a "unsupported" return value
Last modified: 2018-11-03 14:32:17 UTC
Currently, our parser will return "broken data" whenever an unsupported type is met. In some cases this is the correct thing to do, as it's forbidden by the spec, but in other case, this leads to data being dropped as if it was broken. My suggestion would be to introduce an "unsupported" return value. This way, parser element can simply pass-through these NALs, as they are not proven to be invalid. This applies to non MVC slice entension types, for which we have a hack in h264parse element to avoid dropping.
-- 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-bad/issues/791.