Hi,<div>I have this pipeline:</div><div><br></div><div>filesrc location=file.avi ! decodebin ! xvimagesink</div><div><br></div><div>I would like to s<span style="font-family:'Times New Roman';background-color:rgb(255,255,255);font-size:medium">tep through the video frame by frame.  I' m using the python wrapper. I tried with:</span></div>
<div><font face="'Times New Roman'" size="3"><br></font></div><div><font face="'Times New Roman'" size="3">gst.event_new_step(gst.FORMAT_DEFAULT, 1,1, True, False) </font></div><div><font face="'Times New Roman'" size="3"><br>
</font></div><div><font face="'Times New Roman'" size="3">It doesn't work. The step-done message returns:</font></div><div><font face="'Times New Roman'" size="3">(<enum GST_FORMAT_DEFAULT of type GstFormat>, 1L, 1.0, True, False, 0L, True)</font></div>
<div><font face="'Times New Roman'" size="3"><br></font></div><div><span style="font-family:'Times New Roman';font-size:medium">So it seems the end of file has been reached. </span><font face="'Times New Roman'" size="3">I assume </font><span style="font-family:'Times New Roman';font-size:medium">GST_FORMAT_DEFAULT</span><span style="font-family:'Times New Roman';font-size:medium"> stands for frames, is it correct?</span><span style="font-family:'Times New Roman';font-size:medium">  </span></div>
<div><span style="font-family:'Times New Roman';font-size:medium">Using gst.FORMAT_TIME it works fine.  Any ideas?</span></div><div><font face="'Times New Roman'" size="3"><br></font>-- <br>Mauro<br>
</div>