[Bug 674536] tsdemux: Freeze on pts-wrap with streaming sources

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 26 06:24:21 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=674536
  GStreamer | gst-plugins-bad | git

--- Comment #18 from Edward Hervey <bilboed at gmail.com> 2012-06-26 13:24:14 UTC ---
If the absolute difference is very close to the maximum PCR value (let's say a
diff of 1 << 30 for example), then we should bump up/down by the maximum PCR
value because it means it is very probable that it is an actual pcr wraparound.

It *needs* to do that behaviour for *compliant* streams, else you end up with a
discrepancy between (corrected) PCR values and local (corrected) clock.

If the absolute difference is smaller than a small value (like 10s), it should
be ignore.

The question is what to do with values in between (i.e. it's not a glitch and
it's not a compliant wrap-around).

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