[Bug 796519] Add AV1 codec parser

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 11 22:23:38 UTC 2018


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

--- Comment #23 from sreerenj <bsreerenj at gmail.com> ---
Review of attachment 372967:
 --> (https://bugzilla.gnome.org/review?bug=796519&attachment=372967)

::: gst-libs/gst/codecparsers/gstav1parser.h
@@ +439,3 @@
+  guint32 obu_size;
+  guint8 obu_temporal_id;
+  guint8 obu_spatial_id;

I would prefer to use a separate structure to hold the ObuExtendedHeader values
in ObuHeader.
eg: see the GstH264NalUnit in h264parser, based on the extension type we add
GstH264NalUnitExtensionMVC values in GstH264NalUnits

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