summaryrefslogtreecommitdiffstats
path: root/gst/speed
AgeCommit message (Collapse)AuthorFilesLines
2004-07-27more working pluginsSteve Lhomme1-1/+1
Original commit message from CVS: more working plugins
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
Original commit message from CVS: rename GStreamer-0.8.lib to libgstreamer.lib
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
Original commit message from CVS: avoid problems with math.h, fix release dependancy
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+151
Original commit message from CVS: more plugins supported under windows
2004-04-29gst/speed/gstspeed.c: Fix caps parsing. (bug #140064)David Schleef1-3/+3
Original commit message from CVS: * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing. (bug #140064)
2004-03-15don't mix tabs and spacesThomas Vander Stichele2-7/+8
Original commit message from CVS: don't mix tabs and spaces
2004-03-15*.h: Revert indentingJohan Dahlin1-7/+7
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele3-156/+159
Original commit message from CVS: gst-indent
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
Original commit message from CVS: change NULL to (NULL) for GST_ELEMENT_ERROR Make sure errors end with "."
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
Original commit message from CVS: GST_ELEMENT_ERROR
2004-01-18use new error signal and classificationThomas Vander Stichele1-1/+2
Original commit message from CVS: use new error signal and classification
2003-12-22Merge CAPS branchDavid Schleef3-81/+52
Original commit message from CVS: Merge CAPS branch
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
Original commit message from CVS: remove copyright field from plugins
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
Original commit message from CVS: + checking in plugin category changes
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-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
2003-11-02fix for new plugin systemBenjamin Otte1-22/+27
Original commit message from CVS: fix for new plugin system
2003-10-09Trivial fixes for GstBuffer->GstData migrationDavid Schleef1-2/+2
Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2-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.
2003-10-08just some code cleanupLeif Johnson2-103/+64
Original commit message from CVS: just some code cleanup
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-3/+1
Original commit message from CVS: reverting error patch before making a branch.
2003-09-15converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte1-1/+3
Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron1-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.
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson2-35/+19
Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2-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
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-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.
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-1/+1
Original commit message from CVS: PadConnect -> PadLink
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2-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
2002-12-31exciting .cvsignore updates!CAPSDavid I. Lehn1-0/+1
Original commit message from CVS: exciting .cvsignore updates!
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
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...