mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
event: Add a FIXME 0.11 for having flush events that don't reset running time
This commit is contained in:
parent
94bb0ee718
commit
82f66b4036
1 changed files with 4 additions and 0 deletions
|
@ -407,6 +407,10 @@ gst_event_set_seqnum (GstEvent * event, guint32 seqnum)
|
|||
GST_EVENT_SEQNUM (event) = seqnum;
|
||||
}
|
||||
|
||||
/* FIXME 0.11: It would be nice to have flush events
|
||||
* that don't reset the running time in the sinks
|
||||
*/
|
||||
|
||||
/**
|
||||
* gst_event_new_flush_start:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue