mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
aggregator: document gap handling behavior
https://bugzilla.gnome.org/show_bug.cgi?id=746249
This commit is contained in:
parent
3f56fb7189
commit
656b7a0594
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue