Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 669
    • Issues 669
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 346
    • Merge requests 346
  • 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
  • gstreamergstreamer
  • Issues
  • #131

Closed
Open
Created Oct 16, 2015 by Bugzilla Migration User@bugzilla-migration

Patch to add dump-max-size property to fakesink,fakesrc,identity

Submitted by James Stevenson

Link to original bug (#756687)

Description

Created attachment 313453
Patch to limit size of buffer to be dumped when dump=true on fakesrc,fakesink,identity

Limits the amount of buffer to be dumped to stdout when dump=true is on fakesrc, fakesink and identity elements.

It does this by adding dump-max-size property which specifics the number of bytes to dump.

Example:

videotestsrc ! fakesink dump=true dump-max-size=50

will dump the first 50 bytes instead of the whole buffer.

Attachment 313453, "Patch to limit size of buffer to be dumped when dump=true on fakesrc,fakesink,identity":
0001-Added-dump-max-size-properties-to-fakesink-fakesrc-i.patch

Version: 1.4.5

Assignee
Assign to
Time tracking