index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
wasapi
/
gstwasapisink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasapi: added missing lock release in case of error in gst_wasapi_xxx_reset
Silvio Lazzeretti
2020-07-15
1
-2
/
+3
*
plugins: Update for documentation of Windows plugins
Seungha Yang
2020-07-02
1
-0
/
+2
*
wasapi: Fix possible deadlock while downwards state change
Seungha Yang
2020-06-11
1
-4
/
+33
*
documentation: fixed a heap o' typos
Aaron Boxer
2019-11-05
1
-1
/
+1
*
wasapi: Move to CoInitializeEx for COM initialization
Nirbheek Chauhan
2019-08-27
1
-2
/
+2
*
wasapi: add Hardware tag to element metadata
Tim-Philipp Müller
2019-02-19
1
-1
/
+1
*
wasapi: Fix infinite loop when the device disappears
Nirbheek Chauhan
2019-01-15
1
-11
/
+27
*
wasapi: Fix double call to Start when resetting the element
Nirbheek Chauhan
2019-01-04
1
-0
/
+1
*
wasapisink: Don't call CoUninitialize() twice in unprepare()
Sebastian Dröge
2019-01-03
1
-2
/
+0
*
wasapi: Remove code that sets thread priority
Nirbheek Chauhan
2018-09-11
1
-12
/
+4
*
wasapisink: recover from low buffer levels in shared mode
Christoph Reiter
2018-05-25
1
-27
/
+47
*
wasapisink: fix missing unlock in case IAudioClient_Start fails
Christoph Reiter
2018-05-25
1
-1
/
+2
*
wasapi: Don't pass CoTaskMemFree to g_clear_pointer
Christoph Reiter
2018-05-23
1
-1
/
+2
*
wasapi: Call CoIn/Uninitialize() around prepare()
Nirbheek Chauhan
2018-04-16
1
-3
/
+5
*
wasapi: Handle return value of WaitForSingleObject
Nirbheek Chauhan
2018-04-10
1
-1
/
+8
*
wasapi: Call _Start if the client was _Reset
Nirbheek Chauhan
2018-04-10
1
-2
/
+17
*
wasapi: Don't open the device in get_caps()
Nirbheek Chauhan
2018-04-09
1
-6
/
+9
*
wasapi: Only use audioclient3 when low-latency
Nirbheek Chauhan
2018-04-06
1
-5
/
+26
*
wasapisrc: Implement loopback recording
Nirbheek Chauhan
2018-04-04
1
-3
/
+3
*
wasapi: Clarify usage of low-latency property, add myself as author
Nirbheek Chauhan
2018-02-26
1
-1
/
+6
*
wasapi: Add a property for trying the AudioClient3 API
Nirbheek Chauhan
2018-02-26
1
-4
/
+31
*
wasapi: Set realtime thread priority at runtime
Nirbheek Chauhan
2018-02-26
1
-10
/
+3
*
wasapi: Use IAudioClient3 interface when available
Nirbheek Chauhan
2018-02-26
1
-62
/
+20
*
wasapi: Use a macro for HRESULT failure paths
Nirbheek Chauhan
2018-02-26
1
-92
/
+23
*
wasapisrc: Re-align device period if necessary
Nirbheek Chauhan
2018-02-09
1
-2
/
+2
*
wasapi: Unprepare when src/sink_prepare fails
Nirbheek Chauhan
2018-02-08
1
-9
/
+7
*
wasapisink: Re-align device period if necessary
Nirbheek Chauhan
2018-02-08
1
-3
/
+30
*
wasapisink: pre-load the buffer with silence
Nirbheek Chauhan
2018-02-08
1
-28
/
+79
*
wasapi: Try to use latency-time and buffer-time
Nirbheek Chauhan
2018-02-08
1
-28
/
+48
*
wasapi: Cover more HRESULT error messages
Nirbheek Chauhan
2018-02-08
1
-12
/
+21
*
wasapi: Increase thread priority to reduce glitches
Nirbheek Chauhan
2018-02-08
1
-0
/
+18
*
wasapi: Allow opening devices in exclusive mode
Nirbheek Chauhan
2018-02-08
1
-42
/
+85
*
wasapi: Rename struct element for device name
Nirbheek Chauhan
2018-02-08
1
-10
/
+14
*
wasapi: Fix indentation issues missed by the commit hook
Nirbheek Chauhan
2018-02-08
1
-2
/
+2
*
wasapi: Correctly set ringbuffer segsize/segtotal
Nirbheek Chauhan
2018-01-31
1
-14
/
+39
*
wasapi: Implement support for >2 channels
Nirbheek Chauhan
2018-01-31
1
-7
/
+14
*
wasapi: Fix some leaks, bugs, and compiler warnings
Nirbheek Chauhan
2018-01-25
1
-3
/
+25
*
wasapi: Rewrite most of the code to make it work
Nirbheek Chauhan
2018-01-22
1
-52
/
+236
*
docs: Port all docstring to gtk-doc markdown
Thibault Saunier
2017-04-12
1
-3
/
+3
*
bad: use new gst_element_class_add_static_pad_template()
Vineeth TM
2016-03-24
1
-2
/
+1
*
wasapisrc: Port to GstAudioSrc
Sebastian Dröge
2013-04-23
1
-1
/
+2
*
wasapi: Port wasapisink to GstAudioSink
Sebastian Dröge
2013-04-23
1
-88
/
+142
*
wasapi: Initial port to 1.0
Sebastian Dröge
2013-03-26
1
-31
/
+36
*
wasapi: Include config.h before anything else
Sebastian Dröge
2013-03-26
1
-0
/
+3
*
Fix FSF address
Tim-Philipp Müller
2012-11-04
1
-2
/
+2
*
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
2012-10-17
1
-1
/
+1
*
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
2012-09-14
1
-1
/
+1
*
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
2010-03-18
1
-7
/
+4
*
sys/: New plugin for audio capture and playback using Windows Audio Session
Ole André Vadla Ravnås
2008-09-30
1
-0
/
+267