Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgsttaskpool.c44 static void gst_task_pool_finalize (GObject * object);
145 gobject_class->finalize = gst_task_pool_finalize; in gst_task_pool_class_init()
162 gst_task_pool_finalize (GObject * object) in gst_task_pool_finalize() function