Play speed is too fast with qml sink
cfd new
newcfd at yahoo.com
Thu Jun 1 15:41:10 UTC 2023
You made my day, Vinod. Thank you so much.
Actually, I use glsinkbin as well. The fault value of its sync is true.I do not know why the pipeline did not work. After it is set, it is all right now.
Joe
On Thursday, June 1, 2023, 10:42:09 a.m. EDT, vinod kesti <vinodkesti at yahoo.com> wrote:
set sync=true property in sync element. If its custom sink make sure it has sync implementation in it.
If your sync implimentaion lacks sync functionality then use element identity sync=true before the sink element.
Sent from Yahoo Mail. Get the app
On Thursday, 1 June, 2023 at 09:38:16 am GMT-5, cfd new via gstreamer-devel <gstreamer-devel at lists.freedesktop.org> wrote:
I made a simple pipelinegst-launch-1.0 filesrc location=test.mkv ! matroskademux ! h264parse ! vah264dec ! vapostproc ! audovideosinkit works fine in normal speed from command line and in a gstreamer C++ code.
But the play speed is very fast when I coded it in my GUI app with qml sink. The pipeline is the same except the sink is different.What can I do to set proper play rate?
Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230601/2621a5b9/attachment.htm>
More information about the gstreamer-devel
mailing list