summaryrefslogtreecommitdiffstats
path: root/gst/playondemand/demo-mp3.c
AgeCommit message (Collapse)AuthorFilesLines
2003-01-17+ modifying playondemand to behave a little more like a sequencerLeif Johnson1-52/+87
Original commit message from CVS: + modifying playondemand to behave a little more like a sequencer
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-1/+1
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2002-10-17Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson1-37/+97
audio sequencer. Currently defines three ex... Original commit message from CVS: Added measures and beats to the playondemand filter so it can act like an audio sequencer. Currently defines three extra globally visible functions, might eventually want to put them in an interface instead ?
2002-08-11demo-mp3.c:26: warning: implicit declaration of function `exit'Steve Baker1-0/+1
Original commit message from CVS: demo-mp3.c:26: warning: implicit declaration of function `exit'
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-4/+4
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-04-10various Wall fixesThomas Vander Stichele1-3/+3
Original commit message from CVS: various Wall fixes
2002-03-30Changed to the new props APIWim Taymans1-0/+1
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-02-02Compile fix.Wim Taymans1-2/+4
Original commit message from CVS: Compile fix.
2002-01-22Updated to work with the new capsnego stuff.Leif Johnson1-21/+13
Original commit message from CVS: Updated to work with the new capsnego stuff.
2002-01-04testpod -> demo-mp3Andy Wingo1-0/+86
Original commit message from CVS: testpod -> demo-mp3