gstreamer/sys/wasapi
Nirbheek Chauhan 8249763f6c wasapi: Fix double call to Start when resetting the element
When either the source or sink goes from PLAYING -> NULL -> PLAYING,
we call _reset() which sets client_needs_restart, and then we call
prepare() which calls IAudioClient_Start(), so we don't need to call
it again in src_read() or sink_write(). Unlike when we're just going
PLAYING -> PAUSED -> PLAYING.
2019-01-04 18:47:07 +05:30
..
gstaudioclient3.h wasapi: Fix build with Windows 8.1 SDK 2018-08-08 01:03:53 +05:30
gstwasapi.c wasapi: Increase rank to prefer over directsoundsrc 2018-03-01 15:33:18 +05:30
gstwasapidevice.c wasapi: Fix indentation issues missed by the commit hook 2018-02-08 11:46:01 +05:30
gstwasapidevice.h wasapi: Fix indentation issues missed by the commit hook 2018-02-08 11:46:01 +05:30
gstwasapisink.c wasapi: Fix double call to Start when resetting the element 2019-01-04 18:47:07 +05:30
gstwasapisink.h wasapi: Remove code that sets thread priority 2018-09-11 01:00:21 +05:30
gstwasapisrc.c wasapi: Fix double call to Start when resetting the element 2019-01-04 18:47:07 +05:30
gstwasapisrc.h wasapi: Remove code that sets thread priority 2018-09-11 01:00:21 +05:30
gstwasapiutil.c wasapi: Remove code that sets thread priority 2018-09-11 01:00:21 +05:30
gstwasapiutil.h wasapi: Remove code that sets thread priority 2018-09-11 01:00:21 +05:30
Makefile.am wasapi: ship audioclient3 header in tarballs 2018-03-09 11:42:13 +00:00
meson.build wasapi: Fix build with Windows 8.1 SDK 2018-08-08 01:03:53 +05:30