summaryrefslogtreecommitdiff
path: root/docs/design/part-scheduling.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-04-16query: new _BANDWIDTH_LIMITED flagPhilippe Normand1-2/+12
Source elements with limited bandwidth capabilities and supporting buffering for downstream elements should set this flag when answering a scheduling query. This is useful for the on-disk buffering scenario of uridecodebin to avoid checking the URI protocol against a list of hardcoded protocols. Bug 693484
2012-03-09docs: update docsWim Taymans1-1/+1
2011-11-18docs: update design docWim Taymans1-9/+16
also fix default alignment value (0 == no-alignment)
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-2/+2
Conflicts: docs/design/draft-buffer2.txt docs/design/part-TODO.txt docs/design/part-block.txt docs/design/part-bufferlist.txt docs/design/part-caps.txt docs/design/part-element-transform.txt docs/design/part-events.txt docs/design/part-negotiation.txt gst/gstcaps.c gst/gstevent.h gst/gstghostpad.c gst/gstinterface.c gst/gstpad.c gst/gstpad.h gst/gstutils.c libs/gst/base/gstbasesink.c libs/gst/base/gstbasesrc.c libs/gst/base/gstbasetransform.c libs/gst/base/gsttypefindhelper.c plugins/elements/gstcapsfilter.c plugins/elements/gsttee.c tests/check/generic/sinks.c tools/gst-launch.1.in
2011-09-07docs, gst: typo fixesPiotr Fusik1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=658449
2011-05-24query: add SCHEDULING queryWim Taymans1-0/+32
Add a new query to replace the checkgetrange function.
2011-01-24design docs: fix a few typos and a thinkoVincent Penquerc'h1-3/+3
2010-12-03design-docs: add html output using asciidocStefan Kost1-136/+137
Unify the ad-hoc markup to be asciidoc style in many places. Add a "html" target to Makefile to generate the output.
2007-09-24docs/design/: Documentation updates and typo fixes.Wim Taymans1-5/+6
Original commit message from CVS: * docs/design/draft-latency.txt: * docs/design/draft-push-pull.txt: * docs/design/draft-tagreading.txt: * docs/design/part-MT-refcounting.txt: * docs/design/part-activation.txt: * docs/design/part-block.txt: * docs/design/part-element-source.txt: * docs/design/part-events.txt: * docs/design/part-gstbin.txt: * docs/design/part-gstelement.txt: * docs/design/part-gstobject.txt: * docs/design/part-gstpipeline.txt: * docs/design/part-messages.txt: * docs/design/part-preroll.txt: * docs/design/part-push-pull.txt: * docs/design/part-qos.txt: * docs/design/part-query.txt: * docs/design/part-scheduling.txt: * docs/design/part-seeking.txt: * docs/design/part-segments.txt: * docs/design/part-states.txt: Documentation updates and typo fixes.
2005-09-26docs/design/: Replace all _pull_region() with _pull_range()Tim-Philipp Müller1-4/+4
Original commit message from CVS: * docs/design/draft-push-pull.txt: * docs/design/part-events.txt: * docs/design/part-overview.txt: * docs/design/part-scheduling.txt: Replace all _pull_region() with _pull_range()
2005-03-28Added state change code.Wim Taymans1-0/+201
Original commit message from CVS: Added state change code. Added/updated docs. Added sink base class, make fakesink extend the base class. Small cleanups in GstPipeline.