Lines Matching refs:comm
91 void gst_ipc_pipeline_comm_init (GstIpcPipelineComm *comm, GstElement *e);
92 void gst_ipc_pipeline_comm_clear (GstIpcPipelineComm *comm);
93 void gst_ipc_pipeline_comm_cancel (GstIpcPipelineComm * comm,
96 void gst_ipc_pipeline_comm_write_flow_ack_to_fd (GstIpcPipelineComm * comm,
98 void gst_ipc_pipeline_comm_write_boolean_ack_to_fd (GstIpcPipelineComm * comm,
101 GstIpcPipelineComm * comm, guint32 id, GstStateChangeReturn ret);
103 void gst_ipc_pipeline_comm_write_query_result_to_fd (GstIpcPipelineComm * comm,
107 GstIpcPipelineComm * comm, GstBuffer * buffer);
108 gboolean gst_ipc_pipeline_comm_write_event_to_fd (GstIpcPipelineComm * comm,
110 gboolean gst_ipc_pipeline_comm_write_query_to_fd (GstIpcPipelineComm * comm,
113 GstIpcPipelineComm * comm, GstStateChange transition);
114 void gst_ipc_pipeline_comm_write_state_lost_to_fd (GstIpcPipelineComm * comm);
115 gboolean gst_ipc_pipeline_comm_write_message_to_fd (GstIpcPipelineComm * comm,
118 gboolean gst_ipc_pipeline_comm_start_reader_thread (GstIpcPipelineComm * comm,
126 void gst_ipc_pipeline_comm_stop_reader_thread (GstIpcPipelineComm * comm);