Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c226 static void gst_test_clock_dispose (GObject * object);
265 gobject_class->dispose = GST_DEBUG_FUNCPTR (gst_test_clock_dispose); in gst_test_clock_class_init()
332 gst_test_clock_dispose (GObject * object) in gst_test_clock_dispose() function