Lines Matching refs:writesrc
3719 GSource *writesrc; member
4012 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()
4376 watch->writesrc = NULL; in gst_rtsp_watch_reset()
4688 if (!watch->writesrc) { in gst_rtsp_watch_write_serialized_messages()
4697 watch->writesrc = in gst_rtsp_watch_write_serialized_messages()
4700 g_source_set_callback (watch->writesrc, in gst_rtsp_watch_write_serialized_messages()
4702 g_source_add_child_source ((GSource *) watch, watch->writesrc); in gst_rtsp_watch_write_serialized_messages()