[Bug 796519] Add AV1 codec parser

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 13 04:14:47 UTC 2018


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

--- Comment #34 from sreerenj <bsreerenj at gmail.com> ---
I'm confused with the usage of gst_av1_parse_get_first_obu() and
gst_av1_parse_get_next_obu().
Does the main intention be to deal with the annex-b format?
If so, Would it be hard to club the two APIs into a general one if it is not
annex-b?

In h264 and hevc, we use separate APIs for different internal formats. For eg:
gst_h264_parser_identify_nalu() for NAL aligned (annex-b) and
gst_h264_parser_identify_nalu_avc() for packed format.

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