[Bug 744587] queue2: incorrect current-level-time reported after seek (with packetized data)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 28 00:46:04 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=744587

--- Comment #9 from Aleksander Wabik <awabik at opera.com> ---
Created attachment 314286
  --> https://bugzilla.gnome.org/attachment.cgi?id=314286&action=edit
TC and fix for the negative playback rates

Attaching the TC and fix for negative playback rates. It's a separate issue:
when we're playing segment with rate=-1.0, start=0, stop=GST_SECOND, and we
feed buffers with timestamps from 2*GST_SECOND to 0 (reverse order), then the
queue will report 0.9 seconds buffered, because it calculates the sinktime
basing on buffer's PTS+DURATION. In case of negative rates, just the PTS should
be used.

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