Support for keyframe-only trickmode
Tim-Philipp Müller
t.i.m at zen.co.uk
Thu Nov 22 02:55:21 PST 2012
On Thu, 2012-11-22 at 10:03 +0100, Rob wrote:
> Is the SKIP seek just a tweak for the demuxer if you know better than
> to just let QoS do the adaptation in decodes...?
It depends a bit where your choke points are at those speeds. If you
process things at 8x, 16x or 32x, you might find that the
demuxer/parsers start using way too much CPU, or that data can't be read
fast enough from storage/network, or that all those unaligned memcpys
are really starting to bite. In those cases, the demuxer might need to
avoid unnecessary processing to make things work at all.
Cheers
-Tim
More information about the gstreamer-devel
mailing list