summaryrefslogtreecommitdiff
path: root/sys/directsound/gstdirectsoundsrc.c
Commit message (Expand)AuthorAgeFilesLines
* bad: use of g_value_dup_stringStéphane Cerveau2019-12-301-1/+1
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* directsoundsrc: Add support for a DeviceProviderSebastian Dröge2018-01-251-5/+3
* directsoundsrc: Don't dynamically load one DirectSound symbol at runtimeSebastian Dröge2018-01-221-40/+1
* directsoundsrc: Properly pass pLockedBuffer by reference when calling IDirect...Philippe Renon2017-07-111-1/+1
* directsoundsrc: Use a GstClockID to wait instead of Sleep()Nirbheek Chauhan2017-05-121-12/+44
* directsoundsrc: Use latency-time and buffer-time settingsNirbheek Chauhan2017-05-081-44/+94
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* Revert "directsoundsrc: Correctly calculate segsize and segtotal"Sebastian Dröge2017-04-121-15/+17
* directsoundsrc: Correctly calculate segsize and segtotalSebastian Dröge2017-04-061-17/+15
* directsoundsrc: Correctly cast mixer to uintptrArtem Martynovich2016-10-311-1/+1
* directsoundsrc: Convert Windows strings to UTF8 before comparing against UTF8...Sebastian Dröge2016-05-031-2/+17
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+2
* directsoundsrc: add device property as it is done in directsoundsinkThomas Roos2015-12-181-8/+83
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* directsoundsrc: Check return values of DirectSound functions in read loopThomas Roos2015-12-111-1/+13
* directsoundsrc: fix build error for 64bit Windows build by MinGWKouhei Sutou2015-09-091-1/+1
* directsoundsrc: Implement volume and muteVictor Toso2015-03-311-2/+265
* directsoundsrc: Avoid leaking copy of caps objectSebastian Rasmussen2014-08-101-2/+1
* directsoundsrc: Fix critical due to missing debug category initializationXavi Artigas2014-04-081-3/+3
* directsoundsrc: Remove unused variableSebastian Dröge2013-08-221-19/+16
* directsoundsrc: Add 'device-name' property for selecting a audio deviceKishore Arepalli2013-08-221-16/+66
* directsound: fix compilation errors caused by circular includesРуслан Ижбулатов2012-12-121-0/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* directsoundsrc: Fix a number of warnings/errors in directsoundsrcРуслан Ижбулатов2012-10-261-10/+5
* directsoundsrc: Fix compiler warningRaimo Järvi2012-10-171-2/+3
* directsoundsrc: port to 1.0Raimo Järvi2012-10-171-127/+78
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-2/+2
* directsoundsrc: Chain up to the parent class' finalize implementationSebastian Dröge2012-07-031-5/+7
* Fix warnings in directdrawsink and directsoundsrcРуслан Ижбулатов2010-05-011-3/+3
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* Remove executable bits from non-executable files.Michael Smith2009-10-271-0/+0
* directdraw, directsound: unify CFLAGS and fix configure checks for DirectX-ba...Руслан Ижбулатов2009-08-261-8/+0
* directsoundsrc: LF and indentJulien Isorce2009-08-101-544/+635
* directsoundsrc: Add DirectSound source pluginJoni Valtanen2009-07-291-0/+587