packages feed

gstreamer-0.11.0: hierarchy.list

# This list is the result of a copy-and-paste from the GtkObject hierarchy
# html documentation. Deprecated widgets are uncommented. Some additional
# object have been defined at the end of the copied list.

# The Gtk prefix of every object is removed, the other prefixes are
# kept.  The indentation implies the object hierarchy. In case the
# type query function cannot be derived from the name or the type name
# is different, an alternative name and type query function can be
# specified by appending 'as typename, <query_func>'.  In case this
# function is not specified, the <name> is converted to
# gtk_<name'>_get_type where <name'> is <name> where each upperscore
# letter is converted to an underscore and lowerletter. The underscore
# is omitted if an upperscore letter preceeded: GtkHButtonBox ->
# gtk_hbutton_box_get_type. The generation of a type can be
# conditional by appending 'if <tag>'. Such types are only produces if
# --tag=<tag> is given on the command line of TypeGenerator.


    GObject 

## GStreamer classes
	GstObject			as Object,		gst_object_get_type			if gstreamer
	    GstPad			as Pad,			gst_pad_get_type			if gstreamer
	        GstGhostPad		as GhostPad,		gst_ghost_pad_get_type			if gstreamer
	    GstPluginFeature		as PluginFeature,	gst_plugin_feature_get_type		if gstreamer
	        GstElementFactory	as ElementFactory,	gst_element_factory_get_type		if gstreamer
	        GstTypeFindFactory	as TypeFindFactory,	gst_type_find_factory_get_type		if gstreamer
	        GstIndexFactory		as IndexFactory,	gst_index_factory_get_type		if gstreamer
	    GstElement			as Element,		gst_element_get_type			if gstreamer
	        GstBin			as Bin,			gst_bin_get_type			if gstreamer
	            GstPipeline		as Pipeline,		gst_pipeline_get_type			if gstreamer
	        GstImplementsInterface  as ImplementsInterface, gst_implements_interface_get_type	if gstreamer
	        GstTagSetter            as TagSetter,           gst_tag_setter_get_type			if gstreamer
                GstBaseSrc              as BaseSrc,             gst_base_src_get_type			if gstreamer
                    GstPushSrc          as PushSrc,             gst_push_src_get_type                   if gstreamer
                GstBaseSink             as BaseSink,            gst_base_sink_get_type                  if gstreamer
                GstBaseTransform        as BaseTransform,       gst_base_transform_get_type             if gstreamer
	    GstPlugin			as Plugin,		gst_plugin_get_type			if gstreamer
	    GstRegistry			as Registry,		gst_registry_get_type			if gstreamer
	    GstBus			as Bus,			gst_bus_get_type			if gstreamer
	    GstClock			as Clock,		gst_clock_get_type			if gstreamer
	        GstAudioClock		as AudioClock,		gst_audio_clock_get_type		if gstreamer
	        GstSystemClock		as SystemClock,		gst_system_clock_get_type		if gstreamer
                GstNetClientClock       as NetClientClock,      gst_net_client_clock_get_type           if gstreamer
	    GstIndex			as Index,		gst_index_get_type			if gstreamer
	    GstPadTemplate		as PadTemplate,		gst_pad_template_get_type		if gstreamer
	    GstTask			as Task,		gst_task_get_type			if gstreamer
	    GstXML			as XML,			gst_xml_get_type			if gstreamer
	    GstChildProxy               as ChildProxy,          gst_child_proxy_get_type		if gstreamer
            GstCollectPads              as CollectPads,         gst_collect_pads_get_type               if gstreamer
## these are actually GInterfaces
	GstURIHandler                   as URIHandler,          gst_uri_handler_get_type		if gstreamer
        GstAdapter                      as Adapter,             gst_adapter_get_type                    if gstreamer
        GstController                   as Controller,          gst_controller_get_type                 if gstreamer