#include <gst/gst.h> struct GstData;
This structure provides a common base for GstBuffer and GstEvent. It is the main data type that is passed along in a pipeline.
struct GstData { GType type; };
The base structure
GstBuffer, GstEvent