Lines Matching refs:bsrc
86 static gboolean gst_shm_src_start (GstBaseSrc * bsrc);
87 static gboolean gst_shm_src_stop (GstBaseSrc * bsrc);
90 static gboolean gst_shm_src_unlock (GstBaseSrc * bsrc);
91 static gboolean gst_shm_src_unlock_stop (GstBaseSrc * bsrc);
286 gst_shm_src_start (GstBaseSrc * bsrc) in gst_shm_src_start() argument
288 if (gst_base_src_is_live (bsrc)) in gst_shm_src_start()
291 return gst_shm_src_start_reading (GST_SHM_SRC (bsrc)); in gst_shm_src_start()
295 gst_shm_src_stop (GstBaseSrc * bsrc) in gst_shm_src_stop() argument
297 if (!gst_base_src_is_live (bsrc)) in gst_shm_src_stop()
298 gst_shm_src_stop_reading (GST_SHM_SRC (bsrc)); in gst_shm_src_stop()
434 gst_shm_src_unlock (GstBaseSrc * bsrc) in gst_shm_src_unlock() argument
436 GstShmSrc *self = GST_SHM_SRC (bsrc); in gst_shm_src_unlock()
445 gst_shm_src_unlock_stop (GstBaseSrc * bsrc) in gst_shm_src_unlock_stop() argument
447 GstShmSrc *self = GST_SHM_SRC (bsrc); in gst_shm_src_unlock_stop()