summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* distcheck fixesDavid Schleef2003-11-221-1/+1
* fix makefileThomas Vander Stichele2003-11-151-1/+1
* disting fixChristian Schaller2003-11-141-3/+5
* Fix for if SOUND_MIXER_INFO is not available (fBSD and others)Ronald S. Bultje2003-11-131-0/+6
* fix build system for X, XShm and XvBenjamin Otte2003-11-121-9/+12
* Proper device-capabilities check when openingRonald S. Bultje2003-11-101-0/+11
* disting fixes, pixbuf loader still borked in regards to distingChristian Schaller2003-11-091-7/+10
* Fix device probing from multiple childs. It's done once in the parent class o...Ronald S. Bultje2003-11-092-11/+15
* Don't change mixer if there's nothing to change. This caused a bug if the sou...Ronald S. Bultje2003-11-091-0/+5
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-072-1/+4
* Add device autodetectionRonald S. Bultje2003-11-072-1/+180
* test and define HAVE_XSHM build ximage pluginThomas Vander Stichele2003-11-071-1/+1
* All the interfaces are collected in libgstinterfaces now.Jan Schmidt2003-11-062-4/+2
* And proper memory cleanup of cached devicesRonald S. Bultje2003-11-061-1/+13
* Add proper switch to needs_probe()Ronald S. Bultje2003-11-061-1/+11
* Add device autodetectionRonald S. Bultje2003-11-064-2/+231
* Re-add mixer element, gst-mixer doesn't work without itRonald S. Bultje2003-11-052-4/+26
* v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ...Benjamin Otte2003-11-031-1/+1
* hmm...Ronald S. Bultje2003-11-025-67/+51
* first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sy...Benjamin Otte2003-10-319-130/+72
* oops... I broke device settings in OSSRonald S. Bultje2003-10-281-2/+2
* Rename osselement to ossmixer and only open audio device if we have at least ...Ronald S. Bultje2003-10-261-2/+6
* Oops, input <-> output confusionRonald S. Bultje2003-10-261-1/+1
* Forgot to commit Makefile.am - these remove the marshallers and add interface...Ronald S. Bultje2003-10-142-34/+10
* Set labels on mixer manually. This allows clearer names and - in the future -...Ronald S. Bultje2003-10-141-9/+79
* Typo fixRonald S. Bultje2003-10-141-1/+1
* another file that needs to be addedDavid Schleef2003-10-111-0/+1
* Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje2003-10-1013-585/+1246
* Make GstMixerTrack a GObject. I also want to make it emit several signals, st...Ronald S. Bultje2003-10-104-57/+172
* changing 'channel' to 'track' to avoid naming overlapLeif Johnson2003-10-094-103/+102
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-084-16/+17
* I thought I removed these two...Ronald S. Bultje2003-09-292-525/+0
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-164-43/+25
* converted gst_element_error to new format in sys/oss - gettext pendingBenjamin Otte2003-09-154-25/+43
* Make interface hack work with multiple interfaces per elementRonald S. Bultje2003-09-131-2/+6
* Copyright fix (code=mine)Ronald S. Bultje2003-09-132-6/+4
* Fix missing symbolRonald S. Bultje2003-09-131-1/+1
* fix typo (not mine, ronalds ;)Christian Schaller2003-09-131-1/+0
* disting fix, ronald remember to make sure all new files get disted :)Christian Schaller2003-09-131-6/+7
* typosRonald S. Bultje2003-09-131-1/+2
* Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje2003-09-136-35/+66
* Interface implementation example: OSS mixer. Also osscommon->osselement so it...Ronald S. Bultje2003-09-1310-173/+1249
* add cvsignoresChristian Schaller2003-09-111-0/+2
* Remove redundant definition of plugindirDavid Schleef2003-08-102-2/+0
* second attempt fixing gdkpixbuf stuffThomas Vander Stichele2003-07-281-1/+0
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to c...Andy Wingo2003-07-167-289/+15
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-065-48/+116
* Fix missing config.h and unistd.h includes which were apparently removed from...Ronald S. Bultje2003-07-032-0/+5
* implemented wait_async and unschedule ossclock, and support it in osssink -- ...Andy Wingo2003-07-033-11/+72
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-298-49/+59