GESMarkerList::marker-moved add old position?
Currently GESMarkerList::marker-moved
can be connected to callbacks of the form
marker_moved_cb (GESMarkerList * self, guint64 position, GESMarker * marker)
where position
is the new position of the marker, maybe it would be useful to users to also include the old position?