|
If you have multiple sinks attached to the tee element, then it's for the best to have all their async property set to false.
If you have only that one sink and still have 1 fps, try replacing the sink with a fakesink and check the fps via a data probe.
If you still haven't figured it out by now, Run the pipeline via CLI and set the environment variable GST_DEBUG_DUMP_DOT_DIR to a valid local path. You will see some .dot graphs appears whenever the pipeline changes its state. From the graphs you will be able to see the various properties set on every element you have.
|