GstBaseSink

GstBaseSink —

Synopsis


#include <gst/base/gstbasesink.h>


            GstBaseSink;
#define     GST_BASE_SINK_PAD               (obj)


Description

Details

GstBaseSink

typedef struct {
  GstElement	 element;
} GstBaseSink;

The opaque GstBaseSink data structure.


GST_BASE_SINK_PAD()

#define GST_BASE_SINK_PAD(obj)		(GST_BASE_SINK_CAST (obj)->sinkpad)

Gives the pointer to the GstPad object of the element.

obj : base sink instance