[Bug 749690] splitfilesrc: Implement binary search in find_part_for_offset
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun May 24 05:37:39 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=749690
--- Comment #10 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
You can do this:
$ split -b 1M some.file > somefile-
to split any file into chunks of 1MB.
And then use something like this:
$ gst-play-1.0 'splitfile:///path/to/somefile-*'
or (if not up-to-date git master):
$ gst-play-1.0 --interactive 'splitfile:///path/to/somefile-*'
In any case, when proposing a patch please make sure that you test the code
path(s) you modify.
--
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