summaryrefslogtreecommitdiff
path: root/sys/oss/gstosssrc.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-18Remove unused variables in _class_initEdward Hervey1-4/+0
2009-01-29Update and add documentation for platform specific plugins (sys).Stefan Kost1-9/+5
2008-11-13sys/: Fix some spelling mistakes. Fixes #556802.Fabricio Godoy1-1/+1
2008-04-08sys/oss/: More logging when probing (see #518474), some comments in _reset().Tim-Philipp Müller1-8/+3
2008-03-11sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn...Mark Nauwelaerts1-4/+18
2007-12-07sys/oss/: Post decent (and translated) error message when we can't open the a...Tim-Philipp Müller1-3/+20
2007-12-07sys/oss/: Allow the AUDIODEV environment variable to redirect us to a differe...Jan Schmidt1-1/+7
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt1-0/+12
2006-08-16sys/oss/: Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for os...Tim-Philipp Müller1-0/+20
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-10sys/oss/: - the user-visible error strings were in the wrong categoryThomas Vander Stichele1-38/+14
2005-12-10configure.ac: Update comment in OSS includes check.Tim-Philipp Müller1-1/+15
2005-12-06expand tabsThomas Vander Stichele1-21/+21
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üller1-0/+2
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 Taymans1-30/+50
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo1-1/+1
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 Wingo1-6/+16
2005-08-23sys/oss/gstossmixer.*: Refactored to be more like alsamixer.Andy Wingo1-9/+5
2005-08-23sys/oss/gstosssrc.*: Totally ported, dude.Andy Wingo1-434/+287
2005-07-10more macro splitting; fix po problemThomas Vander Stichele1-69/+69
2005-07-08sys/oss/: Port from THREADED+wim's fixes.Andy Wingo1-46/+38
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt1-1/+4
2004-10-25sys/oss/gstosssrc.*: OK, so people want offset in DEFAULT. This time, actuall...Ronald S. Bultje1-5/+5
2004-10-24sys/oss/gstosssrc.c: Don't mix bytes and samples.Ronald S. Bultje1-3/+3
2004-07-07sys/oss/: Fix offset on osssrc.Wim Taymans1-5/+8
2004-06-29sys/oss/: advertise correct template caps - we indeed do non-native endiannes...Benjamin Otte1-2/+7
2004-06-16sys/oss/gstosssrc.c: Timestamp fixes.Wim Taymans1-3/+18
2004-06-07configure.ac: OSS portabilityStéphane Loeuillet1-1/+14
2004-05-21fourth batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-1/+1
2004-03-25sys/oss/gstosselement.c: Add code to handle rate probing (bug #120883)David Schleef1-2/+22
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-29/+33
2004-03-14gst-indentThomas Vander Stichele1-161/+171
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-3/+3
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-3/+3
2004-01-18use new error signal and classificationThomas Vander Stichele1-4/+4
2003-12-22Merge CAPS branchDavid Schleef1-38/+22
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sy...Benjamin Otte1-25/+13
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-8/+8
2003-09-16reverting error patch before making a branch.Thomas Vander Stichele1-10/+4
2003-09-15converted gst_element_error to new format in sys/oss - gettext pendingBenjamin Otte1-4/+10
2003-09-13Interface implementation example: OSS mixer. Also osscommon->osselement so it...Ronald S. Bultje1-73/+35
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to c...Andy Wingo1-6/+4
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-12/+8
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-3/+6
2003-05-24- UNITS -> DEFAULTWim Taymans1-1/+1
2003-05-10properly get rid of clocks on disposal - be parent of own clockBenjamin Otte1-0/+25
2003-04-04I'm too lazy to comment thisRonald S. Bultje1-14/+14