[gstreamer-bugs] [Bug 620154] [rtph264depay] Seeking with RTP payloaders corrupts images sometimes
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jun 14 03:58:55 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=620154
GStreamer | gst-plugins-good | 0.10.x
--- Comment #8 from Miguel Angel Cabrera <mad_aluche at hotmail.com> 2010-06-14 10:58:49 UTC ---
I think that your patch is very complex for what is needed, also there are NAL
units marked as keyframes when they are not.
I asked in x264 channel and the easiest keyframes to detect are nal_unit_type=5
(IDR) and nal_unit_type=6 (SEI) with subtype=recovery_point, there are more
cases but with these are enough.
The rest of cases are considered non keyframes.
--
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