[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 17:15:40 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=691481
GStreamer | gst-plugins-good | 1.x
--- Comment #10 from Matej Knopp <matej.knopp at gmail.com> 2013-02-15 01:15:33 UTC ---
The problem here seems to be that priv->next_dts is set to segment->start on
seek, but PTS of first buffer is before segment->start.
so priv->next_pts is set from first buffer (after seek), priv->next_dts is set
from segment start, which results in priv->next_pts < priv->next_pts.
That doesn't seem right. How is this supposed to work? Why is next_dts set to
segment start?
--
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