src class differentiation
Tim-Philipp Müller
t.i.m at zen.co.uk
Thu Sep 19 05:15:52 PDT 2013
On Thu, 2013-09-19 at 05:10 -0700, JasonP wrote:
> Please help me understand the difference between GstBaseSrcClass and
> GstPushSrcClass? What is the advantage in using create callback from
> GstPushSrcClass??
GstPushSrc is a simpler version of GstBaseSrc that only works in push
mode (no random access). Use it for sources that do not work in pull
mode.
Cheers
-Tim
More information about the gstreamer-devel
mailing list