setProperty() on pipeline

edited November 2014 in Library Questions

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" );

Tagged:
Sign In or Register to comment.