summaryrefslogtreecommitdiffstats
path: root/gst/playondemand/filter.func
AgeCommit message (Collapse)AuthorFilesLines
2004-02-27gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twiceBenjamin Otte1-4/+2
Original commit message from CVS: 2004-02-27 Benjamin Otte <otte@gnome.org> * gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twice * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk): don't use gst_buffer_free * gst/playondemand/filter.func: don't usae gst_data_free. Free data only once.
2003-12-22Merge CAPS branchDavid Schleef1-1/+1
Original commit message from CVS: Merge CAPS branch
2003-11-16+ further mucking about with the playondemand filterLeif Johnson1-29/+23
Original commit message from CVS: + further mucking about with the playondemand filter
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo1-4/+4
deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
2003-07-19+ attempting to fix up playondemand ... still makes nasty crackly noisesLeif Johnson1-6/+7
Original commit message from CVS: + attempting to fix up playondemand ... still makes nasty crackly noises
2003-06-19Add missing }David Schleef1-0/+1
Original commit message from CVS: Add missing }
2003-06-16+ simplifying the filter's structure, but it's still not working perfectly + ↵Leif Johnson1-51/+60
starting to wonder if/how midi integrati... Original commit message from CVS: + simplifying the filter's structure, but it's still not working perfectly + starting to wonder if/how midi integration is possible ...
2003-01-17+ modifying playondemand to behave a little more like a sequencerLeif Johnson1-53/+40
Original commit message from CVS: + modifying playondemand to behave a little more like a sequencer
2002-10-17Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson1-31/+39
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-04-06fixed first bunch of compiler warningsBenjamin Otte1-1/+2
Original commit message from CVS: fixed first bunch of compiler warnings
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo1-4/+4
fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
2002-01-22Updated to work with the new capsnego stuff.Leif Johnson1-8/+1
Original commit message from CVS: Updated to work with the new capsnego stuff.
2001-12-23more cleanups adding avifileThomas Vander Stichele1-1/+2
Original commit message from CVS: more cleanups adding avifile
2001-12-22Initial revisionAndy Wingo1-0/+120
Original commit message from CVS: Initial revision