[Bug 742212] h264parse: periodic SPS/PPS insertion stops after a seek backwards

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 1 17:00:58 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=742212
  GStreamer | gst-plugins-bad | 1.x

--- Comment #2 from Duncan Palmer <dpalmer at digisoft.tv> 2015-01-02 01:00:55 UTC ---
Patch attached.

Fixed by resetting h264parse->last_report on receipt of a SEGMENT event.

I also modified the periodic SPS/PPS insertion logic a bit, so that SPS/PPS are
sent the first time the logic is invoked, rather than after 'interval' seconds
- without this, we'd have to wait for 1 second after a seek for video to
appear. This wasn't an issue prior to the change, as because last_report wasn't
reset, and so the diff was always > interval, forcing immediate SPS/PPS
insertion.

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