<div dir="ltr">Hi,<br><p dir="auto">I can't figure out how to measure every plugin's resource usage for one frame.
For example in this pipeline:
gst-launch-1.0 rtspsrc location=<a>rtsp://192.168.0.10:8080/h264_ulaw.sdp</a> ! rtph264depay ! avdec_h264 ! videoconvert ! glimagesink
i want to see how many cpu,ram and gpu are using for just one frame.</p>
<p dir="auto">If possible, i prefer doing this with python, by building the pipeline with Gst.ElementFactory.make(), not by building pipeline string (Gst.parse_launch()). </p>
<p dir="auto">Can you show me a way ?</p>
<p dir="auto">Thank You.</p></div>