[Bug 752705] rtpbuffer: Add map flag to skip padding

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 13 11:32:36 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752705

--- Comment #4 from Stian Selnes (stianse) <stian.selnes at gmail.com> ---
Not completely sure what you have in mind? The check of padding is one of the
few possible validity checks (RFC3550 A.1) and it's probably not a good idea to
always silently ignore this if it fails.

However, the principle of being liberal in what is accepted is usually a good
guideline, so maybe it would be a better default to silently ignore padding
errors unless asked to explicitly check it (e.g. with a map flag used where
padding is of importance). That will of course change the validity check that's
been around since 0.10.

For now I'll update the patch with a new docstring.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list