Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c3720 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()
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog66419 Fixes a crash when controlsrc, readsrc or writesrc are modified from