summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-02-21- indentation fixesWim Taymans2-37/+104
Original commit message from CVS: - indentation fixes - dynamic properties fixes - object hierarchy fixes - float ranges and property fixes
2003-02-21- added indexing, dynamic params, signals, actions, clockingWim Taymans1-1/+78
Original commit message from CVS: - added indexing, dynamic params, signals, actions, clocking
2003-02-20Added pad implementation + element propertiesWim Taymans1-0/+118
Original commit message from CVS: Added pad implementation + element properties
2003-02-20gst-xmlinspect dumps the plugin info to an xml file xml2text.xsl performs an ↵Wim Taymans3-0/+1267
xsl transform on the xml to generate out... Original commit message from CVS: gst-xmlinspect dumps the plugin info to an xml file xml2text.xsl performs an xsl transform on the xml to generate output similar to gst-inspect
2003-02-12update TODOWim Taymans1-4/+14
Original commit message from CVS: update TODO
2003-02-12Example of how an app could read data from a pipeline, this one wont run ↵Wim Taymans6-0/+164
before queue is changed. Original commit message from CVS: Example of how an app could read data from a pipeline, this one wont run before queue is changed.
2003-02-12fixed 105883Wim Taymans1-1/+1
Original commit message from CVS: fixed 105883
2003-02-11Fix bogus warning messageWim Taymans2-2/+2
Original commit message from CVS: Fix bogus warning message
2003-02-11Define default scheduler name in just one place.Wim Taymans3-4/+7
Original commit message from CVS: Define default scheduler name in just one place.
2003-02-11Small documentation updatesWim Taymans4-3/+42
Original commit message from CVS: Small documentation updates
2003-02-11- fix gst_element_unlink, only unlink pads that belong to the dest element. ↵Wim Taymans1-3/+7
(closes bug #105571) Original commit message from CVS: - fix gst_element_unlink, only unlink pads that belong to the dest element. (closes bug #105571)
2003-02-11Close bug #105570 (added gst_bin_remove_many patch from omega)Wim Taymans2-10/+40
Original commit message from CVS: Close bug #105570 (added gst_bin_remove_many patch from omega)
2003-02-11Fix recursive clock _get problemWim Taymans1-2/+0
Original commit message from CVS: Fix recursive clock _get problem
2003-02-10Documentation updatesWim Taymans23-237/+1169
Original commit message from CVS: Documentation updates
2003-02-10Added BEGIN_DECLSWim Taymans1-0/+2
Original commit message from CVS: Added BEGIN_DECLS
2003-02-10FILENAME->URIWim Taymans1-1/+1
Original commit message from CVS: FILENAME->URI
2003-02-10include *pool.hWim Taymans2-2/+2
Original commit message from CVS: include *pool.h
2003-02-10inlcude *pool.hWim Taymans1-1/+1
Original commit message from CVS: inlcude *pool.h
2003-02-10- fix load/saveWim Taymans1-0/+2
Original commit message from CVS: - fix load/save
2003-02-10Removed old filesWim Taymans2-87/+0
Original commit message from CVS: Removed old files
2003-02-10new uritypeWim Taymans2-0/+86
Original commit message from CVS: new uritype
2003-02-10- Add more --disable optionsWim Taymans39-432/+767
Original commit message from CVS: - Add more --disable options - fix makefiles to only compile non-disabled features - some compile fixes. - removed extratypes, added gsturitype - make get/set clock on a bin overridable - some portability fixes for GUINT64 - separate pools from gstregistry.[ch] into gstregistrypool.[ch] - make gstobject size fixed, even if we disabled load/save - don't use 'new' as a variable as it is not a valib C++ variable
2003-02-10Small cleanups and portability fixes for GUINT64Wim Taymans6-20/+20
Original commit message from CVS: Small cleanups and portability fixes for GUINT64
2003-02-10Small cleanupsWim Taymans2-2/+2
Original commit message from CVS: Small cleanups
2003-02-10More sensible name for the scheduler when compiled without cothreadsWim Taymans1-0/+6
Original commit message from CVS: More sensible name for the scheduler when compiled without cothreads
2003-02-10Small compile fixesWim Taymans10-3/+14
Original commit message from CVS: Small compile fixes
2003-02-10Fix various inconsistencies discovered while attempting to fix --disable-*.Erik Walthinsen6-16/+16
Original commit message from CVS: Fix various inconsistencies discovered while attempting to fix --disable-*. Uraeus: this should fix the bison.simple problem that you've had.
2003-02-08removed old code, g_object_get is the prefered method to get object propertiesWim Taymans2-209/+0
Original commit message from CVS: removed old code, g_object_get is the prefered method to get object properties
2003-02-07Short list of stuff we should be able to disable for embedded systems.Wim Taymans1-0/+35
Original commit message from CVS: Short list of stuff we should be able to disable for embedded systems.
2003-02-06Fix typo spotted by tjansenWim Taymans1-1/+1
Original commit message from CVS: Fix typo spotted by tjansen
2003-02-06Clear any queued buffers when going to READY.Wim Taymans1-8/+22
Original commit message from CVS: Clear any queued buffers when going to READY.
2003-02-06Change %lld format to G_INT64_FORMATDavid Schleef1-1/+1
Original commit message from CVS: Change %lld format to G_INT64_FORMAT
2003-02-05Fix uri function..Wim Taymans1-5/+6
Original commit message from CVS: Fix uri function..
2003-02-05older gccs crack hereRonald S. Bultje2-2/+4
Original commit message from CVS: older gccs crack here
2003-02-03Only inform scheduler when the element changes scheduling stategy.Wim Taymans1-4/+16
Original commit message from CVS: Only inform scheduler when the element changes scheduling stategy.
2003-02-03- Use the eventhandler instead of the event function to send events.Wim Taymans4-4/+98
Original commit message from CVS: - Use the eventhandler instead of the event function to send events. - make the scheduler setup the eventhandlers - intercept flush events on pads links that can potentially queue data and flush it. - some more debugging info in spider. I can think of one case where this flush might fail: unconnected pads where the scheduler has not set up the eventhandler yet. I'll come up with a solution for that soon.
2003-02-03Backport verbose option from 0.6.0Wim Taymans1-6/+9
Original commit message from CVS: Backport verbose option from 0.6.0
2003-02-03little bugfixBenjamin Otte1-1/+1
Original commit message from CVS: little bugfix
2003-02-02- implement FLOATING flag on caps/propsWim Taymans8-313/+709
Original commit message from CVS: - implement FLOATING flag on caps/props - use gstmemchunk for caps/props - implement remove_entry for props - various refcounting functions - fix refcounting on caps/props - use tracing for caps/props/propsentries - fix memleak in transform functions - fix refcounting on elementfactory padtemplates - add dispose for padtemplates - shortcut pad negotiation early on
2003-02-02gst_object_swap -> gst_object_replace as it's a better name. Wait for next ↵Wim Taymans6-27/+24
commit to make gstelement.c compile again. Original commit message from CVS: gst_object_swap -> gst_object_replace as it's a better name. Wait for next commit to make gstelement.c compile again.
2003-02-02- replace old tracing with common GstTraceWim Taymans4-67/+49
Original commit message from CVS: - replace old tracing with common GstTrace
2003-02-02- Add the trace nameWim Taymans1-0/+2
Original commit message from CVS: - Add the trace name
2003-02-02- Add popt option to enable new tracingWim Taymans1-5/+12
Original commit message from CVS: - Add popt option to enable new tracing
2003-02-02- Added dispose handlerWim Taymans1-9/+23
Original commit message from CVS: - Added dispose handler - remove unused mutex/cond - use trace API
2003-02-02- Small cleanupsWim Taymans1-7/+23
Original commit message from CVS: - Small cleanups - add dispose handler that spews an error as the systemclock can never be disposed of.
2003-02-02Some extra debug infoWim Taymans1-1/+3
Original commit message from CVS: Some extra debug info
2003-02-02Funny how noone noticed that <list> tags are completely ignored, this patch ↵Wim Taymans2-19/+57
fixes that Original commit message from CVS: Funny how noone noticed that <list> tags are completely ignored, this patch fixes that
2003-02-02Add infrastructure to trace memleaks.Wim Taymans2-2/+244
Original commit message from CVS: Add infrastructure to trace memleaks.
2003-02-02- Small cleanupWim Taymans1-1/+1
Original commit message from CVS: - Small cleanup
2003-02-01Make factual and grammatical corrections to man pages. Add simple ↵David Schleef6-75/+133
description of pipelines. Original commit message from CVS: Make factual and grammatical corrections to man pages. Add simple description of pipelines.