Searched refs:stdin_source (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-ptp-helper.c | 567 GSource *stdin_source; in setup_stdio_channels() local 575 stdin_source = in setup_stdio_channels() 577 g_source_set_priority (stdin_source, G_PRIORITY_DEFAULT); in setup_stdio_channels() 578 g_source_set_callback (stdin_source, (GSourceFunc) have_stdin_data_cb, NULL, in setup_stdio_channels() 580 g_source_attach (stdin_source, NULL); in setup_stdio_channels()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstptpclock.c | 2066 GSource *stdin_source; in gst_ptp_init() local 2152 stdin_source = in gst_ptp_init() 2154 g_source_set_priority (stdin_source, G_PRIORITY_DEFAULT); in gst_ptp_init() 2155 g_source_set_callback (stdin_source, (GSourceFunc) have_stdin_data_cb, NULL, in gst_ptp_init() 2157 g_source_attach (stdin_source, main_context); in gst_ptp_init() 2158 g_source_unref (stdin_source); in gst_ptp_init()
|