[Bug 739990] basesink: set the last position to minimum value after rewind
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 24 09:16:56 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=739990
--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
If there's DTS on the buffers, the DTS is used in the sink. In which case the
DTS must monotonically increase (rate > 0) or decrease (rate < 0). Everything
else would be a bug in upstream elements.
If there's no DTS on buffers, the PTS is used in the sink. In which case the
PTS must monotonically increase or decrease... etc :)
So it seems like something is producing wrong values in your pipeline.
Nonetheless basesink should compensate for that somehow, but I think it should
already do that in the beginning of it's chain function.
--
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