gstreamer/gst
Wim Taymans 087dee1f62 This is an attempt at not segfaulting on errors but reporting some usefull info instead.
Original commit message from CVS:
This is an attempt at not segfaulting on errors but reporting some
usefull info instead.
- bin changes so errors can propagate.
- changed the _FAST macros to _CAST because that is what they do.
- removed all references to cothreads out of the core, they are
really a scheduler issue, handler with a sched_private gpointer.
- added a live buffer count, for debugging buffer leaks.
- added error checking in gst_scheduler_state_transition this solves the
"out of cothreads" problem.
- GST_ELEMENT_NO_ENTRY == GST_ELEMENT_INFINITE_LOOP
- added 2 private element flasg for use by the scheduler
(_COTHREAD_STOPPING) is now
- added scheduler entry points:
- _yield : to create possible scheduling points.
- _interrupt: to stop execution of an element.
- _error: to signal en error condition to the scheduler.
- improved error messages for pads.
- signal gst_element_error where appropriate.
- added the a new bin to the parent before entering it so one can reference
its children.
- queue memleak fixes on dispose.
- added possible deadlock detection in queue (turned off be default)
- GstBasicScheduler is a real class of its own now, hiding its internal
variables.
- GST_ELEMENT_IS_COTHREAD_STOPPING is gone. either call explicit _yield
operations, or make a sane loop.
- Better state change handling in filesrc. Better error reporting/recovery
too.
- updated core plugins.
- detect non decoupled elements on scheduler boundries and error.
2001-12-22 21:18:17 +00:00
..
autoplug This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
elements This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
schedulers This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
types just one bad comment here 2001-12-17 18:52:27 +00:00
.gitignore added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST 2001-06-25 20:01:42 +00:00
cothreads.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
cothreads.h cothread cleanup. 2001-12-20 02:41:34 +00:00
gobject2gtk.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gobject2gtk.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gst.c Remove the --help arg and don't quit 2001-12-16 19:14:12 +00:00
gst.h - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
gst_private.h Various cleanups and leak fixage. 2001-12-15 22:37:35 +00:00
gstarch.h Applied a cothread setup patch for IRIX from Nick Blievers 2001-12-18 16:50:05 +00:00
gstautoplug.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstautoplug.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gstbin.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstbin.h This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstbuffer.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstbuffer.h This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstbufferpool.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstbufferpool.h API docs. revived _buffer_ref_by_count fast types for scheduler and bin. 2001-10-21 18:00:31 +00:00
gstcaps.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstcaps.h merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00
gstclock.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstclock.h Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gstconfig.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gstcpu.c Small cleanups 2001-12-12 13:37:29 +00:00
gstcpu.h CPU detection of MMXEXT and probably 3DNOW (not on Athlon yet) 2001-02-27 19:44:49 +00:00
gstcpuid_i386.s Added CPU detection. 2000-09-12 18:13:48 +00:00
gstdata.h merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00
gstelement.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstelement.h This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstelementfactory.c Various cleanups and leak fixage. 2001-12-15 22:37:35 +00:00
gstevent.c - Reclaim cothread state even if the cothread was never activated after the free. 2001-12-20 20:03:10 +00:00
gstevent.h - Reclaim cothread state even if the cothread was never activated after the free. 2001-12-20 20:03:10 +00:00
gstextratypes.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstextratypes.h Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
gstinfo.c Added IRIX compatibility code for dladdr 2001-12-18 17:02:02 +00:00
gstinfo.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gstlog.h fix g_log_domain_gstreamer compile (again) 2001-09-13 23:49:09 +00:00
gstmarshal.list Sync g_signal_new args with the marshaller (glib2 is very strict). 2001-09-10 19:00:42 +00:00
gstobject.c Various cleanups and leak fixage. 2001-12-15 22:37:35 +00:00
gstobject.h This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstpad.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstpad.h This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstparse.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstparse.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gstpipeline.c Some more work on cleanup. 2001-12-19 19:22:53 +00:00
gstpipeline.h Various cleanups and leak fixage. 2001-12-15 22:37:35 +00:00
gstplugin.c Various cleanups and leak fixage. 2001-12-15 22:37:35 +00:00
gstplugin.h API docs. revived _buffer_ref_by_count fast types for scheduler and bin. 2001-10-21 18:00:31 +00:00
gstpluginfeature.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstpluginfeature.h API docs. revived _buffer_ref_by_count fast types for scheduler and bin. 2001-10-21 18:00:31 +00:00
gstprops.c free the entries and strings 2001-12-18 16:56:40 +00:00
gstprops.h merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00
gstpropsprivate.h Merged the float property patch from Steve Baker. This patch doesn't really work yet... 2001-04-02 19:56:34 +00:00
gstqueue.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstqueue.h This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstscheduler.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstscheduler.h This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstthread.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstthread.h - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
gsttimecache.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gsttimecache.h Small cleanups 2001-12-12 13:37:29 +00:00
gsttrace.c - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
gsttrace.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gsttype.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gsttype.h Add gst_typefactory_get_list to get a list of registered typefactories. 2001-10-24 21:35:47 +00:00
gsttypefind.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gsttypefind.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gsttypes.h Moved the typedef to gsttypes.h as stock rh 7.2 gcc doesn't seem to like it otherwise. 2001-12-19 01:50:11 +00:00
gstutils.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstutils.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gstversion.h.in merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00
gstxml.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstxml.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
Makefile.am Some more work on cleanup. 2001-12-19 19:22:53 +00:00
Makefile.am.future Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake ... 2001-05-29 12:43:21 +00:00
ROADMAP A bunch more changes to clean up build/make dist issues, as well as a spec file, -config file, .m4, etc. Next step... 2000-01-31 06:46:18 +00:00