-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
There seems to be a small memory leak of about ~100KB/s when running the pipeline below. I'm currently looking into this but thought I would post the issue ahead of discovery. The one delta in this pipeline is our custom backend but... we didn't notice a leak with 0.6 release plugin.
gst-launch-1.0 videotestsrc ! \
video/x-raw, width=1920, height=1080, format=RGB, framerate=60/1 ! tee name=t1 \
t1. ! queue max-size-buffers=3 leaky=no ! videoscale ! videoconvert ! \
video/x-raw, width=416, height=416, format=RGBx, framerate=60/1 ! \
net1.sink_model \
tinyyolov2 name=net1 model-location=$MODEL_LOCATION backend=$BACKEND \
net1.src_model ! videoconvert ! perf ! queue ! fakesink -v
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels