Searched refs:writesrc (Results 1 – 8 of 8) sorted by relevance
50 name = "writesrc",52 hdrs = ["writesrc.h"],53 srcs = ["writesrc.cpp"],
23 writesrc.cpp
3719 GSource *writesrc; member4012 if (watch->writesrc) { in gst_rtsp_source_dispatch_write()4014 g_source_remove_child_source ((GSource *) watch, watch->writesrc); in gst_rtsp_source_dispatch_write()4015 g_source_unref (watch->writesrc); in gst_rtsp_source_dispatch_write()4016 watch->writesrc = NULL; in gst_rtsp_source_dispatch_write()4290 if (watch->writesrc) in gst_rtsp_source_finalize()4291 g_source_unref (watch->writesrc); in gst_rtsp_source_finalize()4373 if (watch->writesrc) { in gst_rtsp_watch_reset()4374 g_source_remove_child_source ((GSource *) watch, watch->writesrc); in gst_rtsp_watch_reset()4375 g_source_unref (watch->writesrc); in gst_rtsp_watch_reset()[all …]
61 ucbuf.o xmlparser.o writesrc.o \
316 "//third_party/icu/icu4c/source/tools/toolutil/writesrc.cpp",
17256 FILE: ../../../third_party/icu/source/tools/toolutil/writesrc.cpp17257 FILE: ../../../third_party/icu/source/tools/toolutil/writesrc.h
66418 rtspconnection: Protect readsrc, writesrc and controllsrc with a mutex66419 Fixes a crash when controlsrc, readsrc or writesrc are modified from72159 rtspconnection: Only create writesrc when it is actually needed72161 a leak of it's child sources. That is why we create writesrc right