[Bug 655804] Play position advancing but frames not rendered

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 31 05:08:55 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=655804
  GStreamer | gstreamer (core) | 0.10.34

--- Comment #14 from Simon Farnsworth <simon.farnsworth at onelan.co.uk> 2011-08-31 12:08:52 UTC ---
(In reply to comment #13)
> Actually, it's not the PCR that's jumping, it's the PTS - which I understand to
> be "presentation timestamp". I'm not sure what is the relation between PTS and
> PCR.

In a hardware decoder, PCR is used to synchronise your local 27MHz clock to the
broadcaster's 27MHz clock. PTS is the presentation timestamp, measured against
that 27MHz clock. Packets are removed from transport buffering at their decode
time, which is DTS if present, PTS if no DTS present (see section 2.4.3.7's
description of PTS and DTS). I would not personally expect decode times to go
backwards, and certainly not by a large amount - this could be used to detect a
probable discontinuity.

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