mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
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:
parent
d5c530e34f
commit
b423b77a9e
2 changed files with 9 additions and 4 deletions
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue