Hello, I am using successfully gst-validate-1.0 for some simple tests (like play/pause/resume, or some seeks). Now I want to play a video till the end, do a seek to beginning of video file and play it once again. When I reach the end of the video, gst-validate-1.0 stops. How can I do this? Is this possible at all? Is there a different way to do this? Is using of „wait“ a solution? To wait over end of playback to skip stop?
Or can I somehow switch off handling of “stop” or do something else when reaching it? Best regards, Martin _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hello Martin,
Great to hear you are using -validate successfully. Now, the use case of waiting for EOS before executing a new action has never been implemented (and actually thought about :-)) - it should be quite simple to implement and patches are very welcome :) Please open a bug report[0] and if you do not have time to do it, I might come up with a patch at some point. Regards, Thibault [0] https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer On Mon, Nov 27, 2017 at 1:29 PM, Maurer, Martin <[hidden email]> wrote: > Hello, > > > > I am using successfully gst-validate-1.0 for some simple tests (like > play/pause/resume, or some seeks). > > > > Now I want to play a video till the end, do a seek to beginning of video > file and play it once again. > > > > When I reach the end of the video, gst-validate-1.0 stops. > > > > How can I do this? Is this possible at all? Is there a different way to do > this? > > > > Is using of „wait“ a solution? To wait over end of playback to skip stop? > > > > Or can I somehow switch off handling of “stop” or do something else when > reaching it? > > > > Best regards, > > > > Martin > > > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hello Thibault,
it would be great, if you can provide a patch for catching EOS in gst-validate. I have not yet created a bugzilla entry. Many thanks, Martin -----Ursprüngliche Nachricht----- Von: gstreamer-devel [mailto:[hidden email]] Im Auftrag von Thibault Saunier Gesendet: Dienstag, 28. November 2017 15:53 An: Discussion of the development of and with GStreamer <[hidden email]> Betreff: Re: How to control gst-validate to not stop at the end of playback? Hello Martin, Great to hear you are using -validate successfully. Now, the use case of waiting for EOS before executing a new action has never been implemented (and actually thought about :-)) - it should be quite simple to implement and patches are very welcome :) Please open a bug report[0] and if you do not have time to do it, I might come up with a patch at some point. Regards, Thibault [0] https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer On Mon, Nov 27, 2017 at 1:29 PM, Maurer, Martin <[hidden email]> wrote: > Hello, > > > > I am using successfully gst-validate-1.0 for some simple tests (like > play/pause/resume, or some seeks). > > > > Now I want to play a video till the end, do a seek to beginning of > video file and play it once again. > > > > When I reach the end of the video, gst-validate-1.0 stops. > > > > How can I do this? Is this possible at all? Is there a different way > to do this? > > > > Is using of „wait“ a solution? To wait over end of playback to skip stop? > > > > Or can I somehow switch off handling of “stop” or do something else > when reaching it? > > > > Best regards, > > > > Martin > > > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |