summaryrefslogtreecommitdiffstats
path: root/gst/playondemand
AgeCommit message (Collapse)AuthorFilesLines
2002-11-27Moved clock set/get to class functions.Wim Taymans1-1/+2
Original commit message from CVS: Moved clock set/get to class functions.
2002-11-02add dependency field so parallel makes don't failDavid I. Lehn1-1/+2
Original commit message from CVS: add dependency field so parallel makes don't fail
2002-10-17Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson5-160/+458
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-09-18plugins part of license field patchChristian Schaller1-0/+2
Original commit message from CVS: plugins part of license field patch
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-3/+2
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
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-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-1/+1
details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2-9/+9
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-04-06fixed first bunch of compiler warningsBenjamin Otte1-1/+2
Original commit message from CVS: fixed first bunch of compiler warnings
2002-03-30Changed to the new props APIWim Taymans3-12/+15
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-25added a bunch of cvsignore stuff off of a fresh checkout and build i will ↵Andy Wingo1-0/+1
win the race to max LOC changed ;-) Original commit message from CVS: added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
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-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-1/+1
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo1-1/+1
variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-02-02fixing an errorThomas Vander Stichele1-1/+2
Original commit message from CVS: fixing an error
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 Johnson4-89/+51
Original commit message from CVS: Updated to work with the new capsnego stuff.
2002-01-18- plugins are built without versioning infoWrobell1-0/+1
Original commit message from CVS: - plugins are built without versioning info
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans1-2/+4
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2002-01-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn1-2/+3
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2002-01-04testpod -> demo-mp3Andy Wingo2-1/+94
Original commit message from CVS: testpod -> demo-mp3
2001-12-23more cleanups adding avifileThomas Vander Stichele1-1/+2
Original commit message from CVS: more cleanups adding avifile
2001-12-23made changes everywhere to accomodate for the headers being in ↵Thomas Vander Stichele1-1/+1
<gst/(lib)/...> we'll need to conclude this fast becau... Original commit message from CVS: made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;)
2001-12-22Initial revisionAndy Wingo4-0/+690
Original commit message from CVS: Initial revision