summaryrefslogtreecommitdiff
path: root/gst-libs/gst/audio/gstaudiosrc.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-21audiosrc: Fill in the correct silenceSebastian Dröge1-1/+8
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-12-27audiobase*: Drop trailing withespacesReynaldo H. Verdejo Pinochet1-1/+1
2012-12-12libs: Use foo/foo.h as single-include header consistently everywhereSebastian Dröge1-0/+1
2012-11-12audio: Use new GType for GThread instead of just G_TYPE_POINTERSebastian Dröge1-3/+6
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-10ringbuffer: add support for timestampsPontus Oldberg1-4/+8
2012-09-09audio: port to the new GLib thread APIThibault Saunier1-7/+4
2012-09-09Remove glib-compat-private.h stuff we don't need any moreTim-Philipp Müller1-2/+0
2012-01-27audiosrc: wait on the right cond variableWim Taymans1-1/+1
2012-01-18Remove compatibility code cruft for old GLib versionsTim-Philipp Müller1-6/+0
2011-12-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-1/+10
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+9
2011-11-11rename baseaudio* -> audiobase*Wim Taymans1-3/+3
2011-11-11rename GstBaseAudio* ->GstAudioBase*Wim Taymans1-7/+7
2011-11-11audio: GstRingBuffer -> GstAudioRingBufferWim Taymans1-32/+35
2011-11-11audio: rename internal audio ringbufferWim Taymans1-77/+83
2011-11-10audiosrc: avoid deadlockWim Taymans1-0/+5
2011-04-19audio: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-9/+4
2011-03-27libs: port to new data APIWim Taymans1-4/+4
2010-01-27audiosrc: add gratuitious FIXME for use of generic G_TYPE_POINTER typeTim-Philipp Müller1-0/+1
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-2/+2
2009-08-08Revert inlines that cause compiler warnings and are not needed anywayTim-Philipp Müller1-1/+1
2009-08-08gst-libs: Remove dead assignments and resulting unused variables.Edward Hervey1-15/+1
2009-07-20audiosrc: Add stream-status messagesOlivier Crête1-0/+16
2009-06-17audio: correctly handle short read/writesWim Taymans1-3/+4
2009-06-16audiosink, audiosrc: do the class_ref()s in the right class_init functionsTim-Philipp Müller1-4/+2
2009-06-15audiosink,audiosrc: ref the audio ring buffer class and type in class_initTim-Philipp Müller1-0/+4
2008-09-04gst-libs/gst/audio/gstaudiosrc.c: Disable a code path that is now called but ...Wim Taymans1-1/+2
2008-05-09gst-libs/gst/audio/gstaudiosink.c: Choose to allocate one less segment but re...Wim Taymans1-3/+0
2008-05-04Remove some unused code.Sebastian Dröge1-1/+1
2007-03-01gst-libs/gst/audio/: Improve debugging.Wim Taymans1-9/+10
2006-11-06gst-libs/gst/audio/: Use g_strerror instead of strerror so we get UTF-8.Tim-Philipp Müller1-2/+2
2006-09-27Added docs for the audio libs.Wim Taymans1-0/+47
2006-09-16ext/gnomevfs/gstgnomevfssrc.c: Add docs about icydemux usage in connection wi...Stefan Kost1-1/+1
2006-04-28gst-libs/gst/audio/gstbaseaudiosrc.c: GstBaseAudioSrc must be live or it does...Wim Taymans1-1/+0
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-01-10gst-libs/gst/audio/gstaudiosrc.c: Don't leak GCond in audio sources.Michael Smith1-0/+7
2005-12-06expand tabsThomas Vander Stichele1-9/+9
2005-11-21*.*: Ran scripts/update-macros. Oh yes.Andy Wingo1-6/+6
2005-08-28Updates for two-arg init from GST_BOILERPLATE_FULL.Andy Wingo1-3/+5
2005-08-22gst-libs/gst/audio/gstaudiosrc.*: Implement open_device and close_device in t...Andy Wingo1-4/+58
2005-07-10use overridable ERROR_CFLAGS; more macro splittingThomas Vander Stichele1-51/+51
2005-07-06Added audiosource base classes.Wim Taymans1-0/+418