Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wasapisrc: Port to GstAudioSrc | Sebastian Dröge | 2013-04-23 | 7 | -194/+218 |
| | |||||
* | wasapi: Port wasapisink to GstAudioSink | Sebastian Dröge | 2013-04-23 | 7 | -166/+203 |
| | |||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | wasapi: Initial port to 1.0 | Sebastian Dröge | 2013-03-26 | 8 | -92/+82 |
| | | | | This should really use GstAudioSink and GstAudioSrc. | ||||
* | wasapi: Include config.h before anything else | Sebastian Dröge | 2013-03-26 | 4 | -3/+12 |
| | |||||
* | wasapi: make the build happy without the static plugins patch | Sebastian Dröge | 2012-11-30 | 1 | -2/+0 |
| | |||||
* | wasapi: Integrate into the autotools build system | Sebastian Dröge | 2012-11-30 | 1 | -5/+20 |
| | | | | Patch based on a patch by Fabrizio Ciavatta <fabrizio.ciavatta@gmail.com> | ||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 7 | -14/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 2 | -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_metadata | Mark Nauwelaerts | 2012-09-14 | 2 | -2/+2 |
| | |||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | wasapisrc: Use new gst_audio_clock_new_full() | Sebastian Dröge | 2010-07-16 | 1 | -0/+6 |
| | |||||
* | gst_element_class_set_details => gst_element_class_set_details_simple | Benjamin Otte | 2010-03-18 | 2 | -14/+8 |
| | |||||
* | sys/: New plugin for audio capture and playback using Windows Audio Session | Ole André Vadla Ravnås | 2008-09-30 | 8 | -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. |