Home
last modified time | relevance | path

Searched refs:GstClockSelect (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstclockselect.c95 G_DEFINE_TYPE_WITH_CODE (GstClockSelect, gst_clock_select, GST_TYPE_PIPELINE,
132 gst_clock_select_init (GstClockSelect * clock_select) in gst_clock_select_init()
142 GstClockSelect *clock_select = GST_CLOCK_SELECT (object); in gst_clock_select_set_property()
163 GstClockSelect *clock_select = GST_CLOCK_SELECT (object); in gst_clock_select_get_property()
184 GstClockSelect *clock_select = GST_CLOCK_SELECT (element); in gst_clock_select_provide_clock()
Dgstclockselect.h28 …ne GST_CLOCK_SELECT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_CLOCK_SELECT,GstClockSelect))
33 typedef struct _GstClockSelect GstClockSelect; typedef