|
Public Member Functions |
void | init () |
void | set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) |
void | get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) |
GstElementStateReturn | change_state () |
gboolean | event_handler (GstPad *pad, GstEvent *event) |
GstBuffer * | get (GstPad *pad) |
void | setEndpoint (SinkEndpoint *e) |
Static Public Member Functions |
GType | get_type () |
void | static_init (Instance *shsrc) |
void | static_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) |
void | static_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) |
GstElementStateReturn | static_change_state (GstElement *element) |
gboolean | static_event_handler (GstPad *pad, GstEvent *event) |
GstBuffer * | static_get (GstPad *pad) |
Public Attributes |
GstElement | element |
gboolean | eos |
GstBuffer * | parent |
guint | parentsize |
guint | parentoffset |
gint | num_buffers |
guint64 | buffer_count |
gboolean | silent |
gboolean | dump |
gchar * | last_message |
SinkEndpoint * | _endpoint |
Static Public Attributes |
GType | _type |