whitespace fixes
[platform/upstream/gstreamer.git] / tests / old / examples / mixer / mixer.c
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-06-28 Andy Wingo*.c: Don't cast to GST_OBJECT when reffing or unreffing...
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2003-12-22 David SchleefMerge CAPS branch
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-04-15 Benjamin Ottedestroyed gst_*_destroy in the examples - use gst_objec...
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2002-04-07 Andy Wingonew parser that uses flex and bison
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-03-19 Andy Wingoremoval of //-style comments don't link plugins to...
2002-01-11 Andy Wingosummary: fix xml in gstreamer 1) make clear distinction...
2002-01-05 Andy Wingofor i in `find . -name *.[ch]`; do perl -n -i -p -e...
2001-12-13 Michael MeeksAplied a patch from Michael Meeks to add libxml2 support.
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-08-29 Thomas Vander Sticheleadded some more checking
2001-08-13 Steve Bakersync with the current CVS glib API
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-04-18 Thomas Vander Stichelemixer now works with variable inputs mixer creates...
2001-04-18 Thomas Vander Stichelecleaned up some code and integrated with new adder...
2001-04-17 Thomas Vander Stichelechanged mixer to work by autoplugging the input channel...
2001-04-17 Thomas Vander Sticheleadded a struct to set up input channels
2001-04-16 Thomas Vander Stichelechanged volume envelope; should do a nice transition...
2001-04-16 Wim TaymansAdded an example audio mixer.