Searched refs:write_wait_clock_id (Results 1 – 2 of 2) sorted by relevance
143 if (dsoundsink->write_wait_clock_id != NULL) { in gst_directsound_sink_finalize()144 gst_clock_id_unref (dsoundsink->write_wait_clock_id); in gst_directsound_sink_finalize()225 dsoundsink->write_wait_clock_id = NULL; in gst_directsound_sink_init()655 if (G_UNLIKELY (dsoundsink->write_wait_clock_id == NULL || in gst_directsound_sink_write()657 dsoundsink->write_wait_clock_id, sleep_until) == FALSE)) { in gst_directsound_sink_write()659 if (dsoundsink->write_wait_clock_id != NULL) { in gst_directsound_sink_write()660 gst_clock_id_unref (dsoundsink->write_wait_clock_id); in gst_directsound_sink_write()663 dsoundsink->write_wait_clock_id = in gst_directsound_sink_write()668 clock_id = dsoundsink->write_wait_clock_id; in gst_directsound_sink_write()823 if (dsoundsink->write_wait_clock_id != NULL) { in gst_directsound_sink_reset()[all …]
85 GstClockID write_wait_clock_id; member