[gstreamer-bugs] [Bug 617164] [rtph264pay] SPS/PPS in provided sprop-parameter-sets never sent on timeout

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 10 02:24:48 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=617164
  GStreamer | gst-plugins-good | 0.10.22

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #159882|0                           |1
        is obsolete|                            |

--- Comment #2 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2010-05-10 09:24:43 UTC ---
Created an attachment (id=160695)
 View: https://bugzilla.gnome.org/attachment.cgi?id=160695
 Review: https://bugzilla.gnome.org/review?bug=617164&attachment=160695

Extract SPS/PPS from provided sprop-parameter-sets for re-sending

To elaborate, problem seems to be that if a specific sprop-parameter-sets
string is provided, then the SPS/PPS in there are never considered/extracted,
nor are SPS/PPS parsed from stream anymore.  As such, there are no SPS/PPS to
re-send when config-interval expires (although that is working fine by itself).

Attached patch parses the provided sprop-parameter-sets for SPS/PPS and will
keep those around for later resending.  The stream itself is still not parsed
for SPS/PPS though, as such info is explicitly provided in this case, and may
in some cases as such not be in-stream anyway.

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