Playback from within a file
Nicolas Dufresne
nicolas at ndufresne.ca
Wed Sep 9 18:31:57 UTC 2020
Le mercredi 09 septembre 2020 à 11:58 -0500, IgalKroyter a écrit :
> Hi,
>
> is there a way to start playback a pipeline from the middle of a file?
> *gst_element_seek* requires a running pipeline, which displays the first few
> frames, a situation I try to avoid.
You can add a blocking probe, to pre-roll without displaying, then
operate a flushing seek, and unblock.
Or you can look into gst-editing-services API, which will let you do
much more in term of editing function, with a lot less effort.
>
> Thanks.
>
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list