Home
last modified time | relevance | path

Searched refs:readsrc (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c3718 GSource *readsrc; member
3836 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 …]
/third_party/gstreamer/gstplugins_base/
DChangeLog66418 rtspconnection: Protect readsrc, writesrc and controllsrc with a mutex
66419 Fixes a crash when controlsrc, readsrc or writesrc are modified from