[Bug 675132] tsdemux: implement proper seeking with binary search and keyframe detection

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 27 02:51:42 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=675132
  GStreamer | gst-plugins-bad | git

--- Comment #42 from Edward Hervey <bilboed at bilboed.com> 2014-05-27 09:51:37 UTC ---
Review of attachment 277268:
 --> (https://bugzilla.gnome.org/review?bug=675132&attachment=277268)

::: gst/mpegtsdemux/tsdemux.c
@@ +1993,3 @@
       demux->segment.rate = demux->rate;
     }
+  } else if (demux->segment.start < firstts) {

Just noticed this

What has it got to do with the seeking feature ?

This code will only be called if demux.segment is not in GST_FORMAT_TIME.

And then you modify the (non-time) values ?

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