Searched refs:reader_thread (Results 1 – 4 of 4) sorted by relevance
65 GThread *reader_thread; member
2171 reader_thread (gpointer data) in reader_thread() function2208 if (comm->reader_thread) in gst_ipc_pipeline_comm_start_reader_thread()2220 comm->reader_thread = in gst_ipc_pipeline_comm_start_reader_thread()2221 g_thread_new ("reader", (GThreadFunc) reader_thread, comm); in gst_ipc_pipeline_comm_start_reader_thread()2228 if (!comm->reader_thread) in gst_ipc_pipeline_comm_stop_reader_thread()2232 g_thread_join (comm->reader_thread); in gst_ipc_pipeline_comm_stop_reader_thread()2233 comm->reader_thread = NULL; in gst_ipc_pipeline_comm_stop_reader_thread()
611 if (!sink->comm.reader_thread) { in gst_ipc_pipeline_sink_change_state()
945 if (!src->comm.reader_thread) { in gst_ipc_pipeline_src_change_state()