docs/design/part-element-sink.txt: Updated doc.

Original commit message from CVS:
* docs/design/part-element-sink.txt:
Updated doc.
This commit is contained in:
Wim Taymans 2006-02-02 16:15:17 +00:00
parent d5c530e34f
commit b423b77a9e
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2006-02-02 Wim Taymans <wim@fluendo.com>
* docs/design/part-element-sink.txt:
Updated doc.
2006-02-02 Wim Taymans <wim@fluendo.com>
* libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync),

View file

@ -155,10 +155,10 @@ sink overview
queue.add (obj)
return OK
# now clear the queue and render each item before
# rendering the current item.
while (queue.hasItem)
render_object (queue.remove())
# now clear the queue and render each item before
# rendering the current item.
while (queue.hasItem)
render_object (queue.remove())
render_object (obj)
queuelen = 0