[Bug 749090] hlsdemux: set uri handler blocksize to reduce CPU usage

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 18 16:23:07 PDT 2015


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

--- Comment #5 from Duncan Palmer <dpalmer at digisoft.tv> ---
Review of attachment 313443:
 --> (https://bugzilla.gnome.org/review?bug=749090&attachment=313443)

This looks like it'll end up setting the blocksize property on the
uridownloader when downloading metadata, as well as content. I don't think
this'll be an issue for HLS, where playlists are smaller than a block anyway
(whether it be 4 or 64K) - is it ok for the other adaptive demux elements?

This change looks a bit cleaner if the CLAMP() macro is used in place of my
original tests on blocksize higher and lower bounds.

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