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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 27 03:02:34 PDT 2014


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

--- Comment #44 from Mathieu Duponchelle <mathieu.duponchelle at epitech.eu> 2014-05-27 10:02:28 UTC ---
This has to do with the seeking feature in that we now keep the segment asked
for in the seek:

+  if (flags & GST_SEEK_FLAG_ACCURATE) {
+    /* keep the seek infos for our segment */
+    demux->segment = seeksegment;
+  }

However, if the requested segment is [0 -> X] and the first timestamp is > 0,
we want to update the segment we will push to start at the first ts (the logic
is similar to the non-seeking case).

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