Thanks for the suggestion. A quick solution was to use <code>gst_element_query_position</code>. In OCaml, it's something like

<code>
let get_position () = Gstreamer.Element.position dev Gstreamer.Format.Default
</code>

You just recursively loop over that until get_position == X

        
        
        
<br/><hr align="left" width="300" />
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>