Next: , Previous: GstMessage, Up: Top


22 GstMiniObject

Lightweight base class for the GStreamer object hierarchy

22.1 Overview

<gst-mini-object> is a baseclass like <gobject>, but has been stripped down of features to be fast and small. It offers sub-classing and ref-counting in the same way as <gobject> does. It has no properties and no signal-support though.

Last reviewed on 2005-11-23 (0.9.5)

22.2 Usage