Searched refs:readsrc (Results 1 – 2 of 2) sorted by relevance
3718 GSource *readsrc; member3836 if (watch->readsrc) { in gst_rtsp_source_dispatch_read()3838 g_source_remove_child_source ((GSource *) watch, watch->readsrc); in gst_rtsp_source_dispatch_read()3839 g_source_unref (watch->readsrc); in gst_rtsp_source_dispatch_read()3840 watch->readsrc = NULL; in gst_rtsp_source_dispatch_read()4288 if (watch->readsrc) in gst_rtsp_source_finalize()4289 g_source_unref (watch->readsrc); in gst_rtsp_source_finalize()4369 if (watch->readsrc) { in gst_rtsp_watch_reset()4370 g_source_remove_child_source ((GSource *) watch, watch->readsrc); in gst_rtsp_watch_reset()4371 g_source_unref (watch->readsrc); in gst_rtsp_watch_reset()[all …]
66418 rtspconnection: Protect readsrc, writesrc and controllsrc with a mutex66419 Fixes a crash when controlsrc, readsrc or writesrc are modified from