summaryrefslogtreecommitdiff
path: root/sys/osxaudio
AgeCommit message (Expand)AuthorFilesLines
2010-03-23osx: fix compiler warningsTristan Matthews1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-16/+9
2009-10-09osxaudio: fix warnings on macosxJosep Torra1-10/+14
2009-10-09osxaudio: Fixes build on macosx snow leopard.Josep Torra1-0/+1
2009-09-16osxaudio: link against GST_BASE_LIBSDavid Schleef1-0/+1
2009-08-09osxaudiosrc: if max_channels == min_channels, use an int instead of an int ra...Tim-Philipp Müller1-3/+6
2009-04-18osxringbuffer: Run gst-indent.Edward Hervey1-1/+3
2009-02-04osxaudio fixes: multichannel and changing caps.Michael Smith1-4/+7
2009-01-29Update and add documentation for platform specific plugins (sys).Stefan Kost3-33/+15
2009-01-15sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and...Michael Smith1-1/+1
2009-01-13sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, s...Michael Smith1-16/+16
2009-01-02sys/osxaudio/: Rewrite osxaudio to work more flexibly and more reliably, usin...Justin Karnegas9-451/+723
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-08-27sys/osxaudio/: Fix the build on macosx.Edward Hervey3-14/+16
2008-08-27sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.Michael Smith1-2/+2
2008-08-26sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing.Michael Smith1-2/+2
2008-08-26sys/osxaudio/: Rewrite caps setting and ring buffer initialisation.Michael Smith8-136/+324
2008-01-15Managed to resolve most unused declarations. Filed a bug for one left.Stefan Kost1-4/+0
2007-11-20Fix build on Mac OS X 10.5Julien Moutte1-1/+2
2007-10-23sys/osxaudio/gstosxaudiosrc.c: Use default input device instead of default ou...Yun Zheng Hu1-3/+10
2007-03-15Activate osxaudio in gst-plugins-good with proper build setup.Edward Hervey6-48/+90
2007-02-27update copyright statementChristian Schaller5-2/+24
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2-4/+6
2006-04-28sys/osxaudio/gstosxaudiosink.c: Register osxaudiosrc to the plugin.Zaheer Abbas Merali4-172/+244
2006-04-28Forgot to commit, quick commit be4 apple diesZaheer Abbas Merali2-0/+381
2006-04-26sys/osxaudio/: Port of osxaudiosink to 0.10Zaheer Abbas Merali5-674/+395
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost3-3/+3
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost3-3/+3
2006-04-08Fix broken GObject macrosStefan Kost1-1/+1
2006-03-13close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2-0/+7
2005-12-06expand tabsThomas Vander Stichele3-20/+20
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost3-6/+6
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-2/+3
2005-09-02All plugins updated for element state changes.Andy Wingo3-30/+30
2004-12-11put the same mail for Zaheer Merali everywhereStéphane Loeuillet3-3/+3
2004-06-22sys/osxaudio/Makefile.am: Workaround so that the osxaudio .so file gets linke...Zaheer Abbas Merali1-0/+1
2004-06-02zaheer :Stéphane Loeuillet3-7/+5
2004-05-21fourth batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-1/+1
2004-05-20sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer MeraliDavid Schleef8-0/+1219