summaryrefslogtreecommitdiff
path: root/sys/directsound
AgeCommit message (Expand)AuthorFilesLines
2014-04-08directsoundsrc: Fix critical due to missing debug category initializationXavi Artigas1-3/+3
2013-08-22directsoundsrc: Remove unused variableSebastian Dröge1-19/+16
2013-08-22directsoundsrc: Add 'device-name' property for selecting a audio deviceKishore Arepalli2-26/+74
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-3/+3
2012-12-12directsound: fix compilation errors caused by circular includesРуслан Ижбулатов2-6/+8
2012-11-21windows: Put the DirectX LDFLAGS in the correct place and reorder librariesSebastian Dröge1-3/+3
2012-11-04Fix FSF addressTim-Philipp Müller3-6/+6
2012-10-26directsoundsrc: Fix a number of warnings/errors in directsoundsrcРуслан Ижбулатов3-14/+9
2012-10-17directsoundsrc: Fix compiler warningRaimo Järvi1-2/+3
2012-10-17directsoundsrc: port to 1.0Raimo Järvi1-127/+78
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-2/+2
2012-07-03directsoundsrc: Chain up to the parent class' finalize implementationSebastian Dröge1-5/+7
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2010-05-01Fix warnings in directdrawsink and directsoundsrcРуслан Ижбулатов1-3/+3
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-10-27Remove executable bits from non-executable files.Michael Smith1-0/+0
2009-08-26directdraw, directsound: unify CFLAGS and fix configure checks for DirectX-ba...Руслан Ижбулатов2-20/+12
2009-08-10directsoundsrc: LF and indentJulien Isorce1-544/+635
2009-07-29directsoundsrc: Add DirectSound source pluginJoni Valtanen4-0/+760
2007-06-08Remove DirectDraw & DirectSound plugins, as they've moved to GoodJan Schmidt4-729/+0
2007-05-23docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do...Sébastien Moutte2-78/+133
2007-05-15Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore...Tim-Philipp Müller1-2/+2
2007-02-27update copyright statementsChristian Schaller3-0/+18
2007-02-20sys/directsound/gstdirectsoundsink.*: Remove include of unused headers.Sébastien Moutte2-17/+1
2007-02-18sys/directdraw/: Prepare the plugin to move to good:Sébastien Moutte3-66/+89
2007-01-04Add directsoundsink to build and dist it, so it gets built when compiling wit...Vincent Torri2-1/+10
2006-11-01sys/: Wait until the window is created before using it; guard unistd.h includ...Sergey Scobich1-0/+2
2006-07-24sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will d...Sébastien Moutte2-30/+137
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-5/+5
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2006-03-03sys/: sinks are now using GST_RANK_PRIMARY to be used with autodectectionSébastien Moutte2-4/+3
2006-01-05added sys/directdraw added sys/directsound added win32/vs6/gst_plugins_bad.ds...Sébastien Moutte3-0/+532