Position tracking based on events during playback ?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Position tracking based on events during playback ?

wl2776
Administrator
GStreamer application development manual recommends using timer to track current playback position - just periodically call gst_element_query_position from timer callback.

Are there any events or messages instead, such that I could use their callback to query playback position?