[gstreamer-bugs] [Bug 620154] [rtph264depay] Seeking with RTP payloaders corrupts images sometimes

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 14 07:07:05 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=620154
  GStreamer | gst-plugins-good | 0.10.x

--- Comment #13 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2010-06-14 14:06:59 UTC ---
(In reply to comment #12)
> I don't know if now is supported in GStreamer but then, SPS/PPS should be
> marked as metadata and not as keyframe. If a decoder receives metadata it just
> stores it.

Unfortunately, there is no specific "metadata flag" for this particular purpose
that I know of.

> 
> I don't understand what you try to say about AU (access unit delimiter?), but
> they are not a keyframe. There could be an AU and following a DELTA frame,
> resulting in trash at decoder output.

AU = Access Unit, that is, have rtph264depay output AU (access units) rather
than individual NALUs (though that may often coincide).  That way, e.g. SPS and
PPS should get merged into one buffer with other NALUs and some DELTA_UNIT (or
not) ambiguity would be lifted.

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