[Bug 732553] codecparsers: h264: fix identification of EOSEQ and EOS NALs
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jul 1 07:06:33 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=732553
GStreamer | gst-plugins-bad | git
--- Comment #3 from Gwenole Beauchesne <gb.devel at gmail.com> 2014-07-01 14:06:31 UTC ---
(In reply to comment #2)
> (From update of attachment 279679 [details])
> Makes sense, but why don't we scan for next start code if nalu->size == 1?
We can only reach res == GST_H264_PARSER_OK && nalu->size == 1 if we have an
EOSEQ or EOS. Once we got that, we cannot parse the next start code because it
may not exist at all. This is OK because... we definitely don't have anything
past an EOS NAL unit, and we might not have anything either after an EOSEQ.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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