Searched refs:controlsrc (Results 1 – 2 of 2) sorted by relevance
3720 GSource *controlsrc; member3862 if (watch->conn->control_stream && !watch->controlsrc) { in gst_rtsp_source_dispatch_read()3863 watch->controlsrc = in gst_rtsp_source_dispatch_read()3866 g_source_set_callback (watch->controlsrc, in gst_rtsp_source_dispatch_read()3869 g_source_add_child_source ((GSource *) watch, watch->controlsrc); in gst_rtsp_source_dispatch_read()4024 watch->controlsrc = in gst_rtsp_source_dispatch_write()4027 g_source_set_callback (watch->controlsrc, in gst_rtsp_source_dispatch_write()4030 g_source_add_child_source ((GSource *) watch, watch->controlsrc); in gst_rtsp_source_dispatch_write()4032 watch->controlsrc = NULL; in gst_rtsp_source_dispatch_write()4292 if (watch->controlsrc) in gst_rtsp_source_finalize()[all …]
66419 Fixes a crash when controlsrc, readsrc or writesrc are modified from