aggregator: document gap handling behavior

https://bugzilla.gnome.org/show_bug.cgi?id=746249
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2015-03-29 17:53:23 -03:00 committed by Tim-Philipp Müller
parent 3f56fb7189
commit 656b7a0594

View file

@ -54,6 +54,12 @@
* subclass, it should instead return GST_FLOW_EOS in its aggregate
* implementation.
* </para></listitem>
* <listitem><para>
* Note that the aggregator logic regarding gap event handling is to turn
* these into gap buffers with matching PTS and duration. It will also
* flag these buffers with GST_BUFFER_FLAG_GAP and GST_BUFFER_FLAG_DROPPABLE
* to ease their identification and subsequent processing.
* </para></listitem>
* </itemizedlist>
*/