Pad.setGetrangeFunctionFull

Sets the given getrange function for the pad. The getrange function is called to produce a new #GstBuffer to start the processing pipeline. see #GstPadGetRangeFunction for a description of the getrange function.

class Pad
void
setGetrangeFunctionFull

Parameters

get GstPadGetRangeFunction

the #GstPadGetRangeFunction to set.

userData void*

user_data passed to @notify

notify GDestroyNotify

notify called when @get will not be used anymore.

Meta