[gstreamer-bugs] [Bug 626869] The RTP depayloader is sometimes sending partial frames down the pipeline without the DISCONT bit set

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 17 05:33:57 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=626869
  GStreamer | gst-plugins-base | 0.10.30

GStreamer-Bugs changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #168063|Patch to properly set the   |Patch to properly set the
        description|priv->discont flag          |priv->discont flag
                   |post-packet-loss situations |post-packet-loss situations
                   |                            |for any rtp*depay element.

--- Comment #3 from GStreamer-Bugs at tycosp.com 2010-08-17 12:33:56 UTC ---
(From update of attachment 168063)
We are requesting that the ‘priv->discont’ flag be set in the base depayloader
(patch attached).  Although we found this issue in the jpeg depayloader we
would like to ensure that the DISCONT flag is reliably set on the first buffer
to be sent by a rtp*depay element, following a packet loss event.  Without this
change, the flag is only set if the first packet after the loss event happens
to be the last one in a frame.  We want it to be set, regardless of how many
packets arrive between the loss event and the end of the frame.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Gstreamer-bugs mailing list