summaryrefslogtreecommitdiff
path: root/gst/speed
Commit message (Collapse)AuthorAgeFilesLines
...
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
| | | | | Original commit message from CVS: + checking in plugin category changes
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-071-4/+0
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* fix for new plugin systemBenjamin Otte2003-11-021-22/+27
| | | | | Original commit message from CVS: fix for new plugin system
* Trivial fixes for GstBuffer->GstData migrationDavid Schleef2003-10-091-2/+2
| | | | | Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-082-5/+6
| | | | | | | 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.
* just some code cleanupLeif Johnson2003-10-082-103/+64
| | | | | Original commit message from CVS: just some code cleanup
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-161-3/+1
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-1/+3
| | | | | Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Adding needed license information. The patch was reviewed and approved byBrian Cameron2003-07-251-0/+20
| | | | | | | Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
* + the last of the float caps changes ... these are a bit more pervasiveLeif Johnson2003-07-192-35/+19
| | | | | Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-062-13/+10
| | | | | | | over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-102-7/+7
| | | | | | | | | | 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
* exciting .cvsignore updates!CAPSDavid I. Lehn2002-12-311-0/+1
| | | | | Original commit message from CVS: exciting .cvsignore updates!
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* plugins part of license field patchChristian Schaller2002-09-181-0/+2
| | | | | Original commit message from CVS: plugins part of license field patch
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-2/+2
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* add #include <stdlib.h> where neededSteve Baker2002-08-111-0/+1
| | | | | Original commit message from CVS: add #include <stdlib.h> where needed
* working jack elements (fixed a problem in upstream jack) random other fixen...Andy Wingo2002-06-122-13/+6
| | | | | | Original commit message from CVS: * working jack elements (fixed a problem in upstream jack) * random other fixen...
* Don't crash on events.Wim Taymans2002-05-301-0/+4
| | | | | Original commit message from CVS: Don't crash on events.
* update to deal with events and set timestamps properlyAndy Wingo2002-05-272-12/+13
| | | | | Original commit message from CVS: update to deal with events and set timestamps properly
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-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
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-112-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.
* various Wall fixesThomas Vander Stichele2002-04-101-4/+4
| | | | | Original commit message from CVS: various Wall fixes
* fixed rest of warning for gcc 3 in /gst.Benjamin Otte2002-04-061-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?
* Get the 'signed' property as a boolean.Wim Taymans2002-03-301-5/+5
| | | | | Original commit message from CVS: Get the 'signed' property as a boolean.
* Changed to the new props APIWim Taymans2002-03-302-12/+14
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* added a bunch of cvsignore stuff off of a fresh checkout and build i will ↵Andy Wingo2002-03-251-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 ;-)
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-193-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.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-191-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
* changes to spider: add padtemplates so the connect functions can connect two ↵Andy Wingo2002-02-191-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
* capsnego fixes in adder, speed, and identityAndy Wingo2002-02-171-31/+23
| | | | | Original commit message from CVS: capsnego fixes in adder, speed, and identity
* sighThomas Vander Stichele2002-02-021-1/+1
| | | | | Original commit message from CVS: sigh
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-2/+4
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-2/+3
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* testspeed -> demo-mp3Andy Wingo2002-01-042-0/+75
| | | | | Original commit message from CVS: testspeed -> demo-mp3
* Fixed some pluginsWim Taymans2001-12-281-1/+1
| | | | | Original commit message from CVS: Fixed some plugins
* Fixed some leftover errors.Wim Taymans2001-12-231-1/+3
| | | | | Original commit message from CVS: Fixed some leftover errors.
* made changes everywhere to accomodate for the headers being in ↵Thomas Vander Stichele2001-12-231-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 ;)
* Initial revisionAndy Wingo2001-12-224-0/+527
Original commit message from CVS: Initial revision