Hello, I need to force the eos, in order to fit the playlist scheduled times.<br><br>I did it with gst_element_send_event(pipeline, gst_event_new_eso()). I throw this event in the error handler when the time of the next video it&#39;s reached.<br>
I checked the time with localtime function, before this I tryed before with gst_clock_new_single_shot_id and the gst_clock_id_wait_async, then in this method I threw gst_element_send_event(pipeline, gst_event_new_eso()). but it didn&#39;t work either.<br>
<br>How is the way to do this?<br><br>Thanks and regards<br><br>Rossana<br><br><br>