get_buffer
Description:
public unowned Buffer?
get_buffer ()
Get the buffer associated with this
Parameters:
Returns:
the buffer of this or null when there is no buffer. The buffer remains valid as long
as this is valid. If you need to hold on to it for longer than that, take a ref to the buffer with
gst_buffer_ref .
|