summaryrefslogtreecommitdiff
path: root/sys/oss
AgeCommit message (Expand)AuthorFilesLines
2009-10-08oss: Downgrade the rank of osssrc to SECONDARYSjoerd Simons1-1/+1
2009-04-18Remove unused variables in _class_initEdward Hervey2-8/+0
2009-01-29Update and add documentation for platform specific plugins (sys).Stefan Kost3-31/+17
2008-11-13sys/: Fix some spelling mistakes. Fixes #556802.Fabricio Godoy2-2/+2
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2008-04-08sys/oss/: More logging when probing (see #518474), some comments in _reset().Tim-Philipp Müller3-20/+15
2008-03-11sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn...Mark Nauwelaerts2-4/+20
2007-12-08sys/oss/gstosshelper.c: Verify that the format returned after the ioctl is th...Jan Schmidt1-1/+1
2007-12-07sys/oss/: Post decent (and translated) error message when we can't open the a...Tim-Philipp Müller3-6/+40
2007-12-07sys/oss/: Allow the AUDIODEV environment variable to redirect us to a differe...Jan Schmidt2-2/+13
2007-09-23sys/oss/gstosshelper.c: Use GST_WARNING instead of a g_critical. This situati...Stefan Kost1-2/+3
2007-09-12ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug.Stefan Kost1-52/+28
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2-0/+14
2006-10-17sys/oss/gstosssink.c: Some drivers do not support unsetting the non-blocking ...Wim Taymans1-3/+9
2006-08-22Small documentation updates.Wim Taymans1-1/+3
2006-08-16sys/oss/gstossmixerelement.c: Don't leak device string.Tim-Philipp Müller1-0/+12
2006-08-16sys/oss/: Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for os...Tim-Philipp Müller3-0/+75
2006-08-16sys/oss/: Small cleanups. Better error reporting.Wim Taymans3-23/+86
2006-06-11autogen.sh: require am17Thomas Vander Stichele1-11/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost4-16/+16
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost3-3/+3
2006-04-18sys/oss/gst-i18n-plugin.h: Remove bogus file that doesn't belong here.Tim-Philipp Müller1-37/+0
2006-04-10sys/oss/: - the user-visible error strings were in the wrong categoryThomas Vander Stichele4-81/+88
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2-2/+2
2006-01-27sys/oss/gstosssink.c: Free the device name string when finalised.Jan Schmidt1-1/+12
2005-12-13sys/oss/gstossmixerelement.c: Add 'device-name' property and fix state change...Tim-Philipp Müller1-5/+51
2005-12-11sys/oss/gstosssink.c: more debug-func-ptr usageStefan Kost1-1/+1
2005-12-10configure.ac: Update comment in OSS includes check.Tim-Philipp Müller7-40/+95
2005-12-06expand tabsThomas Vander Stichele8-70/+70
2005-11-21*.*: Ran scripts/update-macros. Oh yes.Andy Wingo2-11/+11
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-11-08sys/oss/gstosssink.c: Don't re-use already closed file descriptor. (#320920)Tim-Philipp Müller1-0/+1
2005-11-07sys/oss/gstosssink.*: Cache probed caps; fix debug output for SET_PARAM macros.Tim-Philipp Müller2-11/+29
2005-10-27sys/oss/gstosssrc.c: Set correct format on oss instead of a silly value.Wim Taymans1-4/+4
2005-10-26sys/oss/: Actually use the 'oss' debug category we register.Tim-Philipp Müller8-2/+19
2005-10-24sys/oss/gstosssrc.c: Set bytes_per_sample correctly (is not always 4, but dep...Tim-Philipp Müller1-2/+12
2005-10-10sys/oss/: Cleanups, make device configurable in the sink, handle and report e...Wim Taymans3-53/+150
2005-09-27sys/oss/gstosssink.c: Fix playback of mono streams (bytes_per_sample should b...Tim-Philipp Müller1-2/+11
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-4/+6
2005-09-02All plugins updated for element state changes.Andy Wingo1-9/+10
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2-2/+3
2005-08-23sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after op...Andy Wingo1-1/+9
2005-08-23sys/oss/gstosssrc.*: Easy to implement a mixer, eh...Andy Wingo2-6/+19
2005-08-23sys/oss/gstossmixerelement.*: Added mixer element like alsamixer.Andy Wingo5-12/+166
2005-08-23sys/oss/gstossmixer.*: Refactored to be more like alsamixer.Andy Wingo15-2804/+594
2005-08-23sys/oss/gstosssrc.*: Totally ported, dude.Andy Wingo5-473/+311
2005-08-08sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)Andy Wingo1-9/+53
2005-08-04sys/oss/gstossaudio.c (plugin_init): Second-class citizen.Andy Wingo1-1/+1
2005-07-19sys/oss/gstosssink.c: Parse spec to set correct oss values.Wim Taymans1-4/+58