GstData

GstData — Abstract structure for information that is passed among elements

Synopsis


#include <gst/gst.h>




Description

This abstract structure provides a common base for GstBuffer, GstBufferPool and GstEvent. It is the main data type that is passed along in a pipeline. GstData provides refcounting, freeing and copying for its child classes.

Details

See Also

GstBuffer, GstBufferPool, GstEvent