Skip to content

Small memory leak when using only src pad #320

@dsteger

Description

@dsteger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions