We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Can someone show an example of setProperty() on a pipeline? I'm trying to affect the pipeline's playback speed. Here is my initial pipeline:
mA[e] = new GSPipeline(app, "uridecodebin uri=file://" + dataPath(path) + " ! queue ! videoscale sharpen=1 ! video/x-raw-yuv,width=320,height=200 ! ffmpegcolorspace ! xvimagesink" );