summaryrefslogtreecommitdiff
path: root/sys/wasapi
Commit message (Collapse)AuthorAgeFilesLines
* wasapisrc: Port to GstAudioSrcSebastian Dröge2013-04-237-194/+218
|
* wasapi: Port wasapisink to GstAudioSinkSebastian Dröge2013-04-237-166/+203
|
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* wasapi: Initial port to 1.0Sebastian Dröge2013-03-268-92/+82
| | | | This should really use GstAudioSink and GstAudioSrc.
* wasapi: Include config.h before anything elseSebastian Dröge2013-03-264-3/+12
|
* wasapi: make the build happy without the static plugins patchSebastian Dröge2012-11-301-2/+0
|
* wasapi: Integrate into the autotools build systemSebastian Dröge2012-11-301-5/+20
| | | | Patch based on a patch by Fabrizio Ciavatta <fabrizio.ciavatta@gmail.com>
* Fix FSF addressTim-Philipp Müller2012-11-047-14/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* wasapisrc: Use new gst_audio_clock_new_full()Sebastian Dröge2010-07-161-0/+6
|
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-14/+8
|
* sys/: New plugin for audio capture and playback using Windows Audio SessionOle André Vadla Ravnås2008-09-308-0/+1203
Original commit message from CVS: * sys/Makefile.am: * sys/wasapi/Makefile.am: * sys/wasapi/gstwasapi.c: * sys/wasapi/gstwasapisink.c: * sys/wasapi/gstwasapisink.h: * sys/wasapi/gstwasapisrc.c: * sys/wasapi/gstwasapisrc.h: * sys/wasapi/gstwasapiutil.c: * sys/wasapi/gstwasapiutil.h: New plugin for audio capture and playback using Windows Audio Session API (WASAPI) available with Vista and newer (#520901). Comes with hardcoded caps and obviously needs lots of love. Haven't had time to work on this code since it was written, was initially just a quick experiment to play around with this new API.