Video sink stuttering (xv/gl/auto)
Ian Davidson
id012c3076 at blueyonder.co.uk
Tue Aug 17 14:34:30 UTC 2021
I notice that you do not have a queue in your pipeline - which means
that everything is one task.
You might get a better result if you include a queue, either before or
after the video convert.
You can experiment and see which (if any) helps.
On 17/08/2021 14:24, Zeno Endemann via gstreamer-devel wrote:
> Hello,
>
> I noticed that a simple pipeline such as this one
>
> gst-launch-1.0 videotestsrc horizontal-speed=10 ! video/x-raw,
> framerate=30/1, width=1600, height=900 ! autovideoconvert ! xvimagesink
>
> has some stuttering in the playback (irregularly, but often after a
> few seconds). Changing to glimasink or autovideosink does not change
> this.
More information about the gstreamer-devel
mailing list