GstData

Name

GstData -- Common structure for GstBuffer and GstEvent

Synopsis


#include <gst/gst.h>


struct      GstData;

Description

This structure provides a common base for GstBuffer and GstEvent. It is the main data type that is passed along in a pipeline.

Details

struct GstData

struct GstData {
  GType type;
};

The base structure

GType typeThe type of this data.

See Also

GstBuffer, GstEvent