<div dir="ltr">I am also trying to find a very simple way to read the current video frame. With this:<br><br><div>  gint64 current = 1;<br>  /* Query the current position in frames */<br>  if (gst_element_query_position (data->playbin, GST_FORMAT_DEFAULT, &current)) {<br>    g_print ("Current Frame: %ld\n", current);<br>  }<br><br>I get a consistent readout but it does not read the actual frame number. What is it showing me? (i.e., what value does this correspond to if not the frame number?)</div><div>I am very new to GStreamer ...</div><div><br></div><div>thanks,</div><div>Ken</div><div><br></div></div>