GstValidatePipelineMonitor

TODO

GstValidatePipelineMonitor

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstValidateMonitor
                ╰──GstValidateElementMonitor
                    ╰──GstValidateBinMonitor
                        ╰──GstValidatePipelineMonitor

GStreamer Validate PipelineMonitor class.

Class that wraps a GstPipeline for Validate checks

Members

parent (GstValidateBinMonitor) –
No description available

Class structure

GstValidatePipelineMonitorClass

GStreamer Validate PipelineMonitor object class.

Fields
parent_class (GstValidateBinMonitorClass) –

parent


Constructors

gst_validate_pipeline_monitor_new

GstValidatePipelineMonitor *
gst_validate_pipeline_monitor_new (GstPipeline * pipeline,
                                   GstValidateRunner * runner,
                                   GstValidateMonitor * parent)

Parameters:

pipeline ( [transfer: none])

a GstPipeline to run Validate on

runner ( [transfer: none])

a GstValidateRunner

parent ( [nullable])

The parent of the new monitor

Returns ( [transfer: full])

A GstValidatePipelineMonitor


Function Macros

GST_IS_VALIDATE_PIPELINE_MONITOR

#define GST_IS_VALIDATE_PIPELINE_MONITOR(obj)              (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_VALIDATE_PIPELINE_MONITOR))

GST_IS_VALIDATE_PIPELINE_MONITOR_CLASS

#define GST_IS_VALIDATE_PIPELINE_MONITOR_CLASS(klass)      (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_VALIDATE_PIPELINE_MONITOR))

GST_VALIDATE_PIPELINE_MONITOR_CAST

#define GST_VALIDATE_PIPELINE_MONITOR_CAST(obj)            ((GstValidatePipelineMonitor*)(obj))

GST_VALIDATE_PIPELINE_MONITOR_CLASS_CAST

#define GST_VALIDATE_PIPELINE_MONITOR_CLASS_CAST(klass)    ((GstValidatePipelineMonitorClass*)(klass))

GST_VALIDATE_PIPELINE_MONITOR_GET_PIPELINE

#define GST_VALIDATE_PIPELINE_MONITOR_GET_PIPELINE(m) (GST_PIPELINE_CAST (GST_VALIDATE_ELEMENT_MONITOR_GET_ELEMENT (m)))

Constants

GST_TYPE_VALIDATE_PIPELINE_MONITOR

#define GST_TYPE_VALIDATE_PIPELINE_MONITOR			(gst_validate_pipeline_monitor_get_type ())

The results of the search are