Lines Matching refs:controlsrc
3720 GSource *controlsrc; member
3862 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()
4293 g_source_unref (watch->controlsrc); in gst_rtsp_source_finalize()
4378 if (watch->controlsrc) { in gst_rtsp_watch_reset()
4379 g_source_remove_child_source ((GSource *) watch, watch->controlsrc); in gst_rtsp_watch_reset()
4380 g_source_unref (watch->controlsrc); in gst_rtsp_watch_reset()
4381 watch->controlsrc = NULL; in gst_rtsp_watch_reset()
4402 watch->controlsrc = in gst_rtsp_watch_reset()
4405 g_source_set_callback (watch->controlsrc, in gst_rtsp_watch_reset()
4407 g_source_add_child_source ((GSource *) watch, watch->controlsrc); in gst_rtsp_watch_reset()
4409 watch->controlsrc = NULL; in gst_rtsp_watch_reset()
4691 if (watch->controlsrc) { in gst_rtsp_watch_write_serialized_messages()
4692 g_source_remove_child_source ((GSource *) watch, watch->controlsrc); in gst_rtsp_watch_write_serialized_messages()
4693 g_source_unref (watch->controlsrc); in gst_rtsp_watch_write_serialized_messages()
4694 watch->controlsrc = NULL; in gst_rtsp_watch_write_serialized_messages()