Hello, I need to force the eos, in order to fit the playlist scheduled times.
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's reached.
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't work either.
How is the way to do this?
Thanks and regards
Rossana
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel