[Bug 701141] tsdemux: multiple patches related to seeking

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 15 02:23:01 PDT 2013


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

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.3

--- Comment #3 from Edward Hervey <bilboed at gmail.com> 2013-07-15 09:22:59 UTC ---
Last two commits pushed. Thanks !

commit 024aa47f644dc141bcf9318a283aa4a3c6b0a7d0
Author: Arnaud Vrac <avrac at freebox.fr>
Date:   Fri May 24 18:18:35 2013 +0200

    tsdemux: implement seeking in push mode

commit 388c28381f0d5712bb50982a0ff85e83582d43f6
Author: Arnaud Vrac <avrac at freebox.fr>
Date:   Tue May 28 16:14:42 2013 +0200

    tsdemux: recalculate new segment after byte seek

    The seeking start time is approximated from the seek offset in bytes
    using the accumulated PCR observations, so on a VBR stream there might
    be a big difference between the actual PCR and the estimated one after
    the seek. This might result in a long wait to skip all out of segments
    packets.

    Instead we just recalculate the new segment to start at the first PTS
    after the seek, so that playback starts immediatly.

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