summaryrefslogtreecommitdiff
path: root/ext/alsa/gstalsasink.c
Commit message (Expand)AuthorAgeFilesLines
* alsa: Trivial doc updateArun Raghavan2016-01-251-1/+1
* alsa: Use 8 bit pointer type for byte-based pointer arithmeticSebastian Dröge2015-10-141-2/+3
* alsa: report recoverable device failures to base classCarlos Rafael Giani2015-06-091-0/+3
* docs: update element example pipelinesTim-Philipp Müller2015-05-101-3/+3
* alsa: Use EPIPE instead of ESTRPIPE if the latter does not existThomas Klausner2014-12-011-0/+4
* alsa: Change the log messages in xrun_recovery() from DEBUG to WARNINGBranislav Katreniak2014-11-241-1/+1
* alsasink: make gst-ident happyVincent Penquerc'h2014-06-031-1/+2
* alsasink: fix occasional crash intersecting invalid valuesVincent Penquerc'h2014-06-031-4/+16
* alsasink: pass correct error to g_strerrorVincent Penquerc'h2014-05-191-3/+3
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* alsa: Add channel map API supportTakashi Iwai2013-10-091-0/+12
* alsasink: Update internal buffer/period times with the values that were confi...Sebastian Dröge2013-05-291-0/+2
* alsasink: don't use 100% CPUyanghuolin2013-01-241-0/+6
* alsa: post error message when audio device disappearsTim-Philipp Müller2012-12-161-1/+10
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* alsasink: fix caps leak in acceptcaps functionTim-Philipp Müller2012-10-201-0/+1
* alsa: fix supported format detectionTim-Philipp Müller2012-10-181-4/+10
* audio: Explicitly specify endianness for IEC 61937 payloadingArun Raghavan2012-09-191-1/+1
* alsa: port to new GLib thread APITim-Philipp Müller2012-09-101-2/+2
* Remove glib-compat-private.h stuff we don't need any moreTim-Philipp Müller2012-09-091-1/+0
* alsasink: check for spdif support only in the current deviceAndoni Morales Alastruey2012-05-181-4/+4
* alsasink: really use local ringbuffer spec helper var and init it a bit moreMark Nauwelaerts2012-05-091-4/+5
* alsasink: use the iec958 payloader to support non-payloaded input streamsAndoni Morales Alastruey2012-05-071-2/+128
* gst-libs: Remove interfaces libs and mixer/tuner interfacesSebastian Dröge2012-04-131-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-12/+5
|\
| * alsasink: fix high sample rates being rejectedVincent Penquerc'h2012-01-161-9/+0
| * alsasink: fix rate match message mistaking error code for sample rateVincent Penquerc'h2012-01-161-1/+1
| * alsasink: log API errors along with the error code and stringVincent Penquerc'h2012-01-161-3/+5
* | Replace deprecated GStaticMutex with GMutexTim-Philipp Müller2012-01-221-5/+5
* | ext: Add new layout field to the raw audio capsSebastian Dröge2012-01-051-0/+1
* | alsa: Port to the new multichannel capsSebastian Dröge2012-01-051-0/+4
* | audioringbuffer: rename GST_BUFTYPE_* to GST_AUDIO_RING_BUFFER_FORMAT_TYPE_*Tim-Philipp Müller2011-12-251-5/+5
* | alsasink: make work for raw audio formats by fixing template capsTim-Philipp Müller2011-12-231-1/+1
* | alsa: remove more property probe stuffWim Taymans2011-12-221-0/+2
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-081-0/+1
|\ \ | |/
| * Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-041-0/+1
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-2/+2
* | audio: GstRingBuffer -> GstAudioRingBufferWim Taymans2011-11-111-3/+3
* | audio: change audio format syntax a littleWim Taymans2011-09-061-28/+28
* | audio: rework audio caps.Wim Taymans2011-08-181-56/+93
* | audio: clean up audiosink headersWim Taymans2011-06-211-2/+2
* | ext: Update for caps/pad template related API changesSebastian Dröge2011-05-171-2/+4
* | alsa: Update for negotiation related API changesSebastian Dröge2011-05-161-4/+17
* | ext: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge2011-04-191-17/+13
|/
* alsasrc/sink: add property to get the card nameWim Taymans2010-08-181-1/+14
* alsa: remove 'dir' out variableStefan Kost2010-08-121-10/+12
* alsa: don't pass non-constant strings as printf format stringsTim-Philipp Müller2010-04-081-1/+2
* alsa: Ignore errors when unpreparing or closing the deviceSebastian Dröge2010-04-041-28/+3
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-161-8/+3