gstreamer/gst/schedulers
Andy Wingo 02db61fece gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink): Rename ->group1 and ->group2 to ->src and ->sink, re...
Original commit message from CVS:
2004-04-03  Andy Wingo  <wingo@pobox.com>

* gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
Rename ->group1 and ->group2 to ->src and ->sink, respectively.
This allows better introspection of pipeline topology.
(add_to_chain): Don't do trickery to put loop elements first;
rather, queue a chain sort by marking the chain as dirty.
(remove_from_chain): Mark the chain dirty.
(sort_chain): New function. Sorts the group list so that terminal
sinks are first. This means elements on the sink side will be
preferentially sscheduled before elements on the src side of the
pipeline.
(chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
(schedule_chain): If the chain is marked DIRTY, call sort_chain.
(gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
(group_inc_link): Change argument and variable names to match the
new link structure member names (src and sink).
(group_dec_link): Add some description
2004-04-03 13:24:07 +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 gst/gstbin.c: don't add decoupled elements to schedulers - otherwise it's impossible to control if a link to a decoup... 2004-03-28 02:29:24 +00:00
entryscheduler.c gst/elements/gstbufferstore.c: set the offset of the buffer to the requested offset 2004-03-30 16:31:06 +00:00
gstbasicscheduler.c gst/schedulers/: fix GStreamer to not have issues with lvalue casts anymore (fixes some bug, but bugzilla is down) 2004-03-24 14:06:48 +00:00
gstoptimalscheduler.c gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink): Rename ->group1 and ->group2 to ->src and ->sink, re... 2004-04-03 13:24:07 +00:00
gthread-cothreads.h gst/gstbin.c: don't add decoupled elements to schedulers - otherwise it's impossible to control if a link to a decoup... 2004-03-28 02:29:24 +00:00
Makefile.am more brown paperbags, i can really start to go shopping soon 2004-03-28 02:39:59 +00:00