summaryrefslogtreecommitdiffstats
path: root/gst/speed
AgeCommit message (Collapse)AuthorFilesLines
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-2/+2
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
2002-08-11add #include <stdlib.h> where neededSteve Baker1-0/+1
Original commit message from CVS: add #include <stdlib.h> where needed
2002-06-12working jack elements (fixed a problem in upstream jack) random other fixen...Andy Wingo2-13/+6
Original commit message from CVS: * working jack elements (fixed a problem in upstream jack) * random other fixen...
2002-05-30Don't crash on events.Wim Taymans1-0/+4
Original commit message from CVS: Don't crash on events.
2002-05-27update to deal with events and set timestamps properlyAndy Wingo2-12/+13
Original commit message from CVS: update to deal with events and set timestamps properly
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-10/+10
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-4/+4
Original commit message from CVS: various Wall fixes
2002-04-06fixed rest of warning for gcc 3 in /gst.Benjamin Otte1-1/+3
Original commit message from CVS: fixed rest of warning for gcc 3 in /gst. fixed some Makefiles: s/-m486/-mcpu=i486/ disabled mpegaudioparse plugin. What good is this rotten code for anyway?
2002-03-30Get the 'signed' property as a boolean.Wim Taymans1-5/+5
Original commit message from CVS: Get the 'signed' property as a boolean.
2002-03-30Changed to the new props APIWim Taymans2-12/+14
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-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo3-4/+4
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-19changes to spider: add padtemplates so the connect functions can connect two ↵Andy Wingo1-4/+7
request-pad elements add a hack in gstel... Original commit message from CVS: * changes to spider: * add padtemplates so the connect functions can connect two request-pad elements * add a hack in gstelement.c. please look at this, Company, and see how we can get around this * add backwards caps-propagation support in identity, int2float, float2int, adder, speed, volume
2002-02-17capsnego fixes in adder, speed, and identityAndy Wingo1-31/+23
Original commit message from CVS: capsnego fixes in adder, speed, and identity
2002-02-02sighThomas Vander Stichele1-1/+1
Original commit message from CVS: sigh
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-04testspeed -> demo-mp3Andy Wingo2-0/+75
Original commit message from CVS: testspeed -> demo-mp3
2001-12-28Fixed some pluginsWim Taymans1-1/+1
Original commit message from CVS: Fixed some plugins
2001-12-23Fixed some leftover errors.Wim Taymans1-1/+3
Original commit message from CVS: Fixed some leftover errors.
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/+527
Original commit message from CVS: Initial revision