[Bug 749690] splitfilesrc: Implement binary search in find_part_for_offset

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 24 03:44:46 PDT 2015


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

--- Comment #8 from Jan Schmidt <thaytan at noraisin.net> ---
QtDemux is storing an array of actual QtDemuxSamples directly, so
sizeof(QtDemuxSample) is correct there.

splitfilesrc is storing an array of pointers to GstFileParts - so sizeof
(GstFilePart *)

If you're just testing with one file, you'll never exercise that code. It only
runs when switching to a different file, so you need at least 2.

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