[Bug 756507] multiqueue: Use buffer DTS if present, else PTS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 27 04:17:37 PDT 2015


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

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.7.1

--- Comment #9 from Edward Hervey <bilboed at bilboed.com> ---
commit a9c923d585affc85262e41b4790d378294706d7a
Author: Edward Hervey <bilboed at bilboed.com>
Date:   Tue Oct 27 08:48:07 2015 +0100

    queue/queue2: Use GST_BUFFER_DTS_OR_PTS

    The input of queue/queue2 might have DTS set, in which cas we want
    to take that into account (instead of the PTS) to calculate position
    and queue levels.

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

commit 692c0dc060807fd1ea813aa81e9c2656fd607b40
Author: Edward Hervey <edward at centricular.com>
Date:   Tue Oct 13 17:20:26 2015 +0200

    multiqueue: Use buffer DTS if present, else PTS

    In order to accurately determine the amount (in time) of data
    travelling in queues, we should use an increasing value.

    If buffers are encoded and potentially reordered, we should be
    using their DTS (increasing) and not PTS (reordered)

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

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