Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-python gst-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-pythongst-python
  • Issues
  • #12

Closed
Open
Created Apr 16, 2018 by Bugzilla Migration User@bugzilla-migration

Gst.ValueList leaking memory

Submitted by Florent Thiery @florent.thiery

Link to original bug (#795305)

Description

Created attachment 370993
reproduction script (python)

While working on a python script that reads spectrum messages, i noticed that casting a Gst.ValueList does leak memory, as well as printing it.

Tapping directly into the array attribute does not trigger the leak.

I don't see what could cause this in the python gi override itself (https://cgit.freedesktop.org/gstreamer/gst-python/tree/gi/overrides/Gst.py#n535)

I am unsure whether this could be lower level than the gst-python overrides, please let me know if i should open a ticket somewhere else.

Attachment 370993, "reproduction script (python)":
gst_valuelist_leak.py

Assignee
Assign to
Time tracking