Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c143 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 …]
Dgstdirectsoundsink.h85 GstClockID write_wait_clock_id; member