Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsrc.c87 static gboolean gst_shm_src_stop (GstBaseSrc * bsrc);
117 gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_shm_src_stop); in gst_shm_src_class_init()
295 gst_shm_src_stop (GstBaseSrc * bsrc) in gst_shm_src_stop() function