[Bug 796519] Add AV1 codec parser

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 10 18:45:18 UTC 2018


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

--- Comment #11 from sreerenj <bsreerenj at gmail.com> ---
Regarding the reserved_fields,

Usually, we don't keep fields in public API structures to keep track of
"reserved_bits". But for AV1, maybe it is better to keep
those as it is for now. So that we can add fields in the same place without
breaking ABI in future (unless other developers have
objection).


For itu_t_t35_payload_bytes, it is for external specifications. I would prefer
to drop this field. What you can do is to add GST_PADDING/GST_PADDING_LARGE
(for eg:
https://cgit.freedesktop.org/gstreamer/gstreamer/tree/gst/gsttask.h#n154) so
that we can extend in case if needed in the future.

-- 
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