summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/mixer
AgeCommit message (Expand)AuthorFilesLines
2004-11-25Fix another typo in doc string :)Johan Dahlin1-1/+1
2004-11-25Fix typo in doc stringJohan Dahlin1-1/+1
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt1-1/+3
2004-07-30don't install marshal headerThomas Vander Stichele1-2/+1
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+156
2004-07-02clean up install/dist problemThomas Vander Stichele1-2/+1
2004-06-27unbreak installThomas Vander Stichele1-1/+2
2004-06-24don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte1-3/+5
2004-06-02real fix thise time : don't use glib 2.4 specific definesStéphane Loeuillet1-5/+3
2004-06-02zaheer :Stéphane Loeuillet1-0/+2
2004-06-01Added property accessors for mixertrack and mixeroptions.Owen Fraser-Green6-19/+118
2004-05-27ext/alsa/: Add enumerations (as GstMixerOptions). Make correct distinction be...Ronald S. Bultje6-10/+265
2004-03-15don't mix tabs and spacesThomas Vander Stichele2-25/+25
2004-03-15*.h: Revert indentingJohan Dahlin2-49/+76
2004-03-14gst-indentThomas Vander Stichele4-167/+119
2004-03-09gst-libs/gst/mixer/mixer.c: the signals take 2 argumentsBenjamin Otte1-3/+3
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-3/+3
2004-02-27gst/: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h fil...David Schleef1-2/+6
2004-02-03remove glib_root add hack rule for .Plo filesThomas Vander Stichele1-7/+8
2004-02-03use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele5-38/+21
2004-02-03gst-libs/gst/: Generate enum type code with glib-mkenums.David I. Lehn3-6/+33
2004-01-25gst-libs/gst/: Add gtk-doc style comments. Also fix a function name.Ronald S. Bultje1-0/+62
2004-01-15ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte3-1/+14
2004-01-06ext/shout/gstshout.c: fix for new caps system.Ronald S. Bultje1-0/+8
2003-12-13distcheck fixes: include built sources in CLEANFILESBenjamin Otte1-0/+2
2003-12-09Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef2-2/+2
2003-12-07Move over from GstInterface to GstImplementsInterface. Also adds some signals...Ronald S. Bultje5-19/+144
2003-10-30Fix makefiles for GstPropertyProbe. Combine all interfaces into a single lib...David Schleef1-4/+2
2003-10-10Make GstMixerTrack a GObject. I also want to make it emit several signals, st...Ronald S. Bultje5-35/+221
2003-10-09changing 'channel' to 'track' to avoid naming overlapLeif Johnson2-62/+68
2003-10-09add object and struct paddingDavid Schleef1-0/+2
2003-09-13Copyright fix (code=mine)Ronald S. Bultje2-6/+4
2003-09-13Interface example: a mixerRonald S. Bultje3-0/+251