gstreamer/gst/schedulers
Wim Taymans 5951a9840d gst/: Work on flushing.
Original commit message from CVS:
* gst/elements/gstfilesrc.c: (gst_filesrc_getrange),
(gst_filesrc_get), (gst_filesrc_activate):
* gst/gstclock.c: (gst_clock_init), (gst_clock_dispose):
* gst/gstclock.h:
* gst/gstevent.c: (gst_event_new_discontinuous_valist),
(gst_event_new_discontinuous), (gst_event_discont_get_value),
(gst_event_new_flush):
* gst/gstevent.h:
* gst/gstpad.c: (gst_pad_set_active), (gst_pad_set_blocked_async),
(gst_pad_set_acceptcaps_function),
(gst_pad_set_fixatecaps_function), (gst_pad_unlink),
(gst_pad_link_prepare_filtered), (gst_pad_link_filtered),
(gst_pad_relink_filtered), (gst_real_pad_get_caps_unlocked),
(gst_pad_peer_get_caps), (gst_pad_fixate_caps),
(gst_pad_accept_caps), (gst_pad_peer_accept_caps),
(gst_pad_set_caps), (gst_pad_configure_sink),
(gst_pad_configure_src), (gst_pad_realize), (gst_pad_alloc_buffer),
(gst_pad_push), (gst_pad_push_event), (gst_pad_send_event):
* gst/gstpad.h:
* gst/gsttask.c: (gst_task_pause):
* gst/gsttask.h:
* gst/schedulers/threadscheduler.c:
(gst_thread_scheduler_task_class_init),
(gst_thread_scheduler_task_init),
(gst_thread_scheduler_task_start),
(gst_thread_scheduler_task_stop),
(gst_thread_scheduler_task_pause), (gst_thread_scheduler_func):
Work on flushing.
Allow tasks to be paused.
Remove some old code in GstClock
2005-01-04 12:06:57 +00:00
..
.gitignore update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov. 2004-01-12 16:53:23 +00:00
cothreads_compat.h docs/gst/Makefile.am: make docs exit on scanning problems fix nonsrcdir build issues 2004-04-07 15:31:25 +00:00
entryscheduler.c add gst_scheduler_register shortcut similar to gst_element_register 2004-08-11 09:54:52 +00:00
faircothreads.c gst/schedulers/: New cothread based scheduler: Fair scheduler. 2004-11-07 19:31:39 +00:00
faircothreads.h gst/schedulers/: New cothread based scheduler: Fair scheduler. 2004-11-07 19:31:39 +00:00
fairscheduler.c gst/schedulers/: New cothread based scheduler: Fair scheduler. 2004-11-07 19:31:39 +00:00
gstbasicscheduler.c add gst_scheduler_register shortcut similar to gst_element_register 2004-08-11 09:54:52 +00:00
gstoptimalscheduler.c Added testcase for schduler segfault. 2004-11-04 11:03:48 +00:00
gthread-cothreads.h gst/schedulers/: New cothread based scheduler: Fair scheduler. 2004-11-07 19:31:39 +00:00
Makefile.am commiting wim's preliminary threaded work to a branch 2004-12-08 17:40:37 +00:00
threadscheduler.c gst/: Work on flushing. 2005-01-04 12:06:57 +00:00