[Bug 691481] avidemux: a/v sync off on sample video when activated in push mode

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 14 23:40:50 PST 2013


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

--- Comment #12 from Matej Knopp <matej.knopp at gmail.com> 2013-02-15 07:40:48 UTC ---
The issue in my case seems to be that on seek, the DTS start from
segment->start, while PTS start from segment->start - n (first buffer PTS). 
The buffers only have PTS set.

If the incoming buffer has PTS (but not DTS), shouldn't the interpolated DTS
start from that PTS (instead of segment->start, which is completely arbitrary,
as the segment->start time doesn't have to be same as first  buffer?)

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