Play speed is too fast with qml sink
cfd new via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
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