After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 797217 - h264parser: Should add a "unsupported" return value
h264parser: Should add a "unsupported" return value
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-09-27 14:21 UTC by Nicolas Dufresne (ndufresne)
Modified: 2018-11-03 14:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2018-09-27 14:21:20 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.
Comment 1 GStreamer system administrator 2018-11-03 14:32:17 UTC
-- 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.