Skip to content
GitLab
  • Menu
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 982
    • Issues 982
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 125
    • Merge requests 125
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #1237
Closed
Open
Created Mar 04, 2020 by Helmut Januschka@hjanuschka

tsparse leak

continuation of: #1227 (closed)

here is a sample repo: https://github.com/hjanuschka/gst-tsparse-leak

3 shells:

receiver

listens on port 4011 - and does tsparse + fakesink

./receiver.sh

sender

sends, in endless loop, ts files (located in samefolder placeholder.ts 4 seconds of black :D) used php, just to get this thing quickly done

php sender.php

memory watcher

quick n dirty shell script to get RSS of gst-launch (in endless loop) (beware if multiple gst-launches are running, this might fail)

./watch_mem.sh

expected behaviour -> RSS should not grow to infinity

Assignee
Assign to
Time tracking