summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/mixer
AgeCommit message (Collapse)AuthorFilesLines
2003-10-30Fix makefiles for GstPropertyProbe. Combine all interfaces into a single ↵David Schleef1-4/+2
libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
2003-10-10Make GstMixerTrack a GObject. I also want to make it emit several signals, ↵Ronald S. Bultje5-35/+221
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 Johnson2-62/+68
Original commit message from CVS: changing 'channel' to 'track' to avoid naming overlap
2003-10-09add object and struct paddingDavid Schleef1-0/+2
Original commit message from CVS: add object and struct padding
2003-09-13Copyright fix (code=mine)Ronald S. Bultje2-6/+4
Original commit message from CVS: Copyright fix (code=mine)
2003-09-13Interface example: a mixerRonald S. Bultje3-0/+251
Original commit message from CVS: Interface example: a mixer