[Bug 736213] h264parse: process NAL AU DELIMITER

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 2 03:32:20 UTC 2017


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

--- Comment #29 from Hyunjun Ko <zzoon at igalia.com> ---
(In reply to Sebastian Dröge (slomo) from comment #28)
> Is that patch also ensuring the AU is there if alignment=nal instead of au?

Ah, you're right.
In case of alignment=nal, this patch inserts AUD to every nal unit, which is
wrong.

I couldn't find a way to figure it out when it should insert AUD in case of
alignment=nal because a frame means a nal unit in this case, which means
we should know if this nal unit is start of au or not and also if previous nal
unit was AUD or not.

Any suggestion about this?
Or we can go this only in case of alignment=au?

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