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?
|