| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 4 | -27/+30 |
* | ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE. | Julien Moutte | 2004-01-15 | 2 | -5/+6 |
* | ext/alsa/gstalsasink.c: Don't update the time of the clock sync to the clock ... | Benjamin Otte | 2004-01-15 | 1 | -7/+45 |
* | use element time. | Benjamin Otte | 2004-01-14 | 1 | -55/+3 |
* | make oss warning more useful | Thomas Vander Stichele | 2004-01-12 | 1 | -1/+6 |
* | add oss debugging category | Thomas Vander Stichele | 2004-01-12 | 2 | -0/+6 |
* | sys/oss/gstosssink.c: Fix for bug shown by poisoning | Benjamin Otte | 2004-01-06 | 1 | -2/+2 |
* | ext/shout/gstshout.c: fix for new caps system. | Ronald S. Bultje | 2004-01-06 | 1 | -2/+13 |
* | Fix the fixate functions to handle new prototype: | David Schleef | 2004-01-04 | 1 | -2/+2 |
* | Return NULL if we can't fixate the caps anymore. | Colin Walters | 2003-12-24 | 1 | -1/+3 |
* | gst/volume/gstvolume.c: Proxy getcaps. | David Schleef | 2003-12-24 | 1 | -0/+26 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 5 | -101/+60 |
* | configure.ac: Improve mpeg2enc detection. This is for distributions that do s... | Ronald S. Bultje | 2003-12-21 | 2 | -3/+3 |
* | Go back to old code, it works good enough... | Ronald S. Bultje | 2003-12-17 | 1 | -6/+14 |
* | Remove debugging statements | Ronald S. Bultje | 2003-12-16 | 1 | -4/+4 |
* | Fix some clocking issue in OSS. The issue is that if we seek forward (note: s... | Ronald S. Bultje | 2003-12-16 | 1 | -15/+8 |
* | Er, right, this is a typo | Ronald S. Bultje | 2003-12-16 | 1 | -1/+1 |
* | it's broken and it failed to load during the last few months. If anyone wants... | Ronald S. Bultje | 2003-12-14 | 6 | -1018/+2 |
* | Move over from GstInterface to GstImplementsInterface. Also adds some signals... | Ronald S. Bultje | 2003-12-07 | 3 | -6/+6 |
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 1 | -1/+0 |
* | Fix for if SOUND_MIXER_INFO is not available (fBSD and others) | Ronald S. Bultje | 2003-11-13 | 1 | -0/+6 |
* | Fix device probing from multiple childs. It's done once in the parent class o... | Ronald S. Bultje | 2003-11-09 | 1 | -6/+7 |
* | Don't change mixer if there's nothing to change. This caused a bug if the sou... | Ronald S. Bultje | 2003-11-09 | 1 | -0/+5 |
* | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 2003-11-07 | 1 | -1/+0 |
* | All the interfaces are collected in libgstinterfaces now. | Jan Schmidt | 2003-11-06 | 1 | -1/+1 |
* | And proper memory cleanup of cached devices | Ronald S. Bultje | 2003-11-06 | 1 | -1/+13 |
* | Add proper switch to needs_probe() | Ronald S. Bultje | 2003-11-06 | 1 | -1/+11 |
* | Add device autodetection | Ronald S. Bultje | 2003-11-06 | 4 | -2/+231 |
* | Re-add mixer element, gst-mixer doesn't work without it | Ronald S. Bultje | 2003-11-05 | 2 | -4/+26 |
* | first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sy... | Benjamin Otte | 2003-10-31 | 9 | -130/+72 |
* | oops... I broke device settings in OSS | Ronald S. Bultje | 2003-10-28 | 1 | -2/+2 |
* | Rename osselement to ossmixer and only open audio device if we have at least ... | Ronald S. Bultje | 2003-10-26 | 1 | -2/+6 |
* | Set labels on mixer manually. This allows clearer names and - in the future -... | Ronald S. Bultje | 2003-10-14 | 1 | -9/+79 |
* | Typo fix | Ronald S. Bultje | 2003-10-14 | 1 | -1/+1 |
* | Make GstMixerTrack a GObject. I also want to make it emit several signals, st... | Ronald S. Bultje | 2003-10-10 | 4 | -57/+172 |
* | changing 'channel' to 'track' to avoid naming overlap | Leif Johnson | 2003-10-09 | 4 | -103/+102 |
* | /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ... | Andy Wingo | 2003-10-08 | 3 | -13/+14 |
* | I thought I removed these two... | Ronald S. Bultje | 2003-09-29 | 2 | -525/+0 |
* | reverting error patch before making a branch. | Thomas Vander Stichele | 2003-09-16 | 4 | -43/+25 |
* | converted gst_element_error to new format in sys/oss - gettext pending | Benjamin Otte | 2003-09-15 | 4 | -25/+43 |
* | Make interface hack work with multiple interfaces per element | Ronald S. Bultje | 2003-09-13 | 1 | -2/+6 |
* | Copyright fix (code=mine) | Ronald S. Bultje | 2003-09-13 | 2 | -6/+4 |
* | Fix missing symbol | Ronald S. Bultje | 2003-09-13 | 1 | -1/+1 |
* | fix typo (not mine, ronalds ;) | Christian Schaller | 2003-09-13 | 1 | -1/+0 |
* | disting fix, ronald remember to make sure all new files get disted :) | Christian Schaller | 2003-09-13 | 1 | -6/+7 |
* | Interface implementation example: OSS mixer. Also osscommon->osselement so it... | Ronald S. Bultje | 2003-09-13 | 10 | -173/+1249 |
* | Remove redundant definition of plugindir | David Schleef | 2003-08-10 | 1 | -1/+0 |
* | second attempt fixing gdkpixbuf stuff | Thomas Vander Stichele | 2003-07-28 | 1 | -1/+0 |
* | actually recurse into sndfile if we are able big ladspa cleanups, mainly to c... | Andy Wingo | 2003-07-16 | 7 | -289/+15 |
* | New mimetypes gone into effect today - this commit changes all old mimetypes ... | Ronald S. Bultje | 2003-07-06 | 3 | -23/+49 |