event: Add a FIXME 0.11 for having flush events that don't reset running time

This commit is contained in:
Sebastian Dröge 2009-11-04 18:58:26 +01:00
parent 94bb0ee718
commit 82f66b4036

View file

@ -407,6 +407,10 @@ gst_event_set_seqnum (GstEvent * event, guint32 seqnum)
GST_EVENT_SEQNUM (event) = 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: * gst_event_new_flush_start:
* *