Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-bad gst-plugins-bad
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 973
    • Issues 973
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 103
    • Merge requests 103
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #1296
Closed
Open
Issue created May 23, 2020 by Group Profile@roman.x149x

mediafoundation: huge h.264 encoder memory leak

I have the next pipeline (sink part):

mfh264device1enc -> h264parse (nal/byte-stream) -> appsink

And after 2 min. of encoding seg. fault due to memory leak. When I use openh264enc I have no issue:

openh264enc -> h264parse (nal/byte-stream) -> appsink

I tried to fix this issue (added gst_buffer_unref (buffer); inside gst_mf_video_enc_process_output), but it helped for a while. I could not find error, I think the problem can be inside h264parse. I use tree gst-plugins-bad with commit c79db432992597c1c2984d47a6f899c74ec8bdc6

Thanks!

Assignee
Assign to
Time tracking