Force EOS event to a video file

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Force EOS event to a video file

rossana
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
Reply | Threaded
Open this post in threaded view
|

Re: Force EOS event to a video file

somnyrds
did anyone solve this rossana?

I need it to then switch filenames for the video sink...

thanks in advance...

tom