bufferlist: remove old enum from docs

This commit is contained in:
Wim Taymans 2009-06-19 19:24:56 +02:00
parent 720bd6d932
commit 570ec39b1c

View file

@ -65,7 +65,6 @@ typedef GstBuffer* (*GstBufferListDoFunction) (GstBuffer * buffer, gpointer user
* GstBufferListItem: * GstBufferListItem:
* @GST_BUFFER_LIST_CONTINUE: Retrieve next buffer * @GST_BUFFER_LIST_CONTINUE: Retrieve next buffer
* @GST_BUFFER_LIST_SKIP_GROUP: Skip to next group * @GST_BUFFER_LIST_SKIP_GROUP: Skip to next group
* @GST_BUFFER_LIST_REMOVE: Remove the current buffer
* @GST_BUFFER_LIST_END: End iteration * @GST_BUFFER_LIST_END: End iteration
* *
* The result of the #GstBufferListFunc. * The result of the #GstBufferListFunc.