[gstreamer-bugs] [Bug 607945] oggdemux: Ogg Index support for seek in push mode

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jan 24 09:12:00 PST 2010


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2010-01-24 17:11:58 UTC ---
Just two random comments:
- You might want to call the prestime field "pts" :)
- Instead of using a GTree you could use a normal array, sort it after all
index points are there (if necessary) and then use
gst_util_array_binary_search() on that. That gives you much less allocations
and will be faster

Thanks for the patch :)

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