summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/mixer/mixer.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-07Move over from GstInterface to GstImplementsInterface. Also adds some ↵Ronald S. Bultje1-1/+81
signals to several interfaces Original commit message from CVS: Move over from GstInterface to GstImplementsInterface. Also adds some signals to several interfaces
2003-10-10Make GstMixerTrack a GObject. I also want to make it emit several signals, ↵Ronald S. Bultje1-2/+2
starting work is in here but it's not full... Original commit message from CVS: Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not fully implemented yet. for OSS, this will cause issues, but for ALSA, this is all automated.
2003-10-09changing 'channel' to 'track' to avoid naming overlapLeif Johnson1-21/+21
Original commit message from CVS: changing 'channel' to 'track' to avoid naming overlap
2003-09-13Copyright fix (code=mine)Ronald S. Bultje1-3/+2
Original commit message from CVS: Copyright fix (code=mine)
2003-09-13Interface example: a mixerRonald S. Bultje1-0/+134
Original commit message from CVS: Interface example: a mixer